Searched defs:getInstance (Results 1 - 25 of 38) sorted by relevance

12

/inkscape/src/ui/dialog/
H A Dfont-substitution.h31 static FontSubstitution &getInstance() { return *new FontSubstitution(); } function in class:Inkscape::UI::Dialog::FontSubstitution
H A Dmemory.h25 static Memory &getInstance() { return *new Memory(); } function in class:Inkscape::UI::Dialog::Memory
H A Dprint-colors-preview-dialog.h28 static PrintColorsPreviewDialog &getInstance() function in class:Inkscape::UI::Dialog::PrintColorsPreviewDialog
H A Dextension-editor.h33 static ExtensionEditor &getInstance() { return *new ExtensionEditor(); } function in class:Inkscape::UI::Dialog::ExtensionEditor
H A Dextensions.cpp26 ExtensionsPanel &ExtensionsPanel::getInstance() function in class:Inkscape::UI::Dialogs::ExtensionsPanel
H A Dobject-attributes.h48 static ObjectAttributes &getInstance() { return *new ObjectAttributes(); } function in class:Inkscape::UI::Dialog::ObjectAttributes
H A Dtile.h69 static ArrangeDialog& getInstance() { return *new ArrangeDialog(); } function in class:Inkscape::UI::Dialog::ArrangeDialog
H A Dmessages.h40 static Messages &getInstance() { return *new Messages(); } function in class:Inkscape::UI::Dialog::Messages
H A Dfill-and-stroke.h39 static FillAndStroke &getInstance() { return *new FillAndStroke(); } function in class:Inkscape::UI::Dialog::FillAndStroke
H A Ddialog-manager.cpp195 DialogManager &DialogManager::getInstance() function in class:Inkscape::UI::Dialog::DialogManager
H A Ddocument-metadata.cpp55 DocumentMetadata::getInstance() function in class:Inkscape::UI::Dialog::DocumentMetadata
H A Ddebug.cpp156 DebugDialog *DebugDialog::getInstance() function in class:Inkscape::UI::Dialog::DebugDialog
168 DebugDialog *debugDialog = getInstance();
170 // this is not a real memleak because getInstance() only creates a debug dialog once, and returns that instance for all subsequent calls
H A Dlivepatheffect-editor.h46 static LivePathEffectEditor &getInstance() { return *new LivePathEffectEditor(); } function in class:Inkscape::UI::Dialog::LivePathEffectEditor
H A Dobject-properties.h75 static ObjectProperties &getInstance() { return *new ObjectProperties(); } function in class:Inkscape::UI::Dialog::ObjectProperties
H A Dclonetiler.h33 static CloneTiler &getInstance() { return *new CloneTiler(); } function in class:Inkscape::UI::Dialog::CloneTiler
H A Dicon-preview.cpp61 IconPreviewPanel &IconPreviewPanel::getInstance() function in class:Inkscape::UI::Dialog::IconPreviewPanel
H A Dspellcheck.h54 static SpellCheck &getInstance() { return *new SpellCheck(); } function in class:Inkscape::UI::Dialog::SpellCheck
H A Dtext-edit.h62 * getInstance is needed by the dialog manager (Inkscape::UI::Dialog::DialogManager).
64 static TextEdit &getInstance() { return *new TextEdit(); } function in class:Inkscape::UI::Dialog::TextEdit
H A Dtransformation.h72 static Transformation &getInstance() function in class:Inkscape::UI::Dialog::Transformation
H A Dundo-history.cpp131 UndoHistory& UndoHistory::getInstance() function in class:Inkscape::UI::Dialog::UndoHistory
H A Dxml-tree.h58 static XmlTree &getInstance() { return *new XmlTree(); } function in class:Inkscape::UI::Dialog::XmlTree
H A Dexport.h50 static Export &getInstance() { function in class:Inkscape::UI::Dialog::Export
H A Dfilter-effects-dialog.h46 static FilterEffectsDialog &getInstance() function in class:Inkscape::UI::Dialog::FilterEffectsDialog
H A Dfind.h57 * getInstance is needed by the dialog manager (Inkscape::UI::Dialog::DialogManager).
59 static Find &getInstance() { return *new Find(); } function in class:Inkscape::UI::Dialog::Find
/inkscape/src/ui/
H A Duxmanager.cpp111 UXManager* UXManager::getInstance() function in class:Inkscape::UI::UXManager
271 Inkscape::UI::UXManager::getInstance()->setTask( desktop, taskNum );

Completed in 1599 milliseconds

12