#include <stateDialogs.h>
Public Member Functions | |
StateExtendedDialog (QWidget *parent=0) | |
QString | getDimFillColor () |
QString | getDimLabelColor () |
float | getDimLineCoef () |
QString | getDimLineColor () |
Qt::PenStyle | getDimLineStyle () |
QString | getFillColor () |
Qt::BrushStyle | getFillStatus () |
QString | getLabelColor () |
float | getLabelScale () |
QString | getLineColor () |
float | getLineDblCoef () |
float | getLineDblSep () |
Qt::PenStyle | getLineStyle () |
float | getLineWidth () |
void | setParams (State *state) |
Protected Attributes | |
QComboBox * | comboDimLineStyle |
QComboBox * | comboFillStatus |
QComboBox * | comboLineStyle |
QLineEdit * | edtDimFillColor |
QLineEdit * | edtDimLabelColor |
QLineEdit * | edtDimLineCoef |
QLineEdit * | edtDimLineColor |
QLineEdit * | edtFillColor |
QLineEdit * | edtLabelColor |
QLineEdit * | edtLabelScale |
QLineEdit * | edtLineColor |
QLineEdit * | edtLineDblCoef |
QLineEdit * | edtLineDblSep |
QLineEdit * | edtLineWidth |
Definition at line 70 of file stateDialogs.h.
StateExtendedDialog::StateExtendedDialog | ( | QWidget * | parent = 0 |
) |
< float validator
Definition at line 297 of file stateDialogs.cpp.
References comboDimLineStyle, comboFillStatus, comboLineStyle, edtDimFillColor, edtDimLabelColor, edtDimLineCoef, edtDimLineColor, edtFillColor, edtLabelColor, edtLabelScale, edtLineColor, edtLineDblCoef, edtLineDblSep, and edtLineWidth.
QString StateExtendedDialog::getDimFillColor | ( | ) |
Definition at line 495 of file stateDialogs.cpp.
References edtDimFillColor.
Referenced by Editor::editStateParams().
QString StateExtendedDialog::getDimLabelColor | ( | ) |
Definition at line 491 of file stateDialogs.cpp.
References edtDimLabelColor.
Referenced by Editor::editStateParams().
float StateExtendedDialog::getDimLineCoef | ( | ) |
Definition at line 487 of file stateDialogs.cpp.
References edtDimLineCoef.
Referenced by Editor::editStateParams().
QString StateExtendedDialog::getDimLineColor | ( | ) |
Definition at line 483 of file stateDialogs.cpp.
References edtDimLineColor.
Referenced by Editor::editStateParams().
Qt::PenStyle StateExtendedDialog::getDimLineStyle | ( | ) |
Definition at line 479 of file stateDialogs.cpp.
References comboDimLineStyle, and trLineStyle().
Referenced by Editor::editStateParams().
QString StateExtendedDialog::getFillColor | ( | ) |
Definition at line 475 of file stateDialogs.cpp.
References edtFillColor.
Referenced by Editor::editStateParams().
Qt::BrushStyle StateExtendedDialog::getFillStatus | ( | ) |
Definition at line 471 of file stateDialogs.cpp.
References comboFillStatus, and trFillStatus().
Referenced by Editor::editStateParams().
QString StateExtendedDialog::getLabelColor | ( | ) |
Definition at line 463 of file stateDialogs.cpp.
References edtLabelColor.
Referenced by Editor::editStateParams().
float StateExtendedDialog::getLabelScale | ( | ) |
Definition at line 467 of file stateDialogs.cpp.
References edtLabelScale.
Referenced by Editor::editStateParams().
QString StateExtendedDialog::getLineColor | ( | ) |
Definition at line 459 of file stateDialogs.cpp.
References edtLineColor.
Referenced by Editor::editStateParams().
float StateExtendedDialog::getLineDblCoef | ( | ) |
Definition at line 499 of file stateDialogs.cpp.
References edtLineDblCoef.
Referenced by Editor::editStateParams().
float StateExtendedDialog::getLineDblSep | ( | ) |
Definition at line 503 of file stateDialogs.cpp.
References edtLineDblSep.
Referenced by Editor::editStateParams().
Qt::PenStyle StateExtendedDialog::getLineStyle | ( | ) |
Definition at line 451 of file stateDialogs.cpp.
References comboLineStyle, and trLineStyle().
Referenced by Editor::editStateParams().
float StateExtendedDialog::getLineWidth | ( | ) |
Definition at line 455 of file stateDialogs.cpp.
References edtLineWidth.
Referenced by Editor::editStateParams().
void StateExtendedDialog::setParams | ( | State * | state | ) |
Definition at line 432 of file stateDialogs.cpp.
References comboDimLineStyle, comboFillStatus, comboLineStyle, State::dimStateFillColor, State::dimStateLabelColor, State::dimStateLineCoef, State::dimStateLineColor, State::dimStateLineStyle, edtDimFillColor, edtDimLabelColor, edtDimLineCoef, edtDimLineColor, edtFillColor, edtLabelColor, edtLabelScale, edtLineColor, edtLineDblCoef, edtLineDblSep, edtLineWidth, State::stateFillColor, State::stateFillStatus, State::stateLabelColor, State::stateLabelScale, State::stateLineColor, State::stateLineDoubleCoef, State::stateLineDoubleSep, State::stateLineStyle, State::stateLineWidth, trFillStatusI(), and trLineStyleI().
Referenced by Editor::editStateParams().
QComboBox* StateExtendedDialog::comboDimLineStyle [protected] |
Definition at line 104 of file stateDialogs.h.
Referenced by getDimLineStyle(), setParams(), and StateExtendedDialog().
QComboBox* StateExtendedDialog::comboFillStatus [protected] |
Definition at line 101 of file stateDialogs.h.
Referenced by getFillStatus(), setParams(), and StateExtendedDialog().
QComboBox* StateExtendedDialog::comboLineStyle [protected] |
Definition at line 96 of file stateDialogs.h.
Referenced by getLineStyle(), setParams(), and StateExtendedDialog().
QLineEdit* StateExtendedDialog::edtDimFillColor [protected] |
Definition at line 108 of file stateDialogs.h.
Referenced by getDimFillColor(), setParams(), and StateExtendedDialog().
QLineEdit* StateExtendedDialog::edtDimLabelColor [protected] |
Definition at line 107 of file stateDialogs.h.
Referenced by getDimLabelColor(), setParams(), and StateExtendedDialog().
QLineEdit* StateExtendedDialog::edtDimLineCoef [protected] |
Definition at line 106 of file stateDialogs.h.
Referenced by getDimLineCoef(), setParams(), and StateExtendedDialog().
QLineEdit* StateExtendedDialog::edtDimLineColor [protected] |
Definition at line 105 of file stateDialogs.h.
Referenced by getDimLineColor(), setParams(), and StateExtendedDialog().
QLineEdit* StateExtendedDialog::edtFillColor [protected] |
Definition at line 102 of file stateDialogs.h.
Referenced by getFillColor(), setParams(), and StateExtendedDialog().
QLineEdit* StateExtendedDialog::edtLabelColor [protected] |
Definition at line 99 of file stateDialogs.h.
Referenced by getLabelColor(), setParams(), and StateExtendedDialog().
QLineEdit* StateExtendedDialog::edtLabelScale [protected] |
Definition at line 100 of file stateDialogs.h.
Referenced by getLabelScale(), setParams(), and StateExtendedDialog().
QLineEdit* StateExtendedDialog::edtLineColor [protected] |
Definition at line 98 of file stateDialogs.h.
Referenced by getLineColor(), setParams(), and StateExtendedDialog().
QLineEdit* StateExtendedDialog::edtLineDblCoef [protected] |
Definition at line 110 of file stateDialogs.h.
Referenced by getLineDblCoef(), setParams(), and StateExtendedDialog().
QLineEdit* StateExtendedDialog::edtLineDblSep [protected] |
Definition at line 111 of file stateDialogs.h.
Referenced by getLineDblSep(), setParams(), and StateExtendedDialog().
QLineEdit* StateExtendedDialog::edtLineWidth [protected] |
Definition at line 97 of file stateDialogs.h.
Referenced by getLineWidth(), setParams(), and StateExtendedDialog().