#include <ui_rangecontrol.h>
Inheritance diagram for Ui_RangeControl:
Public Member Functions | |
void | setupUi (QWidget *RangeControl) |
void | retranslateUi (QWidget *RangeControl) |
Public Attributes | |
QVBoxLayout * | vboxLayout |
HistogramWidget * | histogramWidget |
QHBoxLayout * | hboxLayout |
QVBoxLayout * | vboxLayout1 |
QLabel * | projectionLabel |
QComboBox * | projectionSelect |
QVBoxLayout * | vboxLayout2 |
QLabel * | fieldLabel |
QComboBox * | fieldSelect |
QVBoxLayout * | vboxLayout3 |
QLabel * | riggingLabel |
QComboBox * | riggingSelect |
QVBoxLayout * | vboxLayout4 |
QLabel * | colorLabel |
QComboBox * | colorSelect |
QHBoxLayout * | hboxLayout1 |
QSpacerItem * | spacerItem |
QCheckBox * | polarVectorBox |
QSpacerItem * | spacerItem1 |
Definition at line 28 of file ui_rangecontrol.h.
void Ui_RangeControl::retranslateUi | ( | QWidget * | RangeControl | ) | [inline] |
Definition at line 201 of file ui_rangecontrol.h.
References colorLabel, colorSelect, fieldLabel, fieldSelect, polarVectorBox, projectionLabel, projectionSelect, riggingLabel, and riggingSelect.
Referenced by setupUi().
void Ui_RangeControl::setupUi | ( | QWidget * | RangeControl | ) | [inline] |
Definition at line 51 of file ui_rangecontrol.h.
References colorLabel, colorSelect, fieldLabel, fieldSelect, hboxLayout, hboxLayout1, histogramWidget, polarVectorBox, projectionLabel, projectionSelect, retranslateUi(), riggingLabel, riggingSelect, spacerItem, spacerItem1, vboxLayout, vboxLayout1, vboxLayout2, vboxLayout3, and vboxLayout4.
Referenced by RangeControl::RangeControl().
QLabel* Ui_RangeControl::colorLabel |
QComboBox* Ui_RangeControl::colorSelect |
Definition at line 45 of file ui_rangecontrol.h.
Referenced by RangeControl::getColorTable(), RangeControl::on_colorSelect_activated(), retranslateUi(), and setupUi().
QLabel* Ui_RangeControl::fieldLabel |
QComboBox* Ui_RangeControl::fieldSelect |
Definition at line 39 of file ui_rangecontrol.h.
Referenced by RangeControl::init(), retranslateUi(), RangeControl::setField(), and setupUi().
QHBoxLayout* Ui_RangeControl::hboxLayout |
QHBoxLayout* Ui_RangeControl::hboxLayout1 |
Definition at line 32 of file ui_rangecontrol.h.
Referenced by RangeControl::init(), RangeControl::on_colorSelect_activated(), RangeControl::on_fieldSelect_activated(), RangeControl::RangeControl(), RangeControl::setField(), and setupUi().
QCheckBox* Ui_RangeControl::polarVectorBox |
Definition at line 48 of file ui_rangecontrol.h.
Referenced by RangeControl::init(), retranslateUi(), RangeControl::setPolarVect(), and setupUi().
QLabel* Ui_RangeControl::projectionLabel |
QComboBox* Ui_RangeControl::projectionSelect |
Definition at line 36 of file ui_rangecontrol.h.
Referenced by RangeControl::on_projectionSelect_activated(), retranslateUi(), RangeControl::setProjection(), and setupUi().
QLabel* Ui_RangeControl::riggingLabel |
QComboBox* Ui_RangeControl::riggingSelect |
Definition at line 42 of file ui_rangecontrol.h.
Referenced by RangeControl::on_riggingSelect_activated(), RangeControl::RangeControl(), retranslateUi(), and setupUi().
QSpacerItem* Ui_RangeControl::spacerItem |
QSpacerItem* Ui_RangeControl::spacerItem1 |
QVBoxLayout* Ui_RangeControl::vboxLayout |
QVBoxLayout* Ui_RangeControl::vboxLayout1 |
QVBoxLayout* Ui_RangeControl::vboxLayout2 |
QVBoxLayout* Ui_RangeControl::vboxLayout3 |
QVBoxLayout* Ui_RangeControl::vboxLayout4 |