Lines Matching refs:LivePathEffectEditor
62 LivePathEffectEditor *lpeeditor = static_cast<LivePathEffectEditor *>(data);
69 LivePathEffectEditor *lpeeditor = static_cast<LivePathEffectEditor *>(data);
83 * LivePathEffectEditor
89 LivePathEffectEditor::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::onAdd));
182 button_remove.signal_clicked().connect(sigc::mem_fun(*this, &LivePathEffectEditor::onRemove));
183 button_up.signal_clicked().connect(sigc::mem_fun(*this, &LivePathEffectEditor::onUp));
184 button_down.signal_clicked().connect(sigc::mem_fun(*this, &LivePathEffectEditor::onDown));
186 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &LivePathEffectEditor::setDesktop) );
192 LivePathEffectEditor::~LivePathEffectEditor()
207 LivePathEffectEditor::showParams(LivePathEffect::Effect& effect)
230 LivePathEffectEditor::selectInList(LivePathEffect::Effect* effect)
241 LivePathEffectEditor::showText(Glib::ustring const &str)
258 LivePathEffectEditor::set_sensitize_all(bool sensitive)
270 LivePathEffectEditor::onSelectionChanged(Inkscape::Selection *sel)
343 LivePathEffectEditor::effect_list_reload(SPLPEItem *lpeitem)
371 LivePathEffectEditor::setDesktop(SPDesktop *desktop)
408 LivePathEffectEditor::onAdd()
490 LivePathEffectEditor::onRemove()
508 void LivePathEffectEditor::onUp()
525 void LivePathEffectEditor::onDown()
542 void LivePathEffectEditor::on_effect_selection_changed()
560 void LivePathEffectEditor::on_visibility_toggled( Glib::ustring const& str )