The DialogArc class dialog for ToolArc. Help create arc and edit option. More...
#include <dialogarc.h>
Public Slots | |
virtual void | ChosenObject (quint32 id, const SceneObject &type) Q_DECL_OVERRIDE |
ChoosedObject gets id and type of selected object. Save right data and ignore wrong. More... | |
void | DeployFormulaTextEdit () |
DeployFormulaTextEdit grow or shrink formula input. More... | |
void | DeployF1TextEdit () |
void | DeployF2TextEdit () |
void | RadiusChanged () |
RadiusChanged after change formula of radius calculate value and show result. More... | |
void | F1Changed () |
F1Changed after change formula of first angle calculate value and show result. More... | |
void | F2Changed () |
F2Changed after change formula of second angle calculate value and show result. More... | |
void | FXRadius () |
void | FXF1 () |
void | FXF2 () |
Public Slots inherited from DialogTool | |
virtual void | ChosenObject (quint32 id, const SceneObject &type) |
ChosenObject gets id and type of selected object. Save right data and ignore wrong. More... | |
virtual void | SelectedObject (bool selected, quint32 object, quint32 tool) |
void | NamePointChanged () |
NamePointChanged check name of point. More... | |
virtual void | DialogAccepted () |
DialogAccepted save data and emit signal about closed dialog. More... | |
virtual void | DialogApply () |
DialogApply save data and emit signal DialogApplied. More... | |
virtual void | DialogRejected () |
DialogRejected emit signal dialog rejected. More... | |
void | FormulaChanged () |
formula check formula More... | |
void | FormulaChangedPlainText () |
FormulaChangedPlainText check formula (plain text editor editor) More... | |
void | ArrowUp () |
ArrowUp set angle value 90 degree. More... | |
void | ArrowDown () |
ArrowDown set angle value 270 degree. More... | |
void | ArrowLeft () |
ArrowLeft set angle value 180 degree. More... | |
void | ArrowRight () |
ArrowRight set angle value 0 degree. More... | |
void | ArrowLeftUp () |
ArrowLeftUp set angle value 135 degree. More... | |
void | ArrowLeftDown () |
ArrowLeftDown set angle value 225 degree. More... | |
void | ArrowRightUp () |
ArrowRightUp set angle value 45 degree. More... | |
void | ArrowRightDown () |
ArrowRightDown set angle value 315 degree. More... | |
virtual void | EvalFormula () |
EvalFormula evaluate formula. More... | |
virtual void | PointNameChanged () |
Public Member Functions | |
DialogArc (const VContainer *data, const quint32 &toolId, QWidget *parent=nullptr) | |
DialogArc create dialog. More... | |
virtual | ~DialogArc () Q_DECL_OVERRIDE |
VArc | getArc () const |
void | setArc (const VArc &arc) |
quint32 | getCenter () const |
getCenter return id of center point More... | |
void | setCenter (const quint32 &value) |
setCenter set id of center point More... | |
QString | getRadius () const |
getRadius return formula of radius More... | |
void | setRadius (const QString &value) |
setRadius set formula of radius More... | |
QString | getF1 () const |
getF1 return formula first angle of arc More... | |
void | setF1 (const QString &value) |
setF1 set formula first angle of arc More... | |
QString | getF2 () const |
getF2 return formula second angle of arc More... | |
void | setF2 (const QString &value) |
setF2 set formula second angle of arc More... | |
QString | getPenStyle () const |
void | setPenStyle (const QString &value) |
QString | getLineWeight () const |
getLineWeight return weight of the lines More... | |
void | setLineWeight (const QString &value) |
setLineWeight set weight of the lines More... | |
QString | getLineColor () const |
void | setLineColor (const QString &value) |
Public Member Functions inherited from DialogTool | |
DialogTool (const VContainer *data, const quint32 &toolId, QWidget *parent=nullptr) | |
DialogTool create dialog. More... | |
virtual | ~DialogTool () Q_DECL_OVERRIDE |
VAbstractTool * | GetAssociatedTool () |
void | SetAssociatedTool (VAbstractTool *tool) |
virtual void | ShowDialog (bool click) |
virtual void | Build (const Tool &type) |
virtual void | SetPiecesList (const QVector< quint32 > &list) |
quint32 | GetToolId () const |
void | SetToolId (const quint32 &value) |
QString | getPointName () const |
Protected Member Functions | |
void | pointNameChanged () |
virtual void | CheckState () Q_DECL_FINAL |
CheckState if all is right enable button ok. More... | |
virtual void | ShowVisualization () Q_DECL_OVERRIDE |
virtual void | SaveData () Q_DECL_OVERRIDE |
SaveData Put dialog data in local variables. More... | |
virtual void | closeEvent (QCloseEvent *event) Q_DECL_OVERRIDE |
closeEvent handle when dialog cloded More... | |
Protected Member Functions inherited from DialogTool | |
virtual void | keyPressEvent (QKeyEvent *event) Q_DECL_OVERRIDE |
virtual void | showEvent (QShowEvent *event) Q_DECL_OVERRIDE |
showEvent handle when window show More... | |
void | FillComboBoxPiecesList (QComboBox *box, const QVector< quint32 > &list) |
void | FillComboBoxPoints (QComboBox *box, FillComboBox rule=FillComboBox::Whole, const quint32 &ch1=NULL_ID, const quint32 &ch2=NULL_ID) const |
FillComboBoxPoints fill comboBox list of points. More... | |
void | FillComboBoxArcs (QComboBox *box, FillComboBox rule=FillComboBox::Whole, const quint32 &ch1=NULL_ID, const quint32 &ch2=NULL_ID) const |
void | FillComboBoxSplines (QComboBox *box) const |
void | FillComboBoxSplinesPath (QComboBox *box) const |
void | FillComboBoxCurves (QComboBox *box) const |
void | FillComboBoxTypeLine (QComboBox *box, const QMap< QString, QIcon > &stylesPics) const |
FillComboBoxTypeLine fill comboBox list of type lines. More... | |
void | FillComboBoxLineColors (QComboBox *box) const |
void | FillComboBoxCrossCirclesPoints (QComboBox *box) const |
void | FillComboBoxVCrossCurvesPoint (QComboBox *box) const |
void | FillComboBoxHCrossCurvesPoint (QComboBox *box) const |
QString | GetComboBoxCurrentData (const QComboBox *box, const QString &def) const |
void | ChangeCurrentData (QComboBox *box, const QVariant &value) const |
ChangeCurrentData select item in combobox by id. More... | |
void | ValFormulaChanged (bool &flag, QLineEdit *edit, QTimer *timer, const QString &postfix=QString()) |
ValFormulaChanged handle change formula. More... | |
void | ValFormulaChanged (bool &flag, QPlainTextEdit *edit, QTimer *timer, const QString &postfix=QString()) |
qreal | Eval (const QString &text, bool &flag, QLabel *label, const QString &postfix, bool checkZero=true, bool checkLessThanZero=false) |
Eval evaluate formula and show result. More... | |
qreal | normalize (const qreal value, const qreal start, const qreal end) |
void | setCurrentPointId (QComboBox *box, const quint32 &value, FillComboBox rule=FillComboBox::NoChildren, const quint32 &ch1=NULL_ID, const quint32 &ch2=NULL_ID) const |
void | setCurrentSplineId (QComboBox *box, const quint32 &value) const |
setCurrentSplineId set current spline id in combobox More... | |
void | setCurrentArcId (QComboBox *box, const quint32 &value, FillComboBox rule=FillComboBox::NoChildren, const quint32 &ch1=NULL_ID, const quint32 &ch2=NULL_ID) const |
setCurrentArcId More... | |
void | setCurrentSplinePathId (QComboBox *box, const quint32 &value) const |
setCurrentSplinePathId set current splinePath id in combobox More... | |
void | setCurrentCurveId (QComboBox *box, const quint32 &value) const |
quint32 | getCurrentObjectId (QComboBox *box) const |
getCurrentPointId return current point id stored in combobox More... | |
template<typename T > | |
T | getCurrentCrossPoint (QComboBox *box) const |
bool | SetObject (const quint32 &id, QComboBox *box, const QString &toolTip) |
void | DeployFormula (QPlainTextEdit *formula, QPushButton *buttonGrowLength, int formulaBaseHeight) |
template<typename T > | |
void | initializeOkCancelApply (T *ui) |
initializeOkCancelApply initialize OK / Cancel and Apply buttons More... | |
template<typename T > | |
void | initializeOkCancel (T *ui) |
initializeOkCancel initialize OK and Cancel buttons More... | |
template<typename T > | |
void | initializeFormulaUi (T *ui) |
initializeFormulaUi initialize ui object for the formula field More... | |
template<typename T > | |
void | AddVisualization () |
template<typename T > | |
QVector< T > | GetListInternals (const QListWidget *list) const |
void | ChangeColor (QWidget *widget, const QColor &color) |
void | MoveCursorToEnd (QPlainTextEdit *plainTextEdit) const |
virtual bool | eventFilter (QObject *object, QEvent *event) Q_DECL_OVERRIDE |
quint32 | DNumber (const QString &baseName) const |
NodeInfo | getNodeInfo (const VPieceNode &node, bool showNotch=false) const |
void | newNodeItem (QListWidget *listWidget, const VPieceNode &node, bool nodeExcluded=true, bool isDuplicate=false) |
void | initializeNodeAngles (QComboBox *box) |
Private Member Functions | |
void | EvalRadius () |
EvalRadius calculate value of radius. More... | |
void | EvalF () |
EvalF1 calculate value of angle. More... | |
void | CheckAngles () |
Private Attributes | |
Ui::DialogArc * | ui |
ui keeps information about user interface More... | |
bool | flagRadius |
flagRadius true if value of radius is correct More... | |
bool | flagF1 |
flagF1 true if value of first angle is correct More... | |
bool | flagF2 |
flagF2 true if value of second angle is correct More... | |
QTimer * | timerRadius |
timerRadius timer of check formula of radius More... | |
QTimer * | timerF1 |
timerF1 timer of check formula of first angle More... | |
QTimer * | timerF2 |
timerF2 timer of check formula of second angle More... | |
QString | radius |
radius formula of radius More... | |
QString | f1 |
f1 formula of first angle More... | |
QString | f2 |
f2 formula of second angle More... | |
int | formulaBaseHeight |
formulaBaseHeight base height defined by dialogui More... | |
int | formulaBaseHeightF1 |
int | formulaBaseHeightF2 |
qreal | angleF1 |
qreal | angleF2 |
VArc | m_arc |
qint32 | m_Id |
qint32 | newDuplicate |
Additional Inherited Members | |
Signals inherited from DialogTool | |
void | DialogClosed (int result) |
DialogClosed signal dialog closed. More... | |
void | DialogApplied () |
DialogApplied emit signal dialog apply changes. More... | |
void | ToolTip (const QString &toolTip) |
ToolTip emit tooltipe for tool. More... | |
Static Public Member Functions inherited from DialogTool | |
static void | moveListRowTop (QListWidget *list) |
static void | moveListRowUp (QListWidget *list) |
static void | moveListRowDown (QListWidget *list) |
static void | moveListRowBottom (QListWidget *list) |
Static Protected Member Functions inherited from DialogTool | |
static int | FindNotExcludedNodeDown (QListWidget *listWidget, int candidate) |
static int | FindNotExcludedNodeUp (QListWidget *listWidget, int candidate) |
static bool | isFirstPointSameAsLast (QListWidget *listWidget) |
static bool | doublePointsExist (QListWidget *listWidget) |
static bool | isEachPointNameUnique (QListWidget *listWidget) |
static QString | DialogWarningIcon () |
static QFont | NodeFont (bool nodeExcluded) |
Protected Attributes inherited from DialogTool | |
const VContainer * | data |
data container with data More... | |
bool | isInitialized |
isInitialized true if window is initialized More... | |
bool | flagName |
flagName true if name is correct More... | |
bool | flagFormula |
flagFormula true if formula correct More... | |
bool | flagError |
flagError use this flag if for you do not enought More... | |
QTimer * | timerFormula |
timerFormula timer for check formula More... | |
QPushButton * | ok_Button |
ok_Button button ok More... | |
QPushButton * | apply_Button |
apply_Button button apply More... | |
QDoubleSpinBox * | spinBoxAngle |
spinBoxAngle spinbox for angle More... | |
QPlainTextEdit * | plainTextEditFormula |
plainTextEditFormula formula More... | |
QLabel * | labelResultCalculation |
labelResultCalculation label with result of calculation More... | |
QLabel * | labelEditNamePoint |
labelEditNamePoint label used when need show wrong name of point More... | |
QLabel * | labelEditFormula |
labelEditFormula label used when need show wrong formula More... | |
const QColor | okColor |
const QColor | errorColor |
VAbstractTool * | associatedTool |
associatedTool vdrawtool associated with opened dialog. More... | |
quint32 | toolId |
bool | prepare |
prepare show if we prepare. Show dialog after finish working with visual part of tool More... | |
QString | pointName |
pointName name of point More... | |
qint32 | number |
number number of handled objects More... | |
QPointer< Visualization > | vis |
The DialogArc class dialog for ToolArc. Help create arc and edit option.
Definition at line 68 of file dialogarc.h.
DialogArc::DialogArc | ( | const VContainer * | data, |
const quint32 & | toolId, | ||
QWidget * | parent = nullptr |
||
) |
DialogArc create dialog.
data | container with data |
parent | parent widget |
Definition at line 77 of file dialogarc.cpp.
References CheckState(), DialogTool::data, DeployF1TextEdit(), DeployF2TextEdit(), DeployFormulaTextEdit(), EvalF(), EvalRadius(), F1Changed(), F2Changed(), DialogTool::FillComboBoxPoints(), formulaBaseHeight, formulaBaseHeightF1, formulaBaseHeightF2, FXF1(), FXF2(), FXRadius(), VContainer::getId(), DialogTool::initializeOkCancelApply(), LineTypeNone, m_Id, DialogTool::plainTextEditFormula, pointNameChanged(), qApp, RadiusChanged(), timerF1, timerF2, timerRadius, ui, and DialogTool::vis.
|
virtual |
Definition at line 187 of file dialogarc.cpp.
References ui.
|
private |
Definition at line 549 of file dialogarc.cpp.
References angleF1, angleF2, DialogTool::ChangeColor(), CheckState(), flagF1, flagF2, ui, and VFuzzyComparePossibleNulls().
Referenced by EvalF().
|
protectedvirtual |
CheckState if all is right enable button ok.
Reimplemented from DialogTool.
Definition at line 504 of file dialogarc.cpp.
References DialogTool::apply_Button, flagF1, flagF2, flagRadius, DialogTool::ok_Button, and SCASSERT.
Referenced by CheckAngles(), DialogArc(), EvalRadius(), and pointNameChanged().
|
virtualslot |
ChoosedObject gets id and type of selected object. Save right data and ignore wrong.
id | id of point or detail |
type | type of object |
Definition at line 332 of file dialogarc.cpp.
References Point, DialogTool::prepare, DialogTool::SetObject(), ui, and DialogTool::vis.
|
protectedvirtual |
closeEvent handle when dialog cloded
event | event |
Reimplemented from DialogTool.
Definition at line 376 of file dialogarc.cpp.
References DialogTool::closeEvent(), and ui.
|
slot |
Definition at line 175 of file dialogarc.cpp.
References DialogTool::DeployFormula(), formulaBaseHeightF1, and ui.
Referenced by DialogArc(), and setF1().
|
slot |
Definition at line 181 of file dialogarc.cpp.
References DialogTool::DeployFormula(), formulaBaseHeightF2, and ui.
Referenced by DialogArc(), and setF2().
|
slot |
DeployFormulaTextEdit grow or shrink formula input.
Definition at line 169 of file dialogarc.cpp.
References DialogTool::DeployFormula(), formulaBaseHeight, and ui.
Referenced by DialogArc(), and setRadius().
|
private |
EvalF1 calculate value of angle.
Definition at line 537 of file dialogarc.cpp.
References angleF1, angleF2, CheckAngles(), degreeSymbol, DialogTool::Eval(), flagF1, flagF2, DialogTool::labelEditFormula, and ui.
Referenced by DialogArc().
|
private |
EvalRadius calculate value of radius.
Definition at line 516 of file dialogarc.cpp.
References DialogTool::ChangeColor(), CheckState(), DialogTool::Eval(), flagRadius, DialogTool::labelEditFormula, qApp, radius, ui, and UnitsToStr().
Referenced by DialogArc().
|
slot |
F1Changed after change formula of first angle calculate value and show result.
Definition at line 400 of file dialogarc.cpp.
References degreeSymbol, flagF1, DialogTool::labelEditFormula, DialogTool::labelResultCalculation, timerF1, ui, and DialogTool::ValFormulaChanged().
Referenced by DialogArc().
|
slot |
F2Changed after change formula of second angle calculate value and show result.
Definition at line 411 of file dialogarc.cpp.
References degreeSymbol, flagF2, DialogTool::labelEditFormula, DialogTool::labelResultCalculation, timerF2, ui, and DialogTool::ValFormulaChanged().
Referenced by DialogArc().
|
slot |
Definition at line 433 of file dialogarc.cpp.
References DialogTool::data, degreeSymbol, getF1(), EditFormulaDialog::GetFormula(), setF1(), EditFormulaDialog::SetFormula(), EditFormulaDialog::setPostfix(), and DialogTool::toolId.
Referenced by DialogArc().
|
slot |
Definition at line 447 of file dialogarc.cpp.
References DialogTool::data, degreeSymbol, getF2(), EditFormulaDialog::GetFormula(), setF2(), EditFormulaDialog::SetFormula(), EditFormulaDialog::setPostfix(), and DialogTool::toolId.
Referenced by DialogArc().
|
slot |
Definition at line 419 of file dialogarc.cpp.
References DialogTool::data, EditFormulaDialog::GetFormula(), getRadius(), qApp, EditFormulaDialog::SetFormula(), EditFormulaDialog::setPostfix(), setRadius(), DialogTool::toolId, and UnitsToStr().
Referenced by DialogArc().
VArc DialogArc::getArc | ( | ) | const |
Definition at line 193 of file dialogarc.cpp.
References m_arc.
quint32 DialogArc::getCenter | ( | ) | const |
getCenter return id of center point
Definition at line 577 of file dialogarc.cpp.
References DialogTool::getCurrentObjectId(), and ui.
Referenced by SaveData().
QString DialogArc::getF1 | ( | ) | const |
getF1 return formula first angle of arc
Definition at line 597 of file dialogarc.cpp.
Referenced by FXF1(), and pointNameChanged().
QString DialogArc::getF2 | ( | ) | const |
getF2 return formula second angle of arc
Definition at line 607 of file dialogarc.cpp.
Referenced by FXF2(), and pointNameChanged().
QString DialogArc::getLineColor | ( | ) | const |
Definition at line 271 of file dialogarc.cpp.
References ColorBlack, DialogTool::GetComboBoxCurrentData(), and ui.
QString DialogArc::getLineWeight | ( | ) | const |
getLineWeight return weight of the lines
Definition at line 255 of file dialogarc.cpp.
References DialogTool::GetComboBoxCurrentData(), and ui.
QString DialogArc::getPenStyle | ( | ) | const |
Definition at line 239 of file dialogarc.cpp.
References DialogTool::GetComboBoxCurrentData(), LineTypeSolidLine, and ui.
QString DialogArc::getRadius | ( | ) | const |
getRadius return formula of radius
Definition at line 587 of file dialogarc.cpp.
Referenced by FXRadius(), and pointNameChanged().
|
protected |
Definition at line 461 of file dialogarc.cpp.
References DialogTool::ChangeColor(), CheckState(), DialogTool::data, DialogTool::DNumber(), DialogTool::flagError, VContainer::GeometricObject(), VAbstractArc::GetCenter(), DialogTool::getCurrentObjectId(), getF1(), getF2(), getRadius(), VGObject::id(), VContainer::IsUnique(), m_arc, m_Id, VGObject::name(), newDuplicate, NULL_ID, DialogTool::okColor, qApp, VAbstractCurve::SetDuplicate(), and ui.
Referenced by DialogArc().
|
slot |
RadiusChanged after change formula of radius calculate value and show result.
Definition at line 388 of file dialogarc.cpp.
References flagRadius, DialogTool::labelEditFormula, DialogTool::labelResultCalculation, qApp, timerRadius, ui, UnitsToStr(), and DialogTool::ValFormulaChanged().
Referenced by DialogArc().
|
protectedvirtual |
SaveData Put dialog data in local variables.
Reimplemented from DialogTool.
Definition at line 356 of file dialogarc.cpp.
References f1, f2, getCenter(), radius, VisToolArc::RefreshGeometry(), SCASSERT, VisToolArc::setF1(), VisToolArc::setF2(), Visualization::setObject1Id(), VisToolArc::setRadius(), ui, and DialogTool::vis.
void DialogArc::setArc | ( | const VArc & | arc | ) |
Definition at line 199 of file dialogarc.cpp.
References m_arc, VGObject::name(), qApp, and ui.
void DialogArc::setCenter | ( | const quint32 & | value | ) |
setCenter set id of center point
value | id |
Definition at line 210 of file dialogarc.cpp.
References DialogTool::ChangeCurrentData(), ui, and DialogTool::vis.
void DialogArc::setF1 | ( | const QString & | value | ) |
setF1 set formula first angle of arc
value | formula |
Definition at line 287 of file dialogarc.cpp.
References DeployF1TextEdit(), f1, DialogTool::MoveCursorToEnd(), qApp, SCASSERT, VisToolArc::setF1(), ui, and DialogTool::vis.
Referenced by FXF1().
void DialogArc::setF2 | ( | const QString & | value | ) |
setF2 set formula second angle of arc
value | formula |
Definition at line 221 of file dialogarc.cpp.
References DeployF2TextEdit(), f2, DialogTool::MoveCursorToEnd(), qApp, SCASSERT, VisToolArc::setF2(), ui, and DialogTool::vis.
Referenced by FXF2().
void DialogArc::setLineColor | ( | const QString & | value | ) |
Definition at line 277 of file dialogarc.cpp.
References DialogTool::ChangeCurrentData(), and ui.
void DialogArc::setLineWeight | ( | const QString & | value | ) |
setLineWeight set weight of the lines
value | type |
Definition at line 265 of file dialogarc.cpp.
References DialogTool::ChangeCurrentData(), and ui.
void DialogArc::setPenStyle | ( | const QString & | value | ) |
Definition at line 245 of file dialogarc.cpp.
References DialogTool::ChangeCurrentData(), and ui.
void DialogArc::setRadius | ( | const QString & | value | ) |
setRadius set formula of radius
value | formula |
Definition at line 309 of file dialogarc.cpp.
References DeployFormulaTextEdit(), DialogTool::MoveCursorToEnd(), qApp, radius, SCASSERT, VisToolArc::setRadius(), ui, and DialogTool::vis.
Referenced by FXRadius().
|
protectedvirtual |
Reimplemented from DialogTool.
Definition at line 350 of file dialogarc.cpp.
|
private |
Definition at line 163 of file dialogarc.h.
Referenced by CheckAngles(), and EvalF().
|
private |
Definition at line 164 of file dialogarc.h.
Referenced by CheckAngles(), and EvalF().
|
private |
f1 formula of first angle
Definition at line 153 of file dialogarc.h.
Referenced by getF1(), SaveData(), and setF1().
|
private |
f2 formula of second angle
Definition at line 156 of file dialogarc.h.
Referenced by getF2(), SaveData(), and setF2().
|
private |
flagF1 true if value of first angle is correct
Definition at line 135 of file dialogarc.h.
Referenced by CheckAngles(), CheckState(), EvalF(), and F1Changed().
|
private |
flagF2 true if value of second angle is correct
Definition at line 138 of file dialogarc.h.
Referenced by CheckAngles(), CheckState(), EvalF(), and F2Changed().
|
private |
flagRadius true if value of radius is correct
Definition at line 132 of file dialogarc.h.
Referenced by CheckState(), EvalRadius(), and RadiusChanged().
|
private |
formulaBaseHeight base height defined by dialogui
Definition at line 159 of file dialogarc.h.
Referenced by DeployFormulaTextEdit(), and DialogArc().
|
private |
Definition at line 160 of file dialogarc.h.
Referenced by DeployF1TextEdit(), and DialogArc().
|
private |
Definition at line 161 of file dialogarc.h.
Referenced by DeployF2TextEdit(), and DialogArc().
|
private |
Definition at line 165 of file dialogarc.h.
Referenced by getArc(), pointNameChanged(), and setArc().
|
private |
Definition at line 166 of file dialogarc.h.
Referenced by DialogArc(), and pointNameChanged().
|
private |
Definition at line 167 of file dialogarc.h.
Referenced by pointNameChanged().
|
private |
radius formula of radius
Definition at line 150 of file dialogarc.h.
Referenced by EvalRadius(), getRadius(), SaveData(), and setRadius().
|
private |
timerF1 timer of check formula of first angle
Definition at line 144 of file dialogarc.h.
Referenced by DialogArc(), and F1Changed().
|
private |
timerF2 timer of check formula of second angle
Definition at line 147 of file dialogarc.h.
Referenced by DialogArc(), and F2Changed().
|
private |
timerRadius timer of check formula of radius
Definition at line 141 of file dialogarc.h.
Referenced by DialogArc(), and RadiusChanged().
|
private |
ui keeps information about user interface
Definition at line 129 of file dialogarc.h.
Referenced by CheckAngles(), ChosenObject(), closeEvent(), DeployF1TextEdit(), DeployF2TextEdit(), DeployFormulaTextEdit(), DialogArc(), EvalF(), EvalRadius(), F1Changed(), F2Changed(), getCenter(), getLineColor(), getLineWeight(), getPenStyle(), pointNameChanged(), RadiusChanged(), SaveData(), setArc(), setCenter(), setF1(), setF2(), setLineColor(), setLineWeight(), setPenStyle(), setRadius(), and ~DialogArc().