DtSetModelSetWidget is a toolbar widget for setting the model set for the current observer.
|
| virtual void | connectSignals () |
| |
| virtual void | setIconFromModelSet (int modelSet) |
| |
|
| virtual void | slot_observerModeChanged (DtObserver *, int newObserverMode) |
| |
| virtual void | slot_currentObserverChanged (DtInputDriver *, DtObserver *observer) |
| |
| virtual void | slot_observerAboutToBeDestroyed (DtInputDriver *, DtObserver *observer) |
| |
| virtual void | slot_observerModeModelSetChanged (int modeId) |
| |
| virtual void | configureToolButton (const QString &text, const QString &tooltip, const QString &iconFilename, bool checkable=false, bool hasMenu=false, QToolButton::ToolButtonPopupMode menuMode=QToolButton::DelayedPopup, const QString &checkedIconFilePath=QString("")) |
| |
| virtual void | configureThemedToolButton (const QString &text, const QString &tooltip, const QString &iconFilename, bool checkable=false, bool hasMenu=false, QToolButton::ToolButtonPopupMode menuMode=QToolButton::DelayedPopup, const QString &checkedIconFileName=QString("")) |
| |
| virtual void | setWidgetsVisible (bool visible) |
| |
| makVrv::DtSetModelSetWidget::DtSetModelSetWidget |
( |
DtDe & |
de, |
|
|
QWidget * |
parent = 0, |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
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::DtSetModelSetWidget::~DtSetModelSetWidget |
( |
| ) |
|
|
virtual |
| makVrv::DtSetModelSetWidget::DtSetModelSetWidget |
( |
| ) |
|
|
private |
Default CTOR.
- Note
- Not implemented ( force use of initializer ).
Copy CTOR.
- Note
- Not implemented ( prevents copies ).
Copy operator.
- Note
- Not implemented ( prevents copies ).
| void makVrv::DtSetModelSetWidget::setupGui |
( |
| ) |
|
Sets up the user interface.
| virtual void makVrv::DtSetModelSetWidget::connectSignals |
( |
| ) |
|
|
protectedvirtual |
Connects to DtObserverManager signals.
| virtual void makVrv::DtSetModelSetWidget::setIconFromModelSet |
( |
int |
modelSet | ) |
|
|
protectedvirtual |
Updates the toolbutton icon according to the current model set.
| virtual void makVrv::DtSetModelSetWidget::slot_observerModeChanged |
( |
DtObserver * |
, |
|
|
int |
newObserverMode |
|
) |
| |
|
protectedvirtual |
Notification that the current observer has changed modes.
Notification that the current observer has changed modes.
| virtual void makVrv::DtSetModelSetWidget::slot_observerAboutToBeDestroyed |
( |
DtInputDriver * |
, |
|
|
DtObserver * |
observer |
|
) |
| |
|
protectedvirtual |
Notification that the current observer has changed modes.
| virtual void makVrv::DtSetModelSetWidget::slot_observerModeModelSetChanged |
( |
int |
modeId | ) |
|
|
protectedvirtual |
Notification that the current observer has changed modes.
| virtual void makVrv::DtSetModelSetWidget::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 This function does nothing since the menu pop up mode is InstantPopup |
| virtual void makVrv::DtSetModelSetWidget::on_aboutToShow |
( |
| ) |
|
|
protectedvirtualslot |
Slot for when the menu for this widget is about to be shown.
| DtObserver* makVrv::DtSetModelSetWidget::myCurrentObserver |
|
protected |
The documentation for this class was generated from the following file: