Lines Matching refs:ParamNotebook
227 ParamNotebook::ParamNotebook (const gchar * name, const gchar * guitext, const gchar * desc, const Parameter::_scope_t scope, bool gui_hidden, const gchar * gui_tip, Inkscape::Extension::Extension * ext, Inkscape::XML::Node * xml) :
270 ParamNotebook::~ParamNotebook (void)
298 const gchar *ParamNotebook::set(const int in, SPDocument * /*doc*/, Inkscape::XML::Node * /*node*/)
320 void ParamNotebook::string(std::list <std::string> &list) const
341 ParamNotebook * _pref;
350 ParamNotebookWdg (ParamNotebook * pref, SPDocument * doc, Inkscape::XML::Node * node) :
352 // don't have to set the correct page: this is done in ParamNotebook::get_widget.
367 * ParamNotebook. The change is only reported when the notebook
383 Parameter *ParamNotebook::get_param(const gchar * name)
425 Gtk::Widget * ParamNotebook::get_widget(SPDocument * doc, Inkscape::XML::Node * node, sigc::signal<void> * changeSignal)