Protected Member Functions |
| void | setupGui () |
Member Typedef Documentation
Constructor & Destructor Documentation
| makVrf::DtRangeRingsOptionsWidget::DtRangeRingsOptionsWidget |
( |
makVrv::DtDe & |
de, |
|
|
QWidget * |
parent = NULL, |
|
|
const Qt::WindowFlags & |
flags = 0 |
|
) |
| |
| virtual makVrf::DtRangeRingsOptionsWidget::~DtRangeRingsOptionsWidget |
( |
| ) |
|
|
virtual |
copy constructor. Not Implemented.
Member Function Documentation
| virtual QString makVrf::DtRangeRingsOptionsWidget::getLabelFromType |
( |
const std::string & |
type | ) |
|
|
virtual |
| virtual void makVrf::DtRangeRingsOptionsWidget::clearRangeRingTypes |
( |
| ) |
|
|
virtual |
| virtual void makVrf::DtRangeRingsOptionsWidget::colorOptionRequested |
( |
const std::string & |
| ) |
|
|
virtual |
| virtual bool makVrf::DtRangeRingsOptionsWidget::showRangeSphere |
( |
| ) |
|
|
virtual |
| virtual void makVrf::DtRangeRingsOptionsWidget::setShowRangeSphere |
( |
bool |
onOff | ) |
|
|
virtual |
| virtual void makVrf::DtRangeRingsOptionsWidget::setSphereOpacityModifier |
( |
double |
| ) |
|
|
virtual |
| virtual double makVrf::DtRangeRingsOptionsWidget::sphereOpacityModifier |
( |
| ) |
const |
|
virtual |
| virtual bool makVrf::DtRangeRingsOptionsWidget::showWeaponNameLabel |
( |
| ) |
|
|
virtual |
| virtual void makVrf::DtRangeRingsOptionsWidget::setShowWeaponNameLabel |
( |
bool |
onOff | ) |
|
|
virtual |
| virtual bool makVrf::DtRangeRingsOptionsWidget::showEntityNameLabel |
( |
| ) |
|
|
virtual |
| virtual void makVrf::DtRangeRingsOptionsWidget::setShowEntityNameLabel |
( |
bool |
onOff | ) |
|
|
virtual |
| virtual bool makVrf::DtRangeRingsOptionsWidget::showRangeValueLabel |
( |
| ) |
|
|
virtual |
| virtual void makVrf::DtRangeRingsOptionsWidget::setShowRangeValueLabel |
( |
bool |
onOff | ) |
|
|
virtual |
| virtual bool makVrf::DtRangeRingsOptionsWidget::displayByDefault |
( |
| ) |
|
|
virtual |
| virtual void makVrf::DtRangeRingsOptionsWidget::setDisplayByDefault |
( |
bool |
onOff | ) |
|
|
virtual |
| virtual bool makVrf::DtRangeRingsOptionsWidget::displayForSelected |
( |
| ) |
|
|
virtual |
| virtual void makVrf::DtRangeRingsOptionsWidget::setDisplayForSelected |
( |
bool |
onOff | ) |
|
|
virtual |
| virtual bool makVrf::DtRangeRingsOptionsWidget::displayPhysicalFootprint |
( |
| ) |
|
|
virtual |
| virtual void makVrf::DtRangeRingsOptionsWidget::setDisplayPhysicalFootprint |
( |
bool |
onOff | ) |
|
|
virtual |
| void makVrf::DtRangeRingsOptionsWidget::setupGui |
( |
| ) |
|
|
protected |
| virtual void makVrf::DtRangeRingsOptionsWidget::on_colorChanged |
( |
| ) |
|
|
virtualslot |
| virtual void makVrf::DtRangeRingsOptionsWidget::on_visibilityChanged |
( |
bool |
onOff | ) |
|
|
virtualslot |
| virtual void makVrf::DtRangeRingsOptionsWidget::on_toggleRangeSphere |
( |
bool |
onOff | ) |
|
|
virtualslot |
| virtual void makVrf::DtRangeRingsOptionsWidget::on_toggleWeaponNameLabel |
( |
bool |
onOff | ) |
|
|
virtualslot |
| virtual void makVrf::DtRangeRingsOptionsWidget::on_toggleEntityNameLabel |
( |
bool |
onOff | ) |
|
|
virtualslot |
| virtual void makVrf::DtRangeRingsOptionsWidget::on_toggleRangeValueLabel |
( |
bool |
onOff | ) |
|
|
virtualslot |
| virtual void makVrf::DtRangeRingsOptionsWidget::on_toggleDisplayByDefault |
( |
bool |
onOff | ) |
|
|
virtualslot |
| virtual void makVrf::DtRangeRingsOptionsWidget::on_toggleDisplayForSelected |
( |
bool |
onOff | ) |
|
|
virtualslot |
| virtual void makVrf::DtRangeRingsOptionsWidget::on_toggleDisplayPhysicalFootprint |
( |
bool |
onOff | ) |
|
|
virtualslot |
| virtual void makVrf::DtRangeRingsOptionsWidget::sphereOpacityChanged |
( |
| ) |
|
|
virtualslot |
assignment operator. Not Implemented.
Member Data Documentation
| boost::signal<void (std::string, QColor, QString)> makVrf::DtRangeRingsOptionsWidget::signal_colorChanged |
| boost::signal<void (std::string, bool)> makVrf::DtRangeRingsOptionsWidget::signal_visibilityChanged |
| boost::signal<void (bool)> makVrf::DtRangeRingsOptionsWidget::signal_toggleRangeSphere |
| boost::signal<void (bool)> makVrf::DtRangeRingsOptionsWidget::signal_toggleWeaponNameLabel |
| boost::signal<void (bool)> makVrf::DtRangeRingsOptionsWidget::signal_toggleEntityNameLabel |
| boost::signal<void (bool)> makVrf::DtRangeRingsOptionsWidget::signal_toggleRangeValueLabel |
| boost::signal<void (bool)> makVrf::DtRangeRingsOptionsWidget::signal_toggleDisplayByDefaultValue |
| boost::signal<void (bool)> makVrf::DtRangeRingsOptionsWidget::signal_toggleDisplayForSelectedValue |
| boost::signal<void (bool)> makVrf::DtRangeRingsOptionsWidget::signal_toggleDisplayPhysicalFootprintValue |
| boost::signal<void (double)> makVrf::DtRangeRingsOptionsWidget::signal_sphereOpacityModifierChanged |
| QCheckBox* makVrf::DtRangeRingsOptionsWidget::myToggleRangeSphereCheckBox |
| QCheckBox* makVrf::DtRangeRingsOptionsWidget::myShowWeaponNameLabelCheckBox |
| QCheckBox* makVrf::DtRangeRingsOptionsWidget::myShowEntityNameLabelCheckBox |
| QCheckBox* makVrf::DtRangeRingsOptionsWidget::myShowRangeValueLabelCheckBox |
| QCheckBox* makVrf::DtRangeRingsOptionsWidget::myDisplayRangeRingsByDefault |
| QCheckBox* makVrf::DtRangeRingsOptionsWidget::myDisplayRangeRingsForSelected |
| QCheckBox* makVrf::DtRangeRingsOptionsWidget::myAlwaysShowPhysicalFootprint |
| QGridLayout* makVrf::DtRangeRingsOptionsWidget::myRangeRingTypesLabelLayout |
| QScrollArea* makVrf::DtRangeRingsOptionsWidget::myScrollView |
| QWidget* makVrf::DtRangeRingsOptionsWidget::myRangeRingsContainer |
| QVBoxLayout* makVrf::DtRangeRingsOptionsWidget::myMainLayout |
| QHBoxLayout* makVrf::DtRangeRingsOptionsWidget::my3DLayout |
| QSpinBox* makVrf::DtRangeRingsOptionsWidget::mySphereOpacityModifier |
The documentation for this class was generated from the following file: