#include <vabstractpoint.h>
Public Slots | |
| virtual void | ShowTool (quint32 id, bool enable) Q_DECL_OVERRIDE |
| ShowTool highlight tool. More... | |
| void | deletePoint () |
Public Slots inherited from VDrawTool | |
| virtual void | ShowTool (quint32 id, bool enable) |
| ShowTool highlight tool. More... | |
| virtual void | activeBlockChanged (const QString &newName) |
| activeBlockChanged disable or enable context menu after change active draft block. More... | |
| void | blockNameChanged (const QString &oldName, const QString &newName) |
| blockNameChanged save new name active draft block. More... | |
| virtual void | EnableToolMove (bool move) |
| virtual void | Disable (bool disable, const QString &draftBlockName)=0 |
| virtual void | piecesMode (bool mode) |
Public Slots inherited from VInteractiveTool | |
| void | FullUpdateFromGuiOk (int result) |
| FullUpdateFromGuiOk refresh tool data after change in options. More... | |
| void | FullUpdateFromGuiApply () |
| FullUpdateFromGuiApply refresh tool data after change in options but do not delete dialog. More... | |
Public Slots inherited from VAbstractTool | |
| virtual void | FullUpdateFromFile ()=0 |
| FullUpdateFromFile update tool data form file. More... | |
| virtual void | AllowHover (bool enabled)=0 |
| virtual void | AllowSelecting (bool enabled)=0 |
| virtual void | ToolSelectionType (const SelectionType &type) |
Public Member Functions | |
| VAbstractPoint (VAbstractPattern *doc, VContainer *data, quint32 id) | |
| virtual | ~VAbstractPoint () Q_DECL_EQ_DEFAULT |
| virtual QString | getTagName () const Q_DECL_OVERRIDE |
| template<typename T > | |
| void | ShowToolVisualization (bool show) |
Public Member Functions inherited from VDrawTool | |
| VDrawTool (VAbstractPattern *doc, VContainer *data, quint32 id, QObject *parent=nullptr) | |
| VDrawTool constructor. More... | |
| virtual | ~VDrawTool () Q_DECL_EQ_DEFAULT |
| QString | getLineType () const |
| virtual void | setLineType (const QString &value) |
| QString | getLineWeight () const |
| virtual void | setLineWeight (const QString &value) |
| virtual bool | isPointNameVisible (quint32 id) const |
Public Member Functions inherited from VInteractiveTool | |
| VInteractiveTool (VAbstractPattern *doc, VContainer *data, quint32 id, QObject *parent=nullptr) | |
| virtual | ~VInteractiveTool () Q_DECL_EQ_DEFAULT |
| void | DialogLinkDestroy () |
Public Member Functions inherited from VAbstractTool | |
| VAbstractTool (VAbstractPattern *doc, VContainer *data, quint32 id, QObject *parent=nullptr) | |
| VAbstractTool container. More... | |
| virtual | ~VAbstractTool () Q_DECL_OVERRIDE |
| quint32 | getId () const |
| getId return object id. More... | |
| const VContainer * | getData () const |
| getData return pointer to data container. More... | |
| QMap< QString, quint32 > | PointsList () const |
| virtual void | ShowVisualization (bool show)=0 |
| virtual void | setPointNamePosition (quint32 id, const QPointF &pos) |
| virtual void | setPointNameVisiblity (quint32 id, bool visible) |
Public Member Functions inherited from VDataTool | |
| VDataTool (VContainer *data, QObject *parent=nullptr) | |
| VDataTool constructor. More... | |
| virtual | ~VDataTool () Q_DECL_EQ_DEFAULT |
| VContainer | getData () const |
| getData return data container. More... | |
| void | setData (const VContainer *value) |
| setData set data container. More... | |
| virtual quint32 | referens () const |
| referens return count of referens. More... | |
| virtual void | incrementReferens () |
| incrementReferens increment referens. More... | |
| virtual void | decrementReferens () |
| decrementReferens decrement referens. More... | |
| virtual void | GroupVisibility (quint32 object, bool visible)=0 |
Protected Member Functions | |
| void | SetPointName (quint32 id, const QString &name) |
| virtual void | updatePointNamePosition (quint32 id, const QPointF &pos)=0 |
Protected Member Functions inherited from VDrawTool | |
| void | AddToCalculation (const QDomElement &domElement) |
| typeLine line weight. More... | |
| void | addDependence (QList< quint32 > &list, quint32 objectId) const |
| virtual void | SaveDialog (QDomElement &domElement)=0 |
| SaveDialog save options into file after change in dialog. More... | |
| virtual void | SaveDialogChange () Q_DECL_FINAL |
| virtual void | AddToFile () Q_DECL_OVERRIDE |
| AddToFile add tag with Information about tool into file. More... | |
| void | SaveOption (QSharedPointer< VGObject > &obj) |
| virtual void | SaveOptions (QDomElement &tag, QSharedPointer< VGObject > &obj) |
| virtual QString | makeToolTip () const |
| bool | CorrectDisable (bool disable, const QString &draftBlockName) const |
| void | ReadAttributes () |
| virtual void | ReadToolAttributes (const QDomElement &domElement)=0 |
| virtual void | updatePointNameVisibility (quint32 id, bool visible) |
| template<typename Dialog > | |
| void | ContextMenu (QGraphicsSceneContextMenuEvent *event, quint32 itemId=NULL_ID, const RemoveOption &showRemove=RemoveOption::Enable, const Referens &ref=Referens::Follow) |
| ContextMenu show context menu for tool. More... | |
| template<typename Item > | |
| void | ShowItem (Item *item, quint32 id, bool enable) |
| ShowItem highlight tool. More... | |
| template<typename T > | |
| QString | ObjectName (quint32 id) const |
| ObjectName get object (point, curve, arc) name. More... | |
Protected Member Functions inherited from VInteractiveTool | |
| virtual void | setDialog () |
| setDialog set dialog when user want change tool option. More... | |
Protected Member Functions inherited from VAbstractTool | |
| virtual void | RefreshDataInFile () |
| RefreshDataInFile refresh attributes in file. If attributes don't exist create them. More... | |
| virtual void | RemoveReferens () |
| RemoveReferens decrement value of reference. More... | |
| virtual void | deleteTool (bool ask=true) |
| deleteTool full delete object form scene and file. More... | |
| template<typename T > | |
| void | AddVisualization () |
| virtual void | SetVisualization ()=0 |
| virtual void | ToolCreation (const Source &typeCreation) |
Static Protected Member Functions | |
| template<typename T > | |
| static void | InitToolConnections (VMainGraphicsScene *scene, T *tool) |
Static Protected Member Functions inherited from VDrawTool | |
| template<typename T > | |
| static void | InitDrawToolConnections (VMainGraphicsScene *scene, T *tool) |
Static Protected Member Functions inherited from VAbstractTool | |
| static int | ConfirmDeletion () |
| static QDomElement | AddSANode (VAbstractPattern *doc, const QString &tagName, const VPieceNode &node) |
| static void | AddNode (VAbstractPattern *doc, QDomElement &domElement, const VPieceNode &node) |
| static QVector< VPieceNode > | PrepareNodes (const VPiecePath &path, VMainGraphicsScene *scene, VAbstractPattern *doc, VContainer *data) |
| static quint32 | PrepareNode (const VPieceNode &node, VMainGraphicsScene *scene, VAbstractPattern *doc, VContainer *data) |
Additional Inherited Members | |
Signals inherited from VDrawTool | |
| void | ChangedToolSelection (bool selected, quint32 object, quint32 tool) |
Signals inherited from VAbstractTool | |
| void | toolHasChanges () |
| toolHasChanges emit if tool create change that need save. More... | |
| void | chosenTool (quint32 id, SceneObject type) |
| chosenTool emit if object was clicked. More... | |
| void | LiteUpdateTree (const Document &parse) |
| FullUpdateTree emit if need reparse pattern file. More... | |
| void | ToolTip (const QString &toolTip) |
Static Public Member Functions inherited from VAbstractTool | |
| static qreal | CheckFormula (const quint32 &toolId, QString &formula, VContainer *data) |
| CheckFormula check formula. More... | |
| static const QStringList | Colors () |
| static QMap< QString, QString > | ColorsList () |
| static QMap< QString, QString > | supportColorsList () |
| static QMap< QString, QString > | backgroundColorsList () |
| static QPixmap | createColorIcon (const int w, const int h, const QString &color) |
| static const QStringList | fills () |
| static void | AddRecord (const quint32 id, const Tool &toolType, VAbstractPattern *doc) |
| AddRecord add record about tool in history. More... | |
| static void | AddNodes (VAbstractPattern *doc, QDomElement &domElement, const VPiecePath &path) |
| static void | AddNodes (VAbstractPattern *doc, QDomElement &domElement, const VPiece &piece) |
| template<typename T > | |
| static quint32 | CreateNode (VContainer *data, quint32 id) |
| CreateNode create new node for detail. More... | |
Static Public Attributes inherited from VAbstractTool | |
| static bool | m_suppressContextMenu = false |
| static const QString | AttrInUse = QStringLiteral("inUse") |
Protected Types inherited from VDrawTool | |
| enum class | RemoveOption : bool { Disable = false , Enable = true } |
| enum class | Referens : bool { Follow = true , Ignore = false } |
Protected Slots inherited from VDrawTool | |
| virtual void | showContextMenu (QGraphicsSceneContextMenuEvent *event, quint32 id=NULL_ID)=0 |
Protected Attributes inherited from VDrawTool | |
| QString | activeBlockName |
| QString | m_lineType |
| activeBlockName name of tool's pattern peace. More... | |
| QString | m_lineWeight |
| typeLine line type. More... | |
Protected Attributes inherited from VInteractiveTool | |
| QSharedPointer< DialogTool > | m_dialog |
| m_dialog tool's dialog options. More... | |
Protected Attributes inherited from VAbstractTool | |
| VAbstractPattern * | doc |
| doc dom document container More... | |
| const quint32 | m_id |
| id object id. More... | |
| QPointer< Visualization > | vis |
| SelectionType | selectionType |
Protected Attributes inherited from VDataTool | |
| VContainer | data |
| data container with data More... | |
| quint32 | _referens |
| _referens keep count tools what use this tool. If value more than 1 you can't delete tool. More... | |
Definition at line 75 of file vabstractpoint.h.
| VAbstractPoint::VAbstractPoint | ( | VAbstractPattern * | doc, |
| VContainer * | data, | ||
| quint32 | id | ||
| ) |
Definition at line 62 of file vabstractpoint.cpp.
|
virtual |
|
slot |
Definition at line 84 of file vabstractpoint.cpp.
References VAbstractTool::deleteTool().
Referenced by VToolDoublePoint::VToolDoublePoint(), and VToolSinglePoint::VToolSinglePoint().
|
virtual |
Implements VAbstractTool.
Definition at line 67 of file vabstractpoint.cpp.
References VAbstractPattern::TagPoint.
Referenced by VToolDoublePoint::AddToFile(), and VToolBasePoint::AddToFile().
|
staticprotected |
Definition at line 130 of file vabstractpoint.h.
References VMainGraphicsScene::EnablePointItemHover(), VMainGraphicsScene::EnablePointItemSelection(), VMainGraphicsScene::enableTextItemHover(), VMainGraphicsScene::enableTextItemSelection(), VDrawTool::InitDrawToolConnections(), and SCASSERT.
Referenced by PointIntersectXYTool::Create(), VToolCurveIntersectAxis::Create(), VToolLineIntersectAxis::Create(), VToolEndLine::Create(), VToolHeight::Create(), VToolAlongLine::Create(), VToolPointOfIntersectionArcs::Create(), VToolCutSpline::Create(), VToolCutArc::Create(), VToolCutSplinePath::Create(), VToolPointFromArcAndTangent::Create(), VToolTriangle::Create(), IntersectCircleTangentTool::Create(), IntersectCirclesTool::Create(), VToolPointOfIntersectionCurves::Create(), VToolLineIntersect::Create(), VToolNormal::Create(), VToolBisector::Create(), VToolShoulderPoint::Create(), VToolPointOfContact::Create(), VToolBasePoint::Create(), and VToolTrueDarts::Create().
|
protected |
Definition at line 98 of file vabstractpoint.cpp.
References VDataTool::data, VContainer::GetGObject(), and VDrawTool::SaveOption().
Referenced by VToolSinglePoint::setName(), VToolDoublePoint::setNameP1(), and VToolDoublePoint::setNameP2().
|
virtualslot |
ShowTool highlight tool.
| id | object id in container. |
| enable | enable or disable highlight. |
Definition at line 78 of file vabstractpoint.cpp.
References VDrawTool::ShowItem().
| void VAbstractPoint::ShowToolVisualization | ( | bool | show | ) |
Definition at line 105 of file vabstractpoint.h.
References VAbstractTool::SetVisualization(), and VAbstractTool::vis.
|
protectedpure virtual |
Implemented in VToolSinglePoint, and VToolDoublePoint.