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

/inkscape/src/ui/dialog/
H A Dlivepatheffect-add.h30 class LivePathEffectAdd : public Gtk::Dialog { class in namespace:Inkscape::UI::Dialog
32 LivePathEffectAdd();
33 virtual ~LivePathEffectAdd() {}
105 static LivePathEffectAdd &instance() {
106 static LivePathEffectAdd instance_;
109 LivePathEffectAdd(LivePathEffectAdd const &); // no copy
110 LivePathEffectAdd &operator=(LivePathEffectAdd const &); // no assign
H A Dlivepatheffect-add.cpp26 LivePathEffectAdd::LivePathEffectAdd() : function in class:Inkscape::UI::Dialog::LivePathEffectAdd
91 effectlist_treeview.signal_button_press_event().connect_notify( sigc::mem_fun(*this, &LivePathEffectAdd::onButtonEvent) );
92 effectlist_treeview.signal_key_press_event().connect_notify(sigc::mem_fun(*this, &LivePathEffectAdd::onKeyEvent));
93 close_button.signal_clicked().connect(sigc::mem_fun(*this, &LivePathEffectAdd::onClose));
94 add_button.signal_clicked().connect(sigc::mem_fun(*this, &LivePathEffectAdd::onAdd));
95 signal_delete_event().connect( sigc::bind_return(sigc::hide(sigc::mem_fun(*this, &LivePathEffectAdd::onClose)), true ) );
102 void LivePathEffectAdd::onAdd()
108 void LivePathEffectAdd::onClose()
113 void LivePathEffectAdd
[all...]
H A Dlivepatheffect-editor.cpp416 using Inkscape::UI::Dialog::LivePathEffectAdd;
417 LivePathEffectAdd::show(current_desktop);
418 if ( !LivePathEffectAdd::isApplied()) {
424 const Util::EnumData<LivePathEffect::EffectType>* data = LivePathEffectAdd::getActiveData();

Completed in 811 milliseconds