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

/inkscape/src/ui/dialog/
H A Dknot-properties.cpp46 KnotPropertiesDialog::KnotPropertiesDialog() function in class:Inkscape::UI::Dialogs::KnotPropertiesDialog
88 .connect(sigc::mem_fun(*this, &KnotPropertiesDialog::_close));
90 .connect(sigc::mem_fun(*this, &KnotPropertiesDialog::_apply));
94 sigc::hide(sigc::mem_fun(*this, &KnotPropertiesDialog::_close)),
108 KnotPropertiesDialog::~KnotPropertiesDialog() {
113 void KnotPropertiesDialog::showDialog(SPDesktop *desktop, const SPKnot *pt, Glib::ustring const unit_name)
115 KnotPropertiesDialog *dialog = new KnotPropertiesDialog();
[all...]
H A Dknot-properties.h31 class KnotPropertiesDialog : public Gtk::Dialog { class in namespace:Inkscape::UI::Dialogs
33 KnotPropertiesDialog();
34 virtual ~KnotPropertiesDialog();
58 static KnotPropertiesDialog &_instance() {
59 static KnotPropertiesDialog instance;
77 KnotPropertiesDialog(KnotPropertiesDialog const &); // no copy
78 KnotPropertiesDialog &operator=(KnotPropertiesDialog const &); // no assign

Completed in 18 milliseconds