TopLevel Class Reference
This class handles the single object of type KDevMainWindow. More...
#include <toplevel.h>
Static Public Member Functions | |
KDevMainWindow * | getInstance () |
Get a pointer to the single KDevTopLevel object. | |
bool | mainWindowValid () |
void | invalidateInstance (KDevMainWindow *instance) |
Signal that the object has been (or is about to be) destroyed. | |
Static Private Attributes | |
KDevMainWindow * | s_instance = 0 |
Pointer to the single KDevTopLevel object or 0L. |
Detailed Description
This class handles the single object of type KDevMainWindow.It is completely static (all methods and attributes).
Definition at line 13 of file toplevel.h.
Member Function Documentation
|
Get a pointer to the single KDevTopLevel object.
Definition at line 20 of file toplevel.cpp. References MainWindow::init(), and s_instance. Referenced by PartController::activatePart(), PartController::closePart(), ProjectManager::closeProject(), PartController::contextPopupMenu(), PluginController::integratePart(), PartController::integratePart(), main(), API::mainWindow(), DocumentationPart::popup(), PluginController::removePart(), PartController::saveFile(), PartController::setupActions(), and PartController::showPart(). |
|
Signal that the object has been (or is about to be) destroyed.
Definition at line 35 of file toplevel.cpp. References invalidateInstance(), and s_instance. Referenced by invalidateInstance(). |
|
Definition at line 15 of file toplevel.cpp. References s_instance. Referenced by API::mainWindowValid(). |
Member Data Documentation
|
Pointer to the single KDevTopLevel object or 0L.
Definition at line 12 of file toplevel.cpp. Referenced by getInstance(), invalidateInstance(), and mainWindowValid(). |
The documentation for this class was generated from the following files:
- src/toplevel.h
- src/toplevel.cpp