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

Public Member Functions | |
| DtEntityEditorOpenHandler () | |
| Default Constructor. | |
| virtual | ~DtEntityEditorOpenHandler () |
| Destructor. | |
| virtual bool | loadSmsFile (const QString &) |
| Loads the specified simulation mode set file. | |
Static Public Member Functions | |
| static DtEventHandler * | create (DtEventController *owner, void *usr) |
| Static creator. | |
Protected Member Functions | |
| virtual QString | createFilterList () |
| Creates the list of open valid file types that can be put into the open dialog. | |
| virtual void | initFileDialog (QFileDialog *fd) |
| virtual bool | completeOpen () |
Default Constructor.
| virtual DtEntityEditorOpenHandler::~DtEntityEditorOpenHandler | ( | ) | [virtual] |
Destructor.
| virtual bool DtEntityEditorOpenHandler::loadSmsFile | ( | const QString & | ) | [virtual] |
Loads the specified simulation mode set file.
| virtual QString DtEntityEditorOpenHandler::createFilterList | ( | ) | [protected, virtual] |
Creates the list of open valid file types that can be put into the open dialog.
Implements DtFileDialogHandler.
| virtual void DtEntityEditorOpenHandler::initFileDialog | ( | QFileDialog * | fd | ) | [protected, virtual] |
Reimplemented from DtFileDialogHandler.
| virtual bool DtEntityEditorOpenHandler::completeOpen | ( | ) | [protected, virtual] |
Implements DtFileDialogHandler.
| static DtEventHandler* DtEntityEditorOpenHandler::create | ( | DtEventController * | owner, |
| void * | usr | ||
| ) | [static] |
Static creator.