DtEntityLabelsWidget is a toolbar widget that combines a button to enable and disable simulation object labels, and a drop-down button to bring up a list of symbol decorations the user can enable/disable.
More...
|
| virtual void | slot_postInitialize () |
| | Used to set the state of the entity labels widget. More...
|
| |
| virtual void | configureToolButton (const QString &text, const QString &tooltip, const QString &iconPath, bool checkable=false, bool hasMenu=false, QToolButton::ToolButtonPopupMode menuMode=QToolButton::DelayedPopup) |
| | Configure the QToolButton for this toolbar widget. More...
|
| |
DtEntityLabelsWidget is a toolbar widget that combines a button to enable and disable simulation object labels, and a drop-down button to bring up a list of symbol decorations the user can enable/disable.
| makVrv::DtEntityLabelsWidget::DtEntityLabelsWidget |
( |
DtDe & |
de, |
|
|
QWidget * |
parent = 0, |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
Initializing Constructor.
- Parameters
-
| [in] | de | is the display engine for this instance. |
| [in] | parent | is the parent widget for this instance. |
| [in] | f | is a set of window flags for this widget. |
| virtual makVrv::DtEntityLabelsWidget::~DtEntityLabelsWidget |
( |
| ) |
|
|
virtual |
| makVrv::DtEntityLabelsWidget::DtEntityLabelsWidget |
( |
| ) |
|
|
private |
Default CTOR.
- Note
- Not implemented ( force use of initializer ).
Copy CTOR.
- Note
- Not implemented ( prevents copies ).
Copy operator.
- Note
- Not implemented ( prevents copies ).
| virtual void makVrv::DtEntityLabelsWidget::setEntityLabelsEnabled |
( |
bool |
enabled | ) |
const |
|
virtual |
Sets audio to be enabled/disabled.
- Parameters
-
| [in] | enabled | is the new state of audio. |
| virtual void makVrv::DtEntityLabelsWidget::setupGui |
( |
| ) |
|
|
virtual |
Sets up the user interface.
| virtual void makVrv::DtEntityLabelsWidget::setWidgetsVisible |
( |
bool |
visible | ) |
|
|
virtual |
Called whenever the ToolButtonStyle has changed.
- Parameters
-
| visible | Whether or not any custom widgets are visible This function updates the visibility of mySymbolDecorationToolButton |
Reimplemented from makVrv::DtToolbarWidget.
| virtual void makVrv::DtEntityLabelsWidget::on_toolButtonClicked |
( |
bool |
checked | ) |
|
|
protectedvirtualslot |
Slot when this widget's toolbutton has been clicked.
- Parameters
-
| checked | Whether or not the QToolButton is checked or not |
| virtual void makVrv::DtEntityLabelsWidget::slot_postInitialize |
( |
| ) |
|
|
protectedvirtual |
Used to set the state of the entity labels widget.
| DtDe& makVrv::DtEntityLabelsWidget::myDe |
|
protected |
The documentation for this class was generated from the following file: