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

Public Member Functions | |
| DtTerrainInfoHandler () | |
| Default Constructor. | |
| virtual | ~DtTerrainInfoHandler () |
| Destructor. | |
Public Member Functions inherited from DtInfoHandler | |
| DtInfoHandler () | |
| Default Constructor. | |
| virtual | ~DtInfoHandler () |
| Destructor. | |
| virtual void | showInfo (const DtModelData &) |
| Shows an info panel for the specified model data. | |
| virtual QWidget * | informationDialogFor (const DtModelData &d, QWidget *parent=NULL) |
Public Member Functions inherited from DtEventHandler | |
| DtEventHandler () | |
| Default Constructor. | |
| virtual | ~DtEventHandler () |
| Destructor. | |
| virtual void | setEventController (DtEventController *) |
| virtual void | setInitialSelection (const QVector< DtModelKey > &d) |
| virtual void | showDialog (bool b) |
| virtual QWidget * | createDialog (QWidget *w) |
| Creates the dialog associated with this handler (if there is one) | |
| virtual QWidget * | dialog (bool createIfMissing=true, QWidget *parent=NULL) |
| If createIfMissing is true, will create the dialog based on the supplied parent window, else will simply return the dialog pointer. | |
| virtual void | reset () |
| virtual DtBaseWindow * | baseWindow () const |
| Returns the base window of the event controller. | |
| virtual void | activate () |
| Called when this event handler first becomes active. | |
| virtual void | deactivate () |
| Called when this event handler is removed as the current event. | |
| virtual void | setBaseWindow (DtBaseWindow *w) |
| Called when the base window is set for the event controller. | |
| virtual void | init () |
| Called when the handler is first created, initialize context. | |
| void | setSuspended (bool) |
| Set when something wants to suspend some aspect of this handler without deactivating it. | |
| bool | suspended () const |
| virtual void | dialogDestroyedEvent () |
| Called when dialog is destroyed. | |
Public Member Functions inherited from DtArchivableObject | |
| DtArchivableObject (QString name, DtArchivableObjectCreator fcn) | |
| This constructor will add this object to the archivable object factory. | |
| DtArchivableObject (QString name) | |
| DtArchivableObject () | |
| virtual | ~DtArchivableObject () |
| virtual QString | name () const |
| DtArchiver * | archiver () |
| Returns the archiver of this object. | |
| virtual void | read (QTextStream &s) |
| Reads/writes archiver. | |
| virtual void | write (QTextStream &s) |
| virtual void | setLevel (int i) |
| virtual int | level () const |
| virtual DtArchivableObject * | clone () |
| Allows for cloning of this object. | |
Static Public Member Functions | |
| static DtEventHandler * | create (DtEventController *owner, void *usr) |
| Static creator. | |
Protected Member Functions | |
| virtual QWidget * | createDialog (QWidget *parent, const DtModelData &d) |
| Pure overrides to implement class. | |
| virtual void | initDialog (QWidget *info, const DtModelData &) |
| virtual void | initConnections (QWidget *info) |
| virtual void | disconnectConnections (QWidget *info) |
| virtual QString | keyFor (const DtModelData &d) const |
| Use the DtFidCode for a key. | |
| virtual const char * | eventSignalName () |
Protected Member Functions inherited from DtInfoHandler | |
| virtual bool | userDefinedAction (DtUserDefinedType iAction, void *usr) |
Additional Inherited Members | |
Public Slots inherited from DtInfoHandler | |
| virtual void | removeInfoDialog (QObject *d) |
| Called when an info dialog is closed, this routine will remove the dialog from the internal dialogs (myInfoDialogs) list. | |
Signals inherited from DtEventHandler | |
| void | closedDialog () |
Protected Attributes inherited from DtInfoHandler | |
| QHash< QString, QWidget * > | myInfoDialogs |
| DtTerrainInfoHandler::DtTerrainInfoHandler | ( | ) |
Default Constructor.
|
virtual |
Destructor.
|
static |
Static creator.
|
protectedvirtual |
Pure overrides to implement class.
Implements DtInfoHandler.
|
protectedvirtual |
Implements DtInfoHandler.
|
protectedvirtual |
Implements DtInfoHandler.
|
protectedvirtual |
Implements DtInfoHandler.
|
protectedvirtual |
Use the DtFidCode for a key.
Reimplemented from DtInfoHandler.
|
inlineprotectedvirtual |
Implements DtInfoHandler.
References DtTerrainFeatureInfoDialogEvent.