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

Public Slots | |
| virtual bool | userDefinedAction (DtUserDefinedType iAction, void *usr) |
| Processes openDatabase with the usr pointer being a pointer to a QString. | |
Public Member Functions | |
| DtOpenDatabaseHandler () | |
| Default Constructor. | |
| virtual | ~DtOpenDatabaseHandler () |
| Destructor. | |
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 bool | openDatabase (QString dbName) |
| Opens the database using the application event controller tdb manager. | |
| virtual void | initFileDialog (QFileDialog *parent) |
| Creates the dialog that will be used to allow the user to open the database. | |
| virtual bool | completeOpen () |
| virtual bool | completeOpen (QString fileName) |
| Opens the database and sets the current filename. | |
| virtual const char * | eventSignalName () |
Default Constructor.
| virtual DtOpenDatabaseHandler::~DtOpenDatabaseHandler | ( | ) | [virtual] |
Destructor.
| static DtEventHandler* DtOpenDatabaseHandler::create | ( | DtEventController * | owner, |
| void * | usr | ||
| ) | [static] |
Static creator.
| virtual bool DtOpenDatabaseHandler::userDefinedAction | ( | DtUserDefinedType | iAction, |
| void * | usr | ||
| ) | [virtual, slot] |
Processes openDatabase with the usr pointer being a pointer to a QString.
Reimplemented from DtEventHandler.
| virtual QString DtOpenDatabaseHandler::createFilterList | ( | ) | [protected, virtual] |
Creates the list of open valid file types that can be put into the open dialog.
Implements DtFileDialogHandler.
| virtual bool DtOpenDatabaseHandler::openDatabase | ( | QString | dbName | ) | [protected, virtual] |
Opens the database using the application event controller tdb manager.
| virtual void DtOpenDatabaseHandler::initFileDialog | ( | QFileDialog * | parent | ) | [protected, virtual] |
Creates the dialog that will be used to allow the user to open the database.
Reimplemented from DtFileDialogHandler.
| virtual bool DtOpenDatabaseHandler::completeOpen | ( | ) | [protected, virtual] |
Implements DtFileDialogHandler.
| virtual bool DtOpenDatabaseHandler::completeOpen | ( | QString | fileName | ) | [protected, virtual] |
Opens the database and sets the current filename.
| virtual const char* DtOpenDatabaseHandler::eventSignalName | ( | ) | [inline, protected, virtual] |
Reimplemented from DtFileDialogHandler.
References DtFileOpenDatatabaseWidgetEvent.