Searched refs:ParamIntAdjustment (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/extension/param/
H A Dint.cpp114 class ParamIntAdjustment : public Gtk::Adjustment { class in namespace:Inkscape::Extension
123 ParamIntAdjustment (ParamInt * param, SPDocument * doc, Inkscape::XML::Node * node, sigc::signal<void> * changeSignal) : function in class:Inkscape::Extension::ParamIntAdjustment
126 this->signal_value_changed().connect(sigc::mem_fun(this, &ParamIntAdjustment::val_changed));
130 }; /* class ParamIntAdjustment */
138 void ParamIntAdjustment::val_changed(void)
163 ParamIntAdjustment * pia = new ParamIntAdjustment(this, doc, node, changeSignal);
166 ParamIntAdjustment * fadjust = Gtk::manage(new ParamIntAdjustment(this, doc, node, changeSignal));

Completed in 13 milliseconds