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

/inkscape/src/ui/dialog/
H A Dlayer-properties.h65 virtual void perform(LayerPropertiesDialog &)=0;
70 void perform(LayerPropertiesDialog &dialog);
75 void perform(LayerPropertiesDialog &dialog);
80 void perform(LayerPropertiesDialog &dialog);
H A Dlayer-properties.cpp134 _strategy->perform(*this);
324 _strategy->perform(*this);
336 _strategy->perform(*this);
358 void LayerPropertiesDialog::Rename::perform(LayerPropertiesDialog &dialog) { function in class:Inkscape::UI::Dialogs::LayerPropertiesDialog::Rename
384 void LayerPropertiesDialog::Create::perform(LayerPropertiesDialog &dialog) { function in class:Inkscape::UI::Dialogs::LayerPropertiesDialog::Create
415 void LayerPropertiesDialog::Move::perform(LayerPropertiesDialog &dialog) { function in class:Inkscape::UI::Dialogs::LayerPropertiesDialog::Move
/inkscape/src/
H A Dverbs.cpp127 static void perform(SPAction *action, void *mydata);
146 static void perform(SPAction *action, void *mydata);
165 static void perform(SPAction *action, void *mydata);
184 static void perform(SPAction *action, void *mydata);
203 static void perform(SPAction *action, void *mydata);
222 static void perform(SPAction *action, void *mydata);
241 static void perform(SPAction *action, void *mydata);
260 static void perform(SPAction *action, void *mydata);
280 static void perform(SPAction *action, void *mydata);
299 static void perform(SPActio
851 void FileVerb::perform(SPAction *action, void *data) function in class:Inkscape::FileVerb
936 void EditVerb::perform(SPAction *action, void *data) function in class:Inkscape::EditVerb
1104 void SelectionVerb::perform(SPAction *action, void *data) function in class:Inkscape::SelectionVerb
1251 void LayerVerb::perform(SPAction *action, void *data) function in class:Inkscape::LayerVerb
1477 void ObjectVerb::perform( SPAction *action, void *data) function in class:Inkscape::ObjectVerb
1574 void TagVerb::perform( SPAction *action, void *data) function in class:Inkscape::TagVerb
1611 void ContextVerb::perform(SPAction *action, void *data) function in class:Inkscape::ContextVerb
1822 void TextVerb::perform(SPAction *action, void */*data*/) function in class:Inkscape::TextVerb
1836 void ZoomVerb::perform(SPAction *action, void *data) function in class:Inkscape::ZoomVerb
2011 void DialogVerb::perform(SPAction *action, void *data) function in class:Inkscape::DialogVerb
2131 void HelpVerb::perform(SPAction *action, void *data) function in class:Inkscape::HelpVerb
2167 void TutorialVerb::perform(SPAction *action, void *data) function in class:Inkscape::TutorialVerb
2256 void EffectLastVerb::perform(SPAction *action, void *data) function in class:Inkscape::EffectLastVerb
2320 void FitCanvasVerb::perform(SPAction *action, void *data) function in class:Inkscape::FitCanvasVerb
2386 void LockAndHideVerb::perform(SPAction *action, void *data) function in class:Inkscape::LockAndHideVerb
[all...]
/inkscape/src/extension/
H A Deffect.h52 static void perform (SPAction * action, void * mydata);
H A Deffect.cpp366 return make_action_helper(context, &perform, static_cast<void *>(this));
371 Effect::EffectVerb::perform( SPAction *action, void * data ) function in class:Inkscape::Extension::Effect::EffectVerb

Completed in 136 milliseconds