![]() |
VR-Forces 4.0.4 Class Documentation
|
This class is a widget representing a single range ring entry. More...

Public Slots | |
| virtual void | chooseColor () |
| virtual void | slotColorChanged () |
Signals | |
| void | signalColorChanged () |
Public Member Functions | |
| DtRangeRingEntry (int ringType, const DtRangeRingsSettingsRecord::ColorOption &rangeRingInfo) | |
| default constructor | |
| virtual | ~DtRangeRingEntry () |
| destructor | |
| virtual QColor | ringColor () |
| virtual bool | useForceColor () |
| virtual double | ringAlphaF () |
| virtual int | rangeRingType () |
| virtual QString | ringLabel () |
Protected Member Functions | |
| void | setupGui (QString ringTypeLabel, QColor colorFromRecord) |
| void | setButtonColor () |
Protected Attributes | |
| int | myRangeRingType |
| QColor | myUserDefinedRgb |
| QHBoxLayout * | mainLayout |
| QLabel * | lineItemLabel |
| QComboBox * | useForceColorBox |
| QPushButton * | colorButton |
| QSpinBox * | alphaSpinBox |
| QFrame * | colorButtonBackground |
This class is a widget representing a single range ring entry.
It's inserted into a QListWidgetItem as an ItemWidget
| makVrf::DtRangeRingEntry::DtRangeRingEntry | ( | int | ringType, |
| const DtRangeRingsSettingsRecord::ColorOption & | rangeRingInfo | ||
| ) |
default constructor
| virtual makVrf::DtRangeRingEntry::~DtRangeRingEntry | ( | ) | [virtual] |
destructor
| virtual QColor makVrf::DtRangeRingEntry::ringColor | ( | ) | [virtual] |
| virtual bool makVrf::DtRangeRingEntry::useForceColor | ( | ) | [virtual] |
| virtual double makVrf::DtRangeRingEntry::ringAlphaF | ( | ) | [virtual] |
| virtual int makVrf::DtRangeRingEntry::rangeRingType | ( | ) | [virtual] |
| virtual QString makVrf::DtRangeRingEntry::ringLabel | ( | ) | [virtual] |
| void makVrf::DtRangeRingEntry::signalColorChanged | ( | ) | [signal] |
| void makVrf::DtRangeRingEntry::setupGui | ( | QString | ringTypeLabel, |
| QColor | colorFromRecord | ||
| ) | [protected] |
| void makVrf::DtRangeRingEntry::setButtonColor | ( | ) | [protected] |
| virtual void makVrf::DtRangeRingEntry::chooseColor | ( | ) | [virtual, slot] |
| virtual void makVrf::DtRangeRingEntry::slotColorChanged | ( | ) | [virtual, slot] |
int makVrf::DtRangeRingEntry::myRangeRingType [protected] |
QColor makVrf::DtRangeRingEntry::myUserDefinedRgb [protected] |
QHBoxLayout* makVrf::DtRangeRingEntry::mainLayout [protected] |
QLabel* makVrf::DtRangeRingEntry::lineItemLabel [protected] |
QComboBox* makVrf::DtRangeRingEntry::useForceColorBox [protected] |
QPushButton* makVrf::DtRangeRingEntry::colorButton [protected] |
QSpinBox* makVrf::DtRangeRingEntry::alphaSpinBox [protected] |
QFrame* makVrf::DtRangeRingEntry::colorButtonBackground [protected] |