DtIntersectorSettingsWidget implements the DtIntersectorSettingsInterface for Qt.
More...
Detailed Description
DtIntersectorSettingsWidget implements the DtIntersectorSettingsInterface for Qt.
It provides the Qt widgets used to change lighting rendering settings such as lighting scalars
Constructor & Destructor Documentation
| makVrv::DtIntersectorSettingsWidget::DtIntersectorSettingsWidget |
( |
DtDe & |
de, |
|
|
QWidget * |
parent, |
|
|
Qt::WindowFlags |
flags = Qt::Widget |
|
) |
| |
| virtual makVrv::DtIntersectorSettingsWidget::~DtIntersectorSettingsWidget |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual void makVrv::DtIntersectorSettingsWidget::setIntersectorDrawEnabled |
( |
bool |
enabled | ) |
|
|
virtual |
| virtual void makVrv::DtIntersectorSettingsWidget::setIntersectorDrawnDuration |
( |
float |
duration | ) |
|
|
virtual |
| virtual void makVrv::DtIntersectorSettingsWidget::setFailedIntersectorColor |
( |
const DtColorValue & |
color | ) |
|
|
virtual |
| virtual void makVrv::DtIntersectorSettingsWidget::setOddSegmentIntersectorColor |
( |
const DtColorValue & |
color | ) |
|
|
virtual |
| virtual void makVrv::DtIntersectorSettingsWidget::setEvenSegmentIntersectorColor |
( |
const DtColorValue & |
color | ) |
|
|
virtual |
| virtual void makVrv::DtIntersectorSettingsWidget::on_intersectorDrawEnabledChanged |
( |
int |
enabled | ) |
|
|
protectedvirtualslot |
Slots used to communicate between the widget and its Qt sub-widgets.
| virtual void makVrv::DtIntersectorSettingsWidget::on_intersectorDrawnDurationChanged |
( |
double |
duration | ) |
|
|
protectedvirtualslot |
| virtual void makVrv::DtIntersectorSettingsWidget::on_failedIntersectorColorValueChanged |
( |
const QColor & |
| ) |
|
|
protectedvirtualslot |
| virtual void makVrv::DtIntersectorSettingsWidget::on_oddSegmentIntersectorColorValueChanged |
( |
const QColor & |
| ) |
|
|
protectedvirtualslot |
| virtual void makVrv::DtIntersectorSettingsWidget::on_evenIntersectorColorValueChanged |
( |
const QColor & |
| ) |
|
|
protectedvirtualslot |
| void makVrv::DtIntersectorSettingsWidget::setupGui |
( |
| ) |
|
|
protected |
Sets up the widget's fields.
Non-virtual (Called from CTOR).
| void makVrv::DtIntersectorSettingsWidget::connectToSignals |
( |
| ) |
|
|
protected |
Connects widget signals to slots.
Non-virtual (Called from CTOR).
| void makVrv::DtIntersectorSettingsWidget::enableIntersectorParameters |
( |
bool |
enabled | ) |
|
|
protected |
Enable / disable the intersector parameter widgets based on the draw state.
Member Data Documentation
| DtDe& makVrv::DtIntersectorSettingsWidget::myDe |
|
protected |
| QCheckBox* makVrv::DtIntersectorSettingsWidget::myIntersectorDrawEnabledCheckbox |
|
protected |
| QLabel* makVrv::DtIntersectorSettingsWidget::myIntersectorDrawnDurationLabel |
|
protected |
| QLabel* makVrv::DtIntersectorSettingsWidget::myFailedIntersectorColorLabel |
|
protected |
| DtColorPushButton* makVrv::DtIntersectorSettingsWidget::myFailedIntersectorColorPushButton |
|
protected |
| QLabel* makVrv::DtIntersectorSettingsWidget::myOddSegmentIntersectorColorLabel |
|
protected |
| DtColorPushButton* makVrv::DtIntersectorSettingsWidget::myOddSegmentIntersectorColorPushButton |
|
protected |
| QLabel* makVrv::DtIntersectorSettingsWidget::myEvenSegmentIntersectorColorLabel |
|
protected |
| DtColorPushButton* makVrv::DtIntersectorSettingsWidget::myEvenSegmentIntersectorColorPushButton |
|
protected |
The documentation for this class was generated from the following file: