From 1fef503b85a30176dc5c3232e95809359a3338c5 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Thu, 3 May 2018 17:14:30 -0300 Subject: Commit for sync --- docs/doxygen/html/class_text.html | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) (limited to 'docs/doxygen/html/class_text.html') diff --git a/docs/doxygen/html/class_text.html b/docs/doxygen/html/class_text.html index 154dd04..6a9a210 100644 --- a/docs/doxygen/html/class_text.html +++ b/docs/doxygen/html/class_text.html @@ -7,7 +7,7 @@ -Text Class Reference +Power System Platform: Text Class Reference @@ -29,6 +29,11 @@ Logo + +
Power System Platform +  2018w15a +
+ @@ -147,7 +152,7 @@ void SetElement (SetElementNumber (int elementNumber)   -void SetElementType (const ElementType elementType) +void SetElementType (const ElementType elementType)   void SetUnit (const ElectricalUnit unit) @@ -168,7 +173,7 @@ int GetDirection () co int GetElementNumber () const   -const ElementType GetElementType () const +const ElementType GetElementType () const   const ElectricalUnit GetUnit () const @@ -176,6 +181,12 @@ const int GetDecimalPlaces () const   + +virtual rapidxml::xml_node * SaveElement (rapidxml::xml_document<> &doc, rapidxml::xml_node<> *elementListNode) +  + +virtual bool OpenElement (rapidxml::xml_node<> *elementNode) +  - Public Member Functions inherited from Element  Element () @@ -377,6 +388,12 @@ virtual void DrawArc ( virtual double PointToLineDistance (wxPoint2DDouble point, int *segmentNumber=NULL) const  Calculate the distance between a line (formed by point list) and a point. More...
  + +void SaveCADProperties (rapidxml::xml_document<> &doc, rapidxml::xml_node<> *elementNode) +  + +bool OpenCADProperties (rapidxml::xml_node<> *elementNode) +  @@ -396,7 +413,7 @@ std::vector< OpenGLText * & Element *  +ElementType  -- cgit

Protected Attributes

m_element = NULL
 
-ElementType m_elementType = TYPE_NONE
m_elementType = TYPE_NONE
 
int m_elementNumber