DtIntersectorSettingsWidget implements the DtIntersectorSettingsInterface for Qt.
More...
DtIntersectorSettingsWidget implements the DtIntersectorSettingsInterface for Qt.
It provides the Qt widgets used to change lighting rendering settings such as lighting scalars
| makVrv::DtIntersectorSettingsWidget::DtIntersectorSettingsWidget |
( |
DtDe & |
de, |
|
|
QWidget * |
parent, |
|
|
Qt::WindowFlags |
flags = Qt::Widget |
|
) |
| |
| virtual makVrv::DtIntersectorSettingsWidget::~DtIntersectorSettingsWidget |
( |
| ) |
|
|
virtual |
| 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::setPaperMapIntersectionOverride |
( |
bool |
enabled | ) |
|
|
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 |
| virtual void makVrv::DtIntersectorSettingsWidget::on_paperMapIntersectionOverrideChanged |
( |
int |
enabled | ) |
|
|
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.
| 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 |
| QCheckBox* makVrv::DtIntersectorSettingsWidget::myPaperMapIntersectionOverride |
|
protected |
The documentation for this class was generated from the following file: