Searched refs:_instance (Results 1 - 10 of 10) sorted by relevance

/inkscape/src/
H A Drubberband.cpp22 Inkscape::Rubberband *Inkscape::Rubberband::_instance = NULL; member in class:Inkscape::Rubberband
140 if (_instance == NULL) {
141 _instance = new Inkscape::Rubberband(desktop);
144 return _instance;
H A Drubberband.h56 static Rubberband* _instance; member in class:Inkscape::Rubberband
H A Dpreferences.h488 if (!_instance) {
489 _instance = new Preferences();
491 return _instance;
568 static Preferences *_instance; member in class:Inkscape::Preferences
H A Dpreferences.cpp878 if (_instance)
881 _instance->save();
883 delete _instance;
884 _instance = NULL;
888 Preferences *Preferences::_instance = NULL; member in class:Inkscape::Preferences
/inkscape/src/ui/
H A Dclipboard.h64 static ClipboardManager *_instance; member in class:Inkscape::UI::ClipboardManager
H A Dclipboard.cpp1463 ClipboardManager *ClipboardManager::_instance = NULL; member in class:Inkscape::UI::ClipboardManager
1469 if ( _instance == NULL ) {
1470 _instance = new ClipboardManagerImpl;
1473 return _instance;
/inkscape/src/ui/dialog/
H A Dknot-properties.h58 static KnotPropertiesDialog &_instance() { function in class:Inkscape::UI::Dialogs::KnotPropertiesDialog
H A Dlpe-powerstroke-properties.h51 static PowerstrokePropertiesDialog &_instance() { function in class:Inkscape::UI::Dialogs::PowerstrokePropertiesDialog
H A Dlpe-fillet-chamfer-properties.h61 static FilletChamferPropertiesDialog &_instance() { function in class:Inkscape::UI::Dialogs::FilletChamferPropertiesDialog
H A Dlayer-properties.h148 static LayerPropertiesDialog &_instance() { function in class:Inkscape::UI::Dialogs::LayerPropertiesDialog

Completed in 562 milliseconds