Searched refs:_close (Results 1 - 14 of 14) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | calligraphic-profile-rename.cpp | 84 .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 D | knot-properties.cpp | 88 .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 D | lpe-powerstroke-properties.cpp | 88 .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 D | knot-properties.h | 67 void _close();
|
H A D | lpe-powerstroke-properties.h | 60 void _close();
|
H A D | calligraphic-profile-rename.h | 56 void _close();
|
H A D | lpe-fillet-chamfer-properties.cpp | 97 .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 D | lpe-fillet-chamfer-properties.h | 72 void _close();
|
H A D | dialog.cpp | 223 _close(); 253 _close(); 288 void Dialog::_close() function in class:Inkscape::UI::Dialog::Dialog
|
H A D | layer-properties.cpp | 85 .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 D | dialog.h | 137 virtual void _close();
|
H A D | layer-properties.h | 158 void _close();
|
/inkscape/src/ui/view/ |
H A D | view.cpp | 74 _close(); 77 void View::_close() { function in class:Inkscape::UI::View::View
|
H A D | view.h | 81 void close() { _close(); } 113 virtual void _close();
|
Completed in 24 milliseconds