![]() |
VR-Forces 4.0.4 Class Documentation
|
This class is the icon scale widget visible on the toolbar. More...
Public Slots | |
| void | sliderChanged (int value) |
Public Member Functions | |
| DtEntityIconScaleWidget (DtDe &de, QWidget *parent, const Qt::WindowFlags &flags) | |
| virtual | ~DtEntityIconScaleWidget () |
Protected Member Functions | |
| void | setupGui () |
| QIcon | makeWideIconWithArrow (QIcon &baseIcon, bool downArrow, QToolButton *button) |
| void | updateSlider (float value) |
| Updates the slider position. | |
Protected Attributes | |
| DtDe & | myDe |
| DtSignalConnectionManager | myConnections |
| DtPopupToolbar * | myToolbar |
| QSlider * | mySlider |
| DtPopupToolbarButton * | myButton |
This class is the icon scale widget visible on the toolbar.
| makVrv::DtEntityIconScaleWidget::DtEntityIconScaleWidget | ( | DtDe & | de, |
| QWidget * | parent, | ||
| const Qt::WindowFlags & | flags | ||
| ) |
| virtual makVrv::DtEntityIconScaleWidget::~DtEntityIconScaleWidget | ( | ) | [virtual] |
| void makVrv::DtEntityIconScaleWidget::sliderChanged | ( | int | value | ) | [slot] |
| void makVrv::DtEntityIconScaleWidget::setupGui | ( | ) | [protected] |
| QIcon makVrv::DtEntityIconScaleWidget::makeWideIconWithArrow | ( | QIcon & | baseIcon, |
| bool | downArrow, | ||
| QToolButton * | button | ||
| ) | [protected] |
| void makVrv::DtEntityIconScaleWidget::updateSlider | ( | float | value | ) | [protected] |
Updates the slider position.
DtDe& makVrv::DtEntityIconScaleWidget::myDe [protected] |
DtPopupToolbar* makVrv::DtEntityIconScaleWidget::myToolbar [protected] |
QSlider* makVrv::DtEntityIconScaleWidget::mySlider [protected] |