![]() |
VR-Forces 4.0.4 Class Documentation
|
Handles display options dialog. More...

Public Member Functions | |
| DtAboutBoxHandler () | |
| Default Constructor. | |
| virtual | ~DtAboutBoxHandler () |
| Destructor. | |
| virtual QWidget * | createDialog (QWidget *parent) |
| Creates the about box which is contained in the myEventDlg member variable. | |
Static Public Member Functions | |
| static DtEventHandler * | create (DtEventController *owner, void *usr) |
| Static creator. | |
Handles display options dialog.
Default Constructor.
| virtual DtAboutBoxHandler::~DtAboutBoxHandler | ( | ) | [virtual] |
Destructor.
| static DtEventHandler* DtAboutBoxHandler::create | ( | DtEventController * | owner, |
| void * | usr | ||
| ) | [static] |
Static creator.
| virtual QWidget* DtAboutBoxHandler::createDialog | ( | QWidget * | parent | ) | [virtual] |
Creates the about box which is contained in the myEventDlg member variable.
If you would like to show an about box of your own creation, in the PvdFactory object that is created in the main.cxx of the pvd, call the setAboutBoxDialogCreatorFcn and set your new dialog box creator function. Look at pvdFactory.h for an example of what this creator function's prototype should look like. Only override this method if you would like to do something other than show the about box.
Reimplemented from DtEventHandler.