Searched refs:_close (Results 1 - 14 of 14) sorted by relevance

/inkscape/src/ui/dialog/
H A Dcalligraphic-profile-rename.cpp84 .connect(sigc::mem_fun(*this, &CalligraphicProfileRename::_close));
91 sigc::hide(sigc::mem_fun(*this, &CalligraphicProfileRename::_close)), true ) );
107 _close();
115 _close();
118 void CalligraphicProfileRename::_close() function in class:Inkscape::UI::Dialog::CalligraphicProfileRename
H A Dknot-properties.cpp88 .connect(sigc::mem_fun(*this, &KnotPropertiesDialog::_close));
94 sigc::hide(sigc::mem_fun(*this, &KnotPropertiesDialog::_close)),
138 _close();
142 KnotPropertiesDialog::_close() function in class:Inkscape::UI::Dialogs::KnotPropertiesDialog
H A Dlpe-powerstroke-properties.cpp88 .connect(sigc::mem_fun(*this, &PowerstrokePropertiesDialog::_close));
94 sigc::hide(sigc::mem_fun(*this, &PowerstrokePropertiesDialog::_close)),
139 _close();
143 PowerstrokePropertiesDialog::_close() function in class:Inkscape::UI::Dialogs::PowerstrokePropertiesDialog
H A Dknot-properties.h67 void _close();
H A Dlpe-powerstroke-properties.h60 void _close();
H A Dcalligraphic-profile-rename.h56 void _close();
H A Dlpe-fillet-chamfer-properties.cpp97 .connect(sigc::mem_fun(*this, &FilletChamferPropertiesDialog::_close));
102 sigc::hide(sigc::mem_fun(*this, &FilletChamferPropertiesDialog::_close)),
171 _close();
174 void FilletChamferPropertiesDialog::_close() function in class:Inkscape::UI::Dialogs::FilletChamferPropertiesDialog
H A Dlpe-fillet-chamfer-properties.h72 void _close();
H A Ddialog.cpp223 _close();
253 _close();
288 void Dialog::_close() function in class:Inkscape::UI::Dialog::Dialog
H A Dlayer-properties.cpp85 .connect(sigc::mem_fun(*this, &LayerPropertiesDialog::_close));
91 sigc::hide(sigc::mem_fun(*this, &LayerPropertiesDialog::_close)),
138 _close();
142 LayerPropertiesDialog::_close() function in class:Inkscape::UI::Dialogs::LayerPropertiesDialog
325 _close();
337 _close();
H A Ddialog.h137 virtual void _close();
H A Dlayer-properties.h158 void _close();
/inkscape/src/ui/view/
H A Dview.cpp74 _close();
77 void View::_close() { function in class:Inkscape::UI::View::View
H A Dview.h81 void close() { _close(); }
113 virtual void _close();

Completed in 24 milliseconds