#include <dialogs.h>
Public Member Functions | |
StateStyleDialog (Editor *parent) | |
void | setParams () |
Protected Slots | |
void | myAccept () |
Protected Attributes | |
QComboBox * | comboApply |
QComboBox * | comboDimLineStyle |
QComboBox * | comboFillStatus |
QComboBox * | comboLineStyle |
Editor * | editor |
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 43 of file dialogs.h.
StateStyleDialog::StateStyleDialog | ( | Editor * | parent | ) |
Definition at line 137 of file dialogs.cpp.
References comboApply, comboDimLineStyle, comboFillStatus, comboLineStyle, edtDimFillColor, edtDimLabelColor, edtDimLineCoef, edtDimLineColor, edtFillColor, edtLabelColor, edtLabelScale, edtLineColor, edtLineDblCoef, edtLineDblSep, edtLineWidth, myAccept(), and setParams().
void StateStyleDialog::myAccept | ( | ) | [protected, slot] |
Definition at line 313 of file dialogs.cpp.
References comboApply, comboDimLineStyle, comboFillStatus, comboLineStyle, editor, edtDimFillColor, edtDimLabelColor, edtDimLineCoef, edtDimLineColor, edtFillColor, edtLabelColor, edtLabelScale, edtLineColor, edtLineDblCoef, edtLineDblSep, edtLineWidth, Editor::m_undoStack, trFillStatus(), and trLineStyle().
Referenced by StateStyleDialog().
void StateStyleDialog::setParams | ( | ) |
Definition at line 293 of file dialogs.cpp.
References comboDimLineStyle, comboFillStatus, comboLineStyle, Editor::dimStateFillColor, Editor::dimStateLabelColor, Editor::dimStateLineCoef, Editor::dimStateLineColor, Editor::dimStateLineStyle, editor, edtDimFillColor, edtDimLabelColor, edtDimLineCoef, edtDimLineColor, edtFillColor, edtLabelColor, edtLabelScale, edtLineColor, edtLineDblCoef, edtLineDblSep, edtLineWidth, Editor::stateFillColor, Editor::stateFillStatus, Editor::stateLabelColor, Editor::stateLabelScale, Editor::stateLineColor, Editor::stateLineDoubleCoef, Editor::stateLineDoubleSep, Editor::stateLineStyle, Editor::stateLineWidth, trFillStatusI(), and trLineStyleI().
Referenced by StateStyleDialog().
QComboBox* StateStyleDialog::comboApply [protected] |
Definition at line 69 of file dialogs.h.
Referenced by myAccept(), and StateStyleDialog().
QComboBox* StateStyleDialog::comboDimLineStyle [protected] |
Definition at line 60 of file dialogs.h.
Referenced by myAccept(), setParams(), and StateStyleDialog().
QComboBox* StateStyleDialog::comboFillStatus [protected] |
Definition at line 57 of file dialogs.h.
Referenced by myAccept(), setParams(), and StateStyleDialog().
QComboBox* StateStyleDialog::comboLineStyle [protected] |
Definition at line 52 of file dialogs.h.
Referenced by myAccept(), setParams(), and StateStyleDialog().
Editor* StateStyleDialog::editor [protected] |
Definition at line 50 of file dialogs.h.
Referenced by myAccept(), and setParams().
QLineEdit* StateStyleDialog::edtDimFillColor [protected] |
Definition at line 64 of file dialogs.h.
Referenced by myAccept(), setParams(), and StateStyleDialog().
QLineEdit* StateStyleDialog::edtDimLabelColor [protected] |
Definition at line 63 of file dialogs.h.
Referenced by myAccept(), setParams(), and StateStyleDialog().
QLineEdit* StateStyleDialog::edtDimLineCoef [protected] |
Definition at line 62 of file dialogs.h.
Referenced by myAccept(), setParams(), and StateStyleDialog().
QLineEdit* StateStyleDialog::edtDimLineColor [protected] |
Definition at line 61 of file dialogs.h.
Referenced by myAccept(), setParams(), and StateStyleDialog().
QLineEdit* StateStyleDialog::edtFillColor [protected] |
Definition at line 58 of file dialogs.h.
Referenced by myAccept(), setParams(), and StateStyleDialog().
QLineEdit* StateStyleDialog::edtLabelColor [protected] |
Definition at line 55 of file dialogs.h.
Referenced by myAccept(), setParams(), and StateStyleDialog().
QLineEdit* StateStyleDialog::edtLabelScale [protected] |
Definition at line 56 of file dialogs.h.
Referenced by myAccept(), setParams(), and StateStyleDialog().
QLineEdit* StateStyleDialog::edtLineColor [protected] |
Definition at line 54 of file dialogs.h.
Referenced by myAccept(), setParams(), and StateStyleDialog().
QLineEdit* StateStyleDialog::edtLineDblCoef [protected] |
Definition at line 66 of file dialogs.h.
Referenced by myAccept(), setParams(), and StateStyleDialog().
QLineEdit* StateStyleDialog::edtLineDblSep [protected] |
Definition at line 67 of file dialogs.h.
Referenced by myAccept(), setParams(), and StateStyleDialog().
QLineEdit* StateStyleDialog::edtLineWidth [protected] |
Definition at line 53 of file dialogs.h.
Referenced by myAccept(), setParams(), and StateStyleDialog().