The DockEvaluateMeshImp class creates a single instance and embeds it into a dock window. More...
#include <DlgEvaluateMeshImp.h>
Public Member Functions | |
| QSize | sizeHint () const |
| Returns an appropriate size hint for the dock window. | |
Static Public Member Functions | |
| static void | destruct () |
| static bool | hasInstance () |
| static DockEvaluateMeshImp * | instance () |
Protected Member Functions | |
| void | closeEvent (QCloseEvent *e) |
| Destroys the dock window this object is embedded into without destroying itself. | |
| DockEvaluateMeshImp (QWidget *parent=0, Qt::WFlags fl=0) | |
| Constructs a DockEvaluateMeshImp which is a child of 'parent', with the name 'name' and widget flags set to 'f'. | |
| ~DockEvaluateMeshImp () | |
| Destroys the object and frees any allocated resources. | |
The DockEvaluateMeshImp class creates a single instance and embeds it into a dock window.
Definition at line 143 of file DlgEvaluateMeshImp.h.
| DockEvaluateMeshImp::DockEvaluateMeshImp | ( | QWidget * | parent = 0, |
|
| Qt::WFlags | fl = 0 | |||
| ) | [protected] |
Constructs a DockEvaluateMeshImp which is a child of 'parent', with the name 'name' and widget flags set to 'f'.
Definition at line 1165 of file DlgEvaluateMeshImp.cpp.
References Gui::DockWindowManager::addDockWindow(), and instance().
Referenced by instance().
| DockEvaluateMeshImp::~DockEvaluateMeshImp | ( | ) | [protected] |
Destroys the object and frees any allocated resources.
Definition at line 1181 of file DlgEvaluateMeshImp.cpp.
| void DockEvaluateMeshImp::closeEvent | ( | QCloseEvent * | e | ) | [protected] |
Destroys the dock window this object is embedded into without destroying itself.
Definition at line 1189 of file DlgEvaluateMeshImp.cpp.
References instance(), and Gui::DockWindowManager::removeDockWindow().
| void DockEvaluateMeshImp::destruct | ( | void | ) | [static] |
Definition at line 1147 of file DlgEvaluateMeshImp.cpp.
Referenced by MeshGui::CleanupHandler::cleanup().
| bool DockEvaluateMeshImp::hasInstance | ( | ) | [static] |
Definition at line 1156 of file DlgEvaluateMeshImp.cpp.
Referenced by CmdMeshEvaluation::activated().
| DockEvaluateMeshImp * DockEvaluateMeshImp::instance | ( | void | ) | [static] |
Definition at line 1136 of file DlgEvaluateMeshImp.cpp.
References DockEvaluateMeshImp(), and Gui::getMainWindow().
Referenced by CmdMeshEvaluation::activated(), closeEvent(), and DockEvaluateMeshImp().
| QSize DockEvaluateMeshImp::sizeHint | ( | ) | const |
Returns an appropriate size hint for the dock window.
Definition at line 1199 of file DlgEvaluateMeshImp.cpp.
1.6.1