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

/inkscape/src/ui/dialog/
H A Dlivepatheffect-editor.cpp62 LivePathEffectEditor *lpeeditor = static_cast<LivePathEffectEditor *>(data);
69 LivePathEffectEditor *lpeeditor = static_cast<LivePathEffectEditor *>(data);
83 * LivePathEffectEditor
89 LivePathEffectEditor::LivePathEffectEditor() function in class:Inkscape::UI::Dialog::LivePathEffectEditor
158 effectlist_selection->signal_changed().connect( sigc::mem_fun(*this, &LivePathEffectEditor::on_effect_selection_changed) );
164 eyeRenderer->signal_toggled().connect( sigc::mem_fun(*this, &LivePathEffectEditor::on_visibility_toggled) );
181 button_add.signal_clicked().connect(sigc::mem_fun(*this, &LivePathEffectEditor
[all...]
H A Dlivepatheffect-editor.h41 class LivePathEffectEditor : public UI::Widget::Panel { class in namespace:Inkscape::UI::Dialog
43 LivePathEffectEditor();
44 virtual ~LivePathEffectEditor();
46 static LivePathEffectEditor &getInstance() { return *new LivePathEffectEditor(); }
131 LivePathEffectEditor(LivePathEffectEditor const &d);
132 LivePathEffectEditor& operator=(LivePathEffectEditor const &d);

Completed in 23 milliseconds