This is the complete list of members for DialogArc, including all inherited members.
AddVisualization() | DialogTool | inlineprotected |
angleF1 | DialogArc | private |
angleF2 | DialogArc | private |
apply_Button | DialogTool | protected |
ArrowDown() | DialogTool | slot |
ArrowLeft() | DialogTool | slot |
ArrowLeftDown() | DialogTool | slot |
ArrowLeftUp() | DialogTool | slot |
ArrowRight() | DialogTool | slot |
ArrowRightDown() | DialogTool | slot |
ArrowRightUp() | DialogTool | slot |
ArrowUp() | DialogTool | slot |
associatedTool | DialogTool | protected |
Build(const Tool &type) | DialogTool | virtual |
ChangeColor(QWidget *widget, const QColor &color) | DialogTool | protected |
ChangeCurrentData(QComboBox *box, const QVariant &value) const | DialogTool | protected |
CheckAngles() | DialogArc | private |
CheckState() Q_DECL_FINAL | DialogArc | protectedvirtual |
ChosenObject(quint32 id, const SceneObject &type) Q_DECL_OVERRIDE | DialogArc | virtualslot |
closeEvent(QCloseEvent *event) Q_DECL_OVERRIDE | DialogArc | protectedvirtual |
data | DialogTool | protected |
DeployF1TextEdit() | DialogArc | slot |
DeployF2TextEdit() | DialogArc | slot |
DeployFormula(QPlainTextEdit *formula, QPushButton *buttonGrowLength, int formulaBaseHeight) | DialogTool | protected |
DeployFormulaTextEdit() | DialogArc | slot |
DialogAccepted() | DialogTool | virtualslot |
DialogApplied() | DialogTool | signal |
DialogApply() | DialogTool | virtualslot |
DialogArc(const VContainer *data, const quint32 &toolId, QWidget *parent=nullptr) | DialogArc | |
DialogClosed(int result) | DialogTool | signal |
DialogRejected() | DialogTool | virtualslot |
DialogTool(const VContainer *data, const quint32 &toolId, QWidget *parent=nullptr) | DialogTool | |
DialogWarningIcon() | DialogTool | protectedstatic |
DNumber(const QString &baseName) const | DialogTool | protected |
doublePointsExist(QListWidget *listWidget) | DialogTool | protectedstatic |
errorColor | DialogTool | protected |
Eval(const QString &text, bool &flag, QLabel *label, const QString &postfix, bool checkZero=true, bool checkLessThanZero=false) | DialogTool | protected |
EvalF() | DialogArc | private |
EvalFormula() | DialogTool | virtualslot |
EvalRadius() | DialogArc | private |
eventFilter(QObject *object, QEvent *event) Q_DECL_OVERRIDE | DialogTool | protectedvirtual |
f1 | DialogArc | private |
F1Changed() | DialogArc | slot |
f2 | DialogArc | private |
F2Changed() | DialogArc | slot |
FillCombo(QComboBox *box, GOType gType, FillComboBox rule=FillComboBox::Whole, const quint32 &ch1=NULL_ID, const quint32 &ch2=NULL_ID) const | DialogTool | private |
FillComboBoxArcs(QComboBox *box, FillComboBox rule=FillComboBox::Whole, const quint32 &ch1=NULL_ID, const quint32 &ch2=NULL_ID) const | DialogTool | protected |
FillComboBoxCrossCirclesPoints(QComboBox *box) const | DialogTool | protected |
FillComboBoxCurves(QComboBox *box) const | DialogTool | protected |
FillComboBoxHCrossCurvesPoint(QComboBox *box) const | DialogTool | protected |
FillComboBoxLineColors(QComboBox *box) const | DialogTool | protected |
FillComboBoxPiecesList(QComboBox *box, const QVector< quint32 > &list) | DialogTool | protected |
FillComboBoxPoints(QComboBox *box, FillComboBox rule=FillComboBox::Whole, const quint32 &ch1=NULL_ID, const quint32 &ch2=NULL_ID) const | DialogTool | protected |
FillComboBoxSplines(QComboBox *box) const | DialogTool | protected |
FillComboBoxSplinesPath(QComboBox *box) const | DialogTool | protected |
FillComboBoxTypeLine(QComboBox *box, const QMap< QString, QIcon > &stylesPics) const | DialogTool | protected |
FillComboBoxVCrossCurvesPoint(QComboBox *box) const | DialogTool | protected |
FillList(QComboBox *box, const QMap< QString, quint32 > &list) const | DialogTool | private |
FindNotExcludedNodeDown(QListWidget *listWidget, int candidate) | DialogTool | protectedstatic |
FindNotExcludedNodeUp(QListWidget *listWidget, int candidate) | DialogTool | protectedstatic |
flagError | DialogTool | protected |
flagF1 | DialogArc | private |
flagF2 | DialogArc | private |
flagFormula | DialogTool | protected |
flagName | DialogTool | protected |
flagRadius | DialogArc | private |
formulaBaseHeight | DialogArc | private |
formulaBaseHeightF1 | DialogArc | private |
formulaBaseHeightF2 | DialogArc | private |
FormulaChanged() | DialogTool | slot |
FormulaChangedPlainText() | DialogTool | slot |
FXF1() | DialogArc | slot |
FXF2() | DialogArc | slot |
FXRadius() | DialogArc | slot |
getArc() const | DialogArc | |
GetAssociatedTool() | DialogTool | inline |
getCenter() const | DialogArc | |
GetComboBoxCurrentData(const QComboBox *box, const QString &def) const | DialogTool | protected |
getCurrentCrossPoint(QComboBox *box) const | DialogTool | inlineprotected |
getCurrentObjectId(QComboBox *box) const | DialogTool | protected |
getF1() const | DialogArc | |
getF2() const | DialogArc | |
getLineColor() const | DialogArc | |
getLineWeight() const | DialogArc | |
GetListInternals(const QListWidget *list) const | DialogTool | protected |
getNodeInfo(const VPieceNode &node, bool showNotch=false) const | DialogTool | protected |
getPenStyle() const | DialogArc | |
getPointName() const | DialogTool | |
getRadius() const | DialogArc | |
GetToolId() const | DialogTool | |
initializeFormulaUi(T *ui) | DialogTool | inlineprotected |
initializeNodeAngles(QComboBox *box) | DialogTool | protected |
initializeOkCancel(T *ui) | DialogTool | inlineprotected |
initializeOkCancelApply(T *ui) | DialogTool | inlineprotected |
isEachPointNameUnique(QListWidget *listWidget) | DialogTool | protectedstatic |
isFirstPointSameAsLast(QListWidget *listWidget) | DialogTool | protectedstatic |
isInitialized | DialogTool | protected |
IsSpline(const QSharedPointer< VGObject > &obj) const | DialogTool | private |
IsSplinePath(const QSharedPointer< VGObject > &obj) const | DialogTool | private |
keyPressEvent(QKeyEvent *event) Q_DECL_OVERRIDE | DialogTool | protectedvirtual |
labelEditFormula | DialogTool | protected |
labelEditNamePoint | DialogTool | protected |
labelResultCalculation | DialogTool | protected |
m_arc | DialogArc | private |
m_Id | DialogArc | private |
MoveCursorToEnd(QPlainTextEdit *plainTextEdit) const | DialogTool | protected |
moveListRowBottom(QListWidget *list) | DialogTool | static |
moveListRowDown(QListWidget *list) | DialogTool | static |
moveListRowTop(QListWidget *list) | DialogTool | static |
moveListRowUp(QListWidget *list) | DialogTool | static |
NamePointChanged() | DialogTool | slot |
newDuplicate | DialogArc | private |
newNodeItem(QListWidget *listWidget, const VPieceNode &node, bool nodeExcluded=true, bool isDuplicate=false) | DialogTool | protected |
NodeFont(bool nodeExcluded) | DialogTool | protectedstatic |
normalize(const qreal value, const qreal start, const qreal end) | DialogTool | protected |
number | DialogTool | protected |
ok_Button | DialogTool | protected |
okColor | DialogTool | protected |
plainTextEditFormula | DialogTool | protected |
pointName | DialogTool | protected |
pointNameChanged() | DialogArc | protected |
PointNameChanged() | DialogTool | inlinevirtualslot |
prepare | DialogTool | protected |
PrepareList(QMap< QString, quint32 > &list, quint32 id) const | DialogTool | private |
radius | DialogArc | private |
RadiusChanged() | DialogArc | slot |
SaveData() Q_DECL_OVERRIDE | DialogArc | protectedvirtual |
SelectedObject(bool selected, quint32 object, quint32 tool) | DialogTool | virtualslot |
setArc(const VArc &arc) | DialogArc | |
SetAssociatedTool(VAbstractTool *tool) | DialogTool | |
setCenter(const quint32 &value) | DialogArc | |
setCurrentArcId(QComboBox *box, const quint32 &value, FillComboBox rule=FillComboBox::NoChildren, const quint32 &ch1=NULL_ID, const quint32 &ch2=NULL_ID) const | DialogTool | protected |
setCurrentCurveId(QComboBox *box, const quint32 &value) const | DialogTool | protected |
setCurrentPointId(QComboBox *box, const quint32 &value, FillComboBox rule=FillComboBox::NoChildren, const quint32 &ch1=NULL_ID, const quint32 &ch2=NULL_ID) const | DialogTool | protected |
setCurrentSplineId(QComboBox *box, const quint32 &value) const | DialogTool | protected |
setCurrentSplinePathId(QComboBox *box, const quint32 &value) const | DialogTool | protected |
setF1(const QString &value) | DialogArc | |
setF2(const QString &value) | DialogArc | |
setLineColor(const QString &value) | DialogArc | |
setLineWeight(const QString &value) | DialogArc | |
SetObject(const quint32 &id, QComboBox *box, const QString &toolTip) | DialogTool | protected |
setPenStyle(const QString &value) | DialogArc | |
SetPiecesList(const QVector< quint32 > &list) | DialogTool | virtual |
setRadius(const QString &value) | DialogArc | |
SetToolId(const quint32 &value) | DialogTool | |
ShowDialog(bool click) | DialogTool | virtual |
showEvent(QShowEvent *event) Q_DECL_OVERRIDE | DialogTool | protectedvirtual |
ShowVisualization() Q_DECL_OVERRIDE | DialogArc | protectedvirtual |
spinBoxAngle | DialogTool | protected |
timerF1 | DialogArc | private |
timerF2 | DialogArc | private |
timerFormula | DialogTool | protected |
timerRadius | DialogArc | private |
toolId | DialogTool | protected |
ToolTip(const QString &toolTip) | DialogTool | signal |
ui | DialogArc | private |
ValFormulaChanged(bool &flag, QLineEdit *edit, QTimer *timer, const QString &postfix=QString()) | DialogTool | protected |
ValFormulaChanged(bool &flag, QPlainTextEdit *edit, QTimer *timer, const QString &postfix=QString()) | DialogTool | protected |
vis | DialogTool | protected |
~DialogArc() Q_DECL_OVERRIDE | DialogArc | virtual |
~DialogTool() Q_DECL_OVERRIDE | DialogTool | virtual |