The VToolHeight class tool for creation point of height. Help find point of projection onto line. More...
#include <vtoolheight.h>
Public Types | |
enum | { Type = UserType + static_cast<int>(Tool::Height) } |
Public Types inherited from VToolLinePoint | |
enum | { Type = UserType + static_cast<int>(Tool::LinePoint) } |
Public Types inherited from VToolSinglePoint | |
enum | { Type = UserType + static_cast<int>(Tool::SinglePoint) } |
Public Types inherited from VScenePoint | |
enum | { Type = UserType + static_cast<int>(Vis::ScenePoint) } |
Public Member Functions | |
virtual void | setDialog () Q_DECL_OVERRIDE |
setDialog set dialog when user want change tool option. More... | |
virtual int | type () const Q_DECL_OVERRIDE |
QString | FirstLinePointName () const |
QString | SecondLinePointName () const |
quint32 | GetP1LineId () const |
void | SetP1LineId (const quint32 &value) |
quint32 | GetP2LineId () const |
void | SetP2LineId (const quint32 &value) |
virtual void | ShowVisualization (bool show) Q_DECL_OVERRIDE |
Public Member Functions inherited from VToolLinePoint | |
VToolLinePoint (VAbstractPattern *doc, VContainer *data, const quint32 &id, const QString &lineType, const QString &lineWeight, const QString &lineColor, const QString &formula, const quint32 &basePointId, const qreal &angle, QGraphicsItem *parent=nullptr) | |
VToolLinePoint constructor. More... | |
virtual | ~VToolLinePoint () Q_DECL_OVERRIDE |
virtual void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget=nullptr) Q_DECL_OVERRIDE |
VFormula | GetFormulaLength () const |
void | SetFormulaLength (const VFormula &value) |
QString | BasePointName () const |
quint32 | GetBasePointId () const |
void | SetBasePointId (const quint32 &value) |
qreal | GetAngle () const |
void | SetAngle (const qreal &value) |
QString | getLineColor () const |
void | setLineColor (const QString &value) |
Public Member Functions inherited from VToolSinglePoint | |
VToolSinglePoint (VAbstractPattern *doc, VContainer *data, quint32 id, const QColor &lineColor, QGraphicsItem *parent=nullptr) | |
VToolSinglePoint constructor. More... | |
virtual | ~VToolSinglePoint () Q_DECL_EQ_DEFAULT |
QString | name () const |
void | setName (const QString &name) |
void | SetEnabled (bool enabled) |
virtual void | GroupVisibility (quint32 object, bool visible) Q_DECL_OVERRIDE |
virtual bool | isPointNameVisible (quint32 id) const Q_DECL_OVERRIDE |
virtual void | setPointNameVisiblity (quint32 id, bool visible) Q_DECL_OVERRIDE |
virtual void | setPointNamePosition (quint32 id, const QPointF &pos) Q_DECL_OVERRIDE |
Public Member Functions inherited from VAbstractPoint | |
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) |
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 |
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... | |
Public Member Functions inherited from VScenePoint | |
VScenePoint (const QColor &lineColor, QGraphicsItem *parent=nullptr) | |
virtual | ~VScenePoint ()=default |
virtual void | refreshPointGeometry (const VPointF &point) |
void | refreshLeader () |
Static Public Member Functions | |
static VToolHeight * | Create (QSharedPointer< DialogTool > dialog, VMainGraphicsScene *scene, VAbstractPattern *doc, VContainer *data) |
Create help create tool from GUI. More... | |
static VToolHeight * | Create (const quint32 _id, const QString &pointName, const QString &lineType, const QString &lineWeight, const QString &lineColor, quint32 basePointId, quint32 p1LineId, quint32 p2LineId, qreal mx, qreal my, bool showPointName, VMainGraphicsScene *scene, VAbstractPattern *doc, VContainer *data, const Document &parse, const Source &typeCreation) |
Create help create tool. More... | |
static QPointF | FindPoint (const QLineF &line, const QPointF &point) |
FindPoint find projection base point onto line. More... | |
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 | |
static const QString | ToolType = QStringLiteral("height") |
Static Public Attributes inherited from VAbstractTool | |
static bool | m_suppressContextMenu = false |
static const QString | AttrInUse = QStringLiteral("inUse") |
Protected Slots | |
virtual void | showContextMenu (QGraphicsSceneContextMenuEvent *event, quint32 id=NULL_ID) Q_DECL_OVERRIDE |
contextMenuEvent handle context menu events. More... | |
Protected Slots inherited from VDrawTool | |
virtual void | showContextMenu (QGraphicsSceneContextMenuEvent *event, quint32 id=NULL_ID)=0 |
Protected Member Functions | |
virtual void | SaveDialog (QDomElement &domElement) Q_DECL_OVERRIDE |
SaveDialog save options into file after change in dialog. More... | |
virtual void | SaveOptions (QDomElement &tag, QSharedPointer< VGObject > &obj) Q_DECL_OVERRIDE |
virtual void | ReadToolAttributes (const QDomElement &domElement) Q_DECL_OVERRIDE |
virtual void | SetVisualization () Q_DECL_OVERRIDE |
virtual QString | makeToolTip () const Q_DECL_OVERRIDE |
Protected Member Functions inherited from VToolLinePoint | |
virtual void | RefreshGeometry () |
lineColor color of a line. More... | |
virtual void | RemoveReferens () Q_DECL_OVERRIDE |
RemoveReferens decrement value of reference. More... | |
virtual void | hoverEnterEvent (QGraphicsSceneHoverEvent *event) Q_DECL_OVERRIDE |
virtual void | hoverLeaveEvent (QGraphicsSceneHoverEvent *event) Q_DECL_OVERRIDE |
Protected Member Functions inherited from VToolSinglePoint | |
virtual void | updatePointNameVisibility (quint32 id, bool visible) Q_DECL_OVERRIDE |
virtual void | updatePointNamePosition (quint32 id, const QPointF &pos) Q_DECL_OVERRIDE |
updatePointNamePosition save new position text to the pattern file. More... | |
virtual void | mousePressEvent (QGraphicsSceneMouseEvent *event) Q_DECL_OVERRIDE |
virtual void | mouseReleaseEvent (QGraphicsSceneMouseEvent *event) Q_DECL_OVERRIDE |
mouseReleaseEvent handle mouse release events. More... | |
virtual QVariant | itemChange (GraphicsItemChange change, const QVariant &value) Q_DECL_OVERRIDE |
itemChange hadle item change. More... | |
virtual void | keyReleaseEvent (QKeyEvent *event) Q_DECL_OVERRIDE |
keyReleaseEvent handle key release events. More... | |
virtual void | contextMenuEvent (QGraphicsSceneContextMenuEvent *event) Q_DECL_OVERRIDE |
Protected Member Functions inherited from VAbstractPoint | |
void | SetPointName (quint32 id, const QString &name) |
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 | 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) |
bool | CorrectDisable (bool disable, const QString &draftBlockName) const |
void | ReadAttributes () |
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 VAbstractTool | |
virtual void | RefreshDataInFile () |
RefreshDataInFile refresh attributes in file. If attributes don't exist create them. More... | |
virtual void | deleteTool (bool ask=true) |
deleteTool full delete object form scene and file. More... | |
template<typename T > | |
void | AddVisualization () |
virtual void | ToolCreation (const Source &typeCreation) |
Protected Member Functions inherited from VScenePoint | |
void | setOnlyPoint (bool value) |
bool | isOnlyPoint () const |
void | setPointColor (const QString &value) |
Private Member Functions | |
VToolHeight (VAbstractPattern *doc, VContainer *data, const quint32 &id, const QString &lineType, const QString &lineWeight, const QString &lineColor, const quint32 &basePointId, const quint32 &p1LineId, const quint32 &p2LineId, const Source &typeCreation, QGraphicsItem *parent=nullptr) | |
p2LineId id second point of line. More... | |
Private Attributes | |
quint32 | p1LineId |
quint32 | p2LineId |
p1LineId id first point of line. More... | |
Additional Inherited Members | |
Public Slots inherited from VToolLinePoint | |
virtual void | Disable (bool disable, const QString &draftBlockName) Q_DECL_OVERRIDE |
virtual void | FullUpdateFromFile () Q_DECL_OVERRIDE |
FullUpdateFromFile update tool data form file. More... | |
Public Slots inherited from VToolSinglePoint | |
void | pointnameChangedPosition (const QPointF &pos) |
pointnameChangedPosition handle change position point text. More... | |
virtual void | Disable (bool disable, const QString &draftBlockName) Q_DECL_OVERRIDE |
virtual void | EnableToolMove (bool move) Q_DECL_OVERRIDE |
void | pointChosen () |
void | pointSelected (bool selected) |
virtual void | FullUpdateFromFile () Q_DECL_OVERRIDE |
FullUpdateFromFile update tool data form file. More... | |
virtual void | AllowHover (bool enabled) Q_DECL_OVERRIDE |
virtual void | AllowSelecting (bool enabled) Q_DECL_OVERRIDE |
void | allowTextHover (bool enabled) |
void | allowTextSelectable (bool enabled) |
virtual void | ToolSelectionType (const SelectionType &type) Q_DECL_OVERRIDE |
Public Slots inherited from VAbstractPoint | |
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) |
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) |
Protected Types inherited from VDrawTool | |
enum class | RemoveOption : bool { Disable = false , Enable = true } |
enum class | Referens : bool { Follow = true , Ignore = false } |
Static Protected Member Functions inherited from VAbstractPoint | |
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) |
Protected Attributes inherited from VToolLinePoint | |
QString | formulaLength |
qreal | angle |
formula string with length formula. More... | |
quint32 | basePointId |
angle line angle. More... | |
VScaledLine * | mainLine |
basePointId id base line point. More... | |
QString | lineColor |
mainLine line item. More... | |
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... | |
Protected Attributes inherited from VScenePoint | |
VGraphicsSimpleTextItem * | m_pointName |
VScaledLine * | m_pointLeader |
namePoint point text. More... | |
QColor | m_pointColor |
pointL line that we see if Text is moved too away from point. More... | |
bool | m_onlyPoint |
m_pointColor color of point. More... | |
bool | m_isHovered |
bool | m_showPointName |
The VToolHeight class tool for creation point of height. Help find point of projection onto line.
Definition at line 74 of file vtoolheight.h.
anonymous enum |
Enumerator | |
---|---|
Type |
Definition at line 92 of file vtoolheight.h.
|
private |
p2LineId id second point of line.
VToolHeight constructor.
doc | dom document container. |
data | container with variables. |
id | object id in container. |
lineType | line type. |
lineWeight | line weight. |
lineColor | line color. |
basePointId | id base point of projection. |
p1LineId | id first point of line. |
p2LineId | id second point of line. |
typeCreation | way we create this tool. |
parent | parent object. |
Definition at line 93 of file vtoolheight.cpp.
References VAbstractTool::ToolCreation().
Referenced by Create().
|
static |
Create help create tool.
_id | tool id, 0 if tool doesn't exist yet. |
pointName | point name. |
lineType | line type. |
lineWeight | line weight. |
lineColor | line color. |
basePointId | id base point of projection. |
p1LineId | id first point of line. |
p2LineId | id second point of line. |
mx | label bias x axis. |
my | label bias y axis. |
showPointName | show/hide point name text |
scene | pointer to scene. |
doc | dom document container. |
data | container with variables. |
parse | parser file mode. |
typeCreation | way we create this tool. |
Definition at line 177 of file vtoolheight.cpp.
References VContainer::AddGObject(), VContainer::AddLine(), VAbstractTool::AddRecord(), VAbstractPattern::AddTool(), VToolLinePoint::basePointId, VDataTool::data, VAbstractTool::doc, FindPoint(), FromGui, FullParse, VContainer::GeometricObject(), Height, VAbstractPattern::IncrementReferens(), VAbstractPoint::InitToolConnections(), VToolLinePoint::lineColor, p1LineId, p2LineId, VPointF::setShowPointName(), VContainer::UpdateGObject(), VAbstractPattern::UpdateToolData(), and VToolHeight().
|
static |
Create help create tool from GUI.
dialog | dialog. |
scene | pointer to scene. |
doc | dom document container. |
data | container with variables. |
Definition at line 133 of file vtoolheight.cpp.
References VToolLinePoint::basePointId, VDataTool::data, VAbstractTool::doc, FromGui, FullParse, VToolLinePoint::lineColor, VInteractiveTool::m_dialog, p1LineId, p2LineId, and SCASSERT.
Referenced by VPattern::ParseToolHeight().
|
static |
FindPoint find projection base point onto line.
line | line |
point | base point. |
Definition at line 236 of file vtoolheight.cpp.
References VGObject::ClosestPoint().
Referenced by Create(), and VisToolHeight::RefreshGeometry().
QString VToolHeight::FirstLinePointName | ( | ) | const |
Definition at line 242 of file vtoolheight.cpp.
References VDataTool::data, VContainer::GetGObject(), and p1LineId.
Referenced by VToolOptionsPropertyBrowser::showOptionsToolHeight(), and VToolOptionsPropertyBrowser::updateOptionsToolHeight().
quint32 VToolHeight::GetP1LineId | ( | ) | const |
Definition at line 387 of file vtoolheight.cpp.
References p1LineId.
quint32 VToolHeight::GetP2LineId | ( | ) | const |
Definition at line 363 of file vtoolheight.cpp.
References p2LineId.
|
protectedvirtual |
Reimplemented from VToolLinePoint.
Definition at line 329 of file vtoolheight.cpp.
References VToolLinePoint::basePointId, VDataTool::data, VContainer::GeometricObject(), VAbstractTool::m_id, p1LineId, p2LineId, qApp, and UnitsToStr().
|
protectedvirtual |
Implements VDrawTool.
Definition at line 301 of file vtoolheight.cpp.
References AttrBasePoint, AttrLineColor, AttrLineType, AttrLineWeight, AttrP1Line, AttrP2Line, VToolLinePoint::basePointId, ColorBlack, VAbstractTool::doc, VDomDocument::GetParametrString(), VDomDocument::GetParametrUInt(), VToolLinePoint::lineColor, LineTypeSolidLine, VDrawTool::m_lineType, VDrawTool::m_lineWeight, NULL_ID_STR, p1LineId, and p2LineId.
|
protectedvirtual |
SaveDialog save options into file after change in dialog.
Implements VDrawTool.
Definition at line 275 of file vtoolheight.cpp.
References AttrBasePoint, AttrLineColor, AttrLineType, AttrLineWeight, AttrName, AttrP1Line, AttrP2Line, VAbstractTool::doc, VInteractiveTool::m_dialog, SCASSERT, and VDomDocument::SetAttribute().
|
protectedvirtual |
Reimplemented from VToolLinePoint.
Definition at line 290 of file vtoolheight.cpp.
References AttrBasePoint, AttrP1Line, AttrP2Line, AttrType, VToolLinePoint::basePointId, VAbstractTool::doc, p1LineId, p2LineId, VToolLinePoint::SaveOptions(), VDomDocument::SetAttribute(), and ToolType.
QString VToolHeight::SecondLinePointName | ( | ) | const |
Definition at line 248 of file vtoolheight.cpp.
References VDataTool::data, VContainer::GetGObject(), and p2LineId.
Referenced by VToolOptionsPropertyBrowser::showOptionsToolHeight(), and VToolOptionsPropertyBrowser::updateOptionsToolHeight().
|
virtual |
setDialog set dialog when user want change tool option.
Reimplemented from VInteractiveTool.
Definition at line 109 of file vtoolheight.cpp.
References VToolLinePoint::basePointId, VDataTool::data, VContainer::GeometricObject(), VToolLinePoint::lineColor, VInteractiveTool::m_dialog, VAbstractTool::m_id, VDrawTool::m_lineType, VDrawTool::m_lineWeight, p1LineId, p2LineId, and SCASSERT.
void VToolHeight::SetP1LineId | ( | const quint32 & | value | ) |
Definition at line 393 of file vtoolheight.cpp.
References VDataTool::data, VContainer::GetGObject(), VAbstractTool::m_id, NULL_ID, p1LineId, and VDrawTool::SaveOption().
Referenced by VToolOptionsPropertyBrowser::changeDataToolHeight().
void VToolHeight::SetP2LineId | ( | const quint32 & | value | ) |
Definition at line 369 of file vtoolheight.cpp.
References VDataTool::data, VContainer::GetGObject(), VAbstractTool::m_id, NULL_ID, p2LineId, and VDrawTool::SaveOption().
Referenced by VToolOptionsPropertyBrowser::changeDataToolHeight().
|
protectedvirtual |
Implements VAbstractTool.
Definition at line 312 of file vtoolheight.cpp.
References VToolLinePoint::basePointId, lineTypeToPenStyle(), VDrawTool::m_lineType, VDrawTool::m_lineWeight, p1LineId, p2LineId, VisToolHeight::RefreshGeometry(), SCASSERT, VisToolHeight::setLineP1Id(), VisToolHeight::setLineP2Id(), Visualization::setLineStyle(), Visualization::setLineWeight(), Visualization::setObject1Id(), and VAbstractTool::vis.
|
protectedvirtualslot |
contextMenuEvent handle context menu events.
event | context menu event. |
Definition at line 258 of file vtoolheight.cpp.
|
virtual |
Implements VAbstractTool.
Definition at line 381 of file vtoolheight.cpp.
Referenced by VToolOptionsPropertyBrowser::showOptionsToolHeight().
|
inlinevirtual |
|
private |
Definition at line 118 of file vtoolheight.h.
Referenced by Create(), FirstLinePointName(), GetP1LineId(), makeToolTip(), ReadToolAttributes(), SaveOptions(), setDialog(), SetP1LineId(), and SetVisualization().
|
private |
p1LineId id first point of line.
Definition at line 119 of file vtoolheight.h.
Referenced by Create(), GetP2LineId(), makeToolTip(), ReadToolAttributes(), SaveOptions(), SecondLinePointName(), setDialog(), SetP2LineId(), and SetVisualization().
|
static |
Definition at line 90 of file vtoolheight.h.
Referenced by VPattern::ParsePointElement(), and SaveOptions().