object-composite-settings.h revision 648401434273d7165b6346f9d04675b138464d2f
526c8bf9bb41b582dc49f54ac192705de9e2edf2mental * Bryce W. Harrington <bryce@bryceharrington.org>
526c8bf9bb41b582dc49f54ac192705de9e2edf2mental * Gustav Broberg <broberg@kth.se>
526c8bf9bb41b582dc49f54ac192705de9e2edf2mental * Copyright (C) 2004--2007 Authors
526c8bf9bb41b582dc49f54ac192705de9e2edf2mental * Released under GNU GPL, read the file 'COPYING' for more information
648401434273d7165b6346f9d04675b138464d2fKris * A widget for controlling object compositing (filter, opacity, etc.)
be6c4327fc304962b439fd503536678e029ad51dmental ObjectCompositeSettings(unsigned int verb_code, char const *history_prefix, int flags);
9d2da14dec9f62765544a573f9151d83b85d0909mental unsigned int _verb_code;
9982f495cde2750b1c6446bfb152af73ab981512Johan Engelen Inkscape::UI::Widget::SpinButton _opacity_spin_button;
7079a43aa387066c2f67402d77dbe3db981b1054Ted Gould static void _on_desktop_activate(Inkscape::Application *application, SPDesktop *desktop, ObjectCompositeSettings *w);
7079a43aa387066c2f67402d77dbe3db981b1054Ted Gould static void _on_desktop_deactivate(Inkscape::Application *application, SPDesktop *desktop, ObjectCompositeSettings *w);
526c8bf9bb41b582dc49f54ac192705de9e2edf2mental Local Variables:
526c8bf9bb41b582dc49f54ac192705de9e2edf2mental c-file-style:"stroustrup"
526c8bf9bb41b582dc49f54ac192705de9e2edf2mental c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
526c8bf9bb41b582dc49f54ac192705de9e2edf2mental indent-tabs-mode:nil
526c8bf9bb41b582dc49f54ac192705de9e2edf2mental fill-column:99
a4030d5ca449e7e384bc699cd249ee704faaeab0Chris Morgan// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :