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

/inkscape/src/extension/param/
H A Dradiobutton.h31 class ParamRadioButton : public Parameter { class in namespace:Inkscape::Extension
37 ParamRadioButton(const gchar * name,
46 virtual ~ParamRadioButton(void);
69 }; /* class ParamRadioButton */
H A Dradiobutton.cpp60 ParamRadioButton::ParamRadioButton (const gchar * name, function in class:Inkscape::Extension::ParamRadioButton
139 ParamRadioButton::~ParamRadioButton (void)
166 const gchar *ParamRadioButton::set(const gchar * in, SPDocument * /*doc*/, Inkscape::XML::Node * /*node*/)
190 g_warning("Couldn't set ParamRadioButton %s", in);
196 void ParamRadioButton::string(std::string &string) const
201 /** A special radiobutton class to use in ParamRadioButton. */
204 ParamRadioButton * _pref;
214 ParamRadioButton * pre
[all...]
H A Dparameter.cpp129 param = new ParamRadioButton(name, guitext, desc, scope, gui_hidden, gui_tip, in_ext, in_repr, ParamRadioButton::MINIMAL);
131 param = new ParamRadioButton(name, guitext, desc, scope, gui_hidden, gui_tip, in_ext, in_repr, ParamRadioButton::FULL);
197 ParamRadioButton const *param = dynamic_cast<ParamRadioButton const *>(this);
252 ParamRadioButton *param = dynamic_cast<ParamRadioButton *>(this);

Completed in 2401 milliseconds