![]() |
VR-Forces 4.8 Class Documentation
|

Public Member Functions | |
| DtSimulationObjectEditorSaveHandler (makVrv::DtDe &) | |
| Default Constructor. More... | |
| virtual | ~DtSimulationObjectEditorSaveHandler () |
| Destructor. More... | |
Public Member Functions inherited from DtSimulationObjectEditorOpenHandler | |
| DtSimulationObjectEditorOpenHandler (makVrv::DtDe &) | |
| Default Constructor. More... | |
| virtual | ~DtSimulationObjectEditorOpenHandler () |
| Destructor. More... | |
| virtual bool | loadSmsFile (const QString &) |
| Loads the specified simulation mode set file. More... | |
| virtual QWidget * | createDialog (QWidget *) |
| virtual void | showDialog (bool) |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. More... | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. More... | |
Static Public Member Functions | |
| static DtSimulationObjectEditorSaveHandler & | instance (makVrv::DtDe &) |
| Static creator. More... | |
| static void | registerInstance (makVrv::DtDe &, DtSimulationObjectEditorSaveHandler *) |
Static Public Member Functions inherited from DtSimulationObjectEditorOpenHandler | |
| static DtSimulationObjectEditorOpenHandler & | instance (makVrv::DtDe &) |
| Static creator. More... | |
| static void | registerInstance (makVrv::DtDe &, DtSimulationObjectEditorOpenHandler *) |
Protected Member Functions | |
| virtual QString | createFilterList () |
| virtual void | initFileDialog (QFileDialog *fd) |
| virtual bool | completeOpen () |
Protected Member Functions inherited from DtSimulationObjectEditorOpenHandler | |
| virtual QFileDialog * | createOpenDialog (QWidget *parent) |
| virtual void | accept () |
| virtual void | cancel () |
Additional Inherited Members | |
Protected Attributes inherited from DtSimulationObjectEditorOpenHandler | |
| makVrv::DtDe & | myDe |
| QFileDialog * | myEventDlg |
| QString | myFilename |
| QString | myStartingDirectory |
| DtSimulationObjectEditorSaveHandler::DtSimulationObjectEditorSaveHandler | ( | makVrv::DtDe & | ) |
Default Constructor.
|
virtual |
Destructor.
|
protectedvirtual |
Reimplemented from DtSimulationObjectEditorOpenHandler.
|
protectedvirtual |
Reimplemented from DtSimulationObjectEditorOpenHandler.
|
protectedvirtual |
Reimplemented from DtSimulationObjectEditorOpenHandler.
|
static |
Static creator.
|
static |