The SingleDlgRegularSolidImp class creates a single instance. More...
#include <DlgRegularSolidImp.h>
Static Public Member Functions | |
static void | destruct () |
static bool | hasInstance () |
static SingleDlgRegularSolidImp * | instance () |
Protected Member Functions | |
SingleDlgRegularSolidImp (QWidget *parent=0, Qt::WFlags fl=0) | |
Constructs a SingleDlgRegularSolidImp which is a child of 'parent', with the name 'name' and widget flags set to 'f'. | |
~SingleDlgRegularSolidImp () | |
Destroys the object and frees any allocated resources. |
The SingleDlgRegularSolidImp class creates a single instance.
Definition at line 49 of file DlgRegularSolidImp.h.
SingleDlgRegularSolidImp::SingleDlgRegularSolidImp | ( | QWidget * | parent = 0 , |
|
Qt::WFlags | fl = 0 | |||
) | [protected] |
Constructs a SingleDlgRegularSolidImp which is a child of 'parent', with the name 'name' and widget flags set to 'f'.
Definition at line 245 of file DlgRegularSolidImp.cpp.
Referenced by instance().
SingleDlgRegularSolidImp::~SingleDlgRegularSolidImp | ( | ) | [protected] |
Destroys the object and frees any allocated resources.
Definition at line 253 of file DlgRegularSolidImp.cpp.
void SingleDlgRegularSolidImp::destruct | ( | void | ) | [static] |
Definition at line 227 of file DlgRegularSolidImp.cpp.
bool SingleDlgRegularSolidImp::hasInstance | ( | ) | [static] |
Definition at line 236 of file DlgRegularSolidImp.cpp.
Referenced by CmdMeshBuildRegularSolid::isActive().
SingleDlgRegularSolidImp * SingleDlgRegularSolidImp::instance | ( | void | ) | [static] |
Definition at line 216 of file DlgRegularSolidImp.cpp.
References Gui::getMainWindow(), and SingleDlgRegularSolidImp().
Referenced by CmdMeshBuildRegularSolid::activated().