#include <transitionDialogs.h>
Public Member Functions | |
| TransitionExtendedDialog (QWidget *parent=0) | |
| bool | getDblStatus () |
| QString | getDimLabelColor () |
| float | getDimLineCoef () |
| QString | getDimLineColor () |
| Qt::PenStyle | getDimLineStyle () |
| QString | getLabelColor () |
| float | getLabelScale () |
| float | getLineBorderCoef () |
| QString | getLineBorderColor () |
| QString | getLineColor () |
| float | getLineDblCoef () |
| float | getLineDblSep () |
| Qt::PenStyle | getLineStyle () |
| float | getLineWidth () |
| void | setParams (Transition *tr) |
Protected Attributes | |
| QCheckBox * | checkDblStatus |
| QComboBox * | comboDimLineStyle |
| QComboBox * | comboLineStyle |
| QLineEdit * | edtDimLabelColor |
| QLineEdit * | edtDimLineCoef |
| QLineEdit * | edtDimLineColor |
| QLineEdit * | edtLabelColor |
| QLineEdit * | edtLabelScale |
| QLineEdit * | edtLineBorderCoef |
| QLineEdit * | edtLineBorderColor |
| QLineEdit * | edtLineColor |
| QLineEdit * | edtLineDblCoef |
| QLineEdit * | edtLineDblSep |
| QLineEdit * | edtLineWidth |
Definition at line 95 of file transitionDialogs.h.
| TransitionExtendedDialog::TransitionExtendedDialog | ( | QWidget * | parent = 0 |
) |
Definition at line 378 of file transitionDialogs.cpp.
References checkDblStatus, comboDimLineStyle, comboLineStyle, edtDimLabelColor, edtDimLineCoef, edtDimLineColor, edtLabelColor, edtLabelScale, edtLineBorderCoef, edtLineBorderColor, edtLineColor, edtLineDblCoef, edtLineDblSep, and edtLineWidth.
| bool TransitionExtendedDialog::getDblStatus | ( | ) |
Definition at line 551 of file transitionDialogs.cpp.
References checkDblStatus.
Referenced by Editor::editTransitionParams().
Here is the caller graph for this function:| QString TransitionExtendedDialog::getDimLabelColor | ( | ) |
Definition at line 567 of file transitionDialogs.cpp.
References edtDimLabelColor.
Referenced by Editor::editTransitionParams().
Here is the caller graph for this function:| float TransitionExtendedDialog::getDimLineCoef | ( | ) |
Definition at line 563 of file transitionDialogs.cpp.
References edtDimLineCoef.
Referenced by Editor::editTransitionParams().
Here is the caller graph for this function:| QString TransitionExtendedDialog::getDimLineColor | ( | ) |
Definition at line 559 of file transitionDialogs.cpp.
References edtDimLineColor.
Referenced by Editor::editTransitionParams().
Here is the caller graph for this function:| Qt::PenStyle TransitionExtendedDialog::getDimLineStyle | ( | ) |
Definition at line 555 of file transitionDialogs.cpp.
References comboDimLineStyle, and trLineStyle().
Referenced by Editor::editTransitionParams().
Here is the call graph for this function:
Here is the caller graph for this function:| QString TransitionExtendedDialog::getLabelColor | ( | ) |
Definition at line 543 of file transitionDialogs.cpp.
References edtLabelColor.
Referenced by Editor::editTransitionParams().
Here is the caller graph for this function:| float TransitionExtendedDialog::getLabelScale | ( | ) |
Definition at line 547 of file transitionDialogs.cpp.
References edtLabelScale.
Referenced by Editor::editTransitionParams().
Here is the caller graph for this function:| float TransitionExtendedDialog::getLineBorderCoef | ( | ) |
Definition at line 571 of file transitionDialogs.cpp.
References edtLineBorderCoef.
Referenced by Editor::editTransitionParams().
Here is the caller graph for this function:| QString TransitionExtendedDialog::getLineBorderColor | ( | ) |
Definition at line 575 of file transitionDialogs.cpp.
References edtLineBorderColor.
Referenced by Editor::editTransitionParams().
Here is the caller graph for this function:| QString TransitionExtendedDialog::getLineColor | ( | ) |
Definition at line 539 of file transitionDialogs.cpp.
References edtLineColor.
Referenced by Editor::editTransitionParams().
Here is the caller graph for this function:| float TransitionExtendedDialog::getLineDblCoef | ( | ) |
Definition at line 579 of file transitionDialogs.cpp.
References edtLineDblCoef.
Referenced by Editor::editTransitionParams().
Here is the caller graph for this function:| float TransitionExtendedDialog::getLineDblSep | ( | ) |
Definition at line 583 of file transitionDialogs.cpp.
References edtLineDblSep.
Referenced by Editor::editTransitionParams().
Here is the caller graph for this function:| Qt::PenStyle TransitionExtendedDialog::getLineStyle | ( | ) |
Definition at line 531 of file transitionDialogs.cpp.
References comboLineStyle, and trLineStyle().
Referenced by Editor::editTransitionParams().
Here is the call graph for this function:
Here is the caller graph for this function:| float TransitionExtendedDialog::getLineWidth | ( | ) |
Definition at line 535 of file transitionDialogs.cpp.
References edtLineWidth.
Referenced by Editor::editTransitionParams().
Here is the caller graph for this function:| void TransitionExtendedDialog::setParams | ( | Transition * | tr | ) |
Definition at line 511 of file transitionDialogs.cpp.
References checkDblStatus, comboDimLineStyle, comboLineStyle, Transition::dimEdgeLabelColor, Transition::dimEdgeLineCoef, Transition::dimEdgeLineColor, Transition::dimEdgeLineStyle, Transition::edgeLabelColor, Transition::edgeLabelScale, Transition::edgeLineBorderCoef, Transition::edgeLineBorderColor, Transition::edgeLineColor, Transition::edgeLineDblCoef, Transition::edgeLineDblSep, Transition::edgeLineDblStatus, Transition::edgeLineStyle, Transition::edgeLineWidth, edtDimLabelColor, edtDimLineCoef, edtDimLineColor, edtLabelColor, edtLabelScale, edtLineBorderCoef, edtLineBorderColor, edtLineColor, edtLineDblCoef, edtLineDblSep, edtLineWidth, and trLineStyleI().
Referenced by Editor::editTransitionParams().
Here is the call graph for this function:
Here is the caller graph for this function:QCheckBox* TransitionExtendedDialog::checkDblStatus [protected] |
Definition at line 128 of file transitionDialogs.h.
Referenced by getDblStatus(), setParams(), and TransitionExtendedDialog().
QComboBox* TransitionExtendedDialog::comboDimLineStyle [protected] |
Definition at line 130 of file transitionDialogs.h.
Referenced by getDimLineStyle(), setParams(), and TransitionExtendedDialog().
QComboBox* TransitionExtendedDialog::comboLineStyle [protected] |
Definition at line 123 of file transitionDialogs.h.
Referenced by getLineStyle(), setParams(), and TransitionExtendedDialog().
QLineEdit* TransitionExtendedDialog::edtDimLabelColor [protected] |
Definition at line 133 of file transitionDialogs.h.
Referenced by getDimLabelColor(), setParams(), and TransitionExtendedDialog().
QLineEdit* TransitionExtendedDialog::edtDimLineCoef [protected] |
Definition at line 132 of file transitionDialogs.h.
Referenced by getDimLineCoef(), setParams(), and TransitionExtendedDialog().
QLineEdit* TransitionExtendedDialog::edtDimLineColor [protected] |
Definition at line 131 of file transitionDialogs.h.
Referenced by getDimLineColor(), setParams(), and TransitionExtendedDialog().
QLineEdit* TransitionExtendedDialog::edtLabelColor [protected] |
Definition at line 126 of file transitionDialogs.h.
Referenced by getLabelColor(), setParams(), and TransitionExtendedDialog().
QLineEdit* TransitionExtendedDialog::edtLabelScale [protected] |
Definition at line 127 of file transitionDialogs.h.
Referenced by getLabelScale(), setParams(), and TransitionExtendedDialog().
QLineEdit* TransitionExtendedDialog::edtLineBorderCoef [protected] |
Definition at line 135 of file transitionDialogs.h.
Referenced by getLineBorderCoef(), setParams(), and TransitionExtendedDialog().
QLineEdit* TransitionExtendedDialog::edtLineBorderColor [protected] |
Definition at line 136 of file transitionDialogs.h.
Referenced by getLineBorderColor(), setParams(), and TransitionExtendedDialog().
QLineEdit* TransitionExtendedDialog::edtLineColor [protected] |
Definition at line 125 of file transitionDialogs.h.
Referenced by getLineColor(), setParams(), and TransitionExtendedDialog().
QLineEdit* TransitionExtendedDialog::edtLineDblCoef [protected] |
Definition at line 138 of file transitionDialogs.h.
Referenced by getLineDblCoef(), setParams(), and TransitionExtendedDialog().
QLineEdit* TransitionExtendedDialog::edtLineDblSep [protected] |
Definition at line 139 of file transitionDialogs.h.
Referenced by getLineDblSep(), setParams(), and TransitionExtendedDialog().
QLineEdit* TransitionExtendedDialog::edtLineWidth [protected] |
Definition at line 124 of file transitionDialogs.h.
Referenced by getLineWidth(), setParams(), and TransitionExtendedDialog().
1.7.0