Searched defs:PrefPusher (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/widgets/
H A Dtoolbox.h73 class PrefPusher : public Inkscape::Preferences::Observer class in namespace:Inkscape::UI
86 PrefPusher( GtkToggleAction *act, Glib::ustring const &path, void (*callback)(GObject*) = 0, GObject *cbData = 0 );
91 virtual ~PrefPusher();
104 * @param self the PrefPusher instance the callback was registered to.
106 static void toggleCB( GtkToggleAction *act, PrefPusher *self );
126 void delete_prefspusher(GObject * /*obj*/, Inkscape::UI::PrefPusher *watcher );
H A Dtoolbox.cpp106 using Inkscape::UI::PrefPusher;
763 PrefPusher::PrefPusher( GtkToggleAction *act, Glib::ustring const &path, void (*callback)(GObject*), GObject *cbData ) : function in class:PrefPusher
778 PrefPusher::~PrefPusher()
783 void PrefPusher::toggleCB( GtkToggleAction * /*act*/, PrefPusher *self )
790 void PrefPusher::handleToggled()
802 void PrefPusher::notify(Inkscape::Preferences::Entry const &newVal)
812 void delete_prefspusher(GObject * /*obj*/, PrefPusher *watche
[all...]

Completed in 21 milliseconds