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_constant.html | 39 +++++++++++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 4 deletions(-) (limited to 'docs/doxygen/html/class_constant.html') diff --git a/docs/doxygen/html/class_constant.html b/docs/doxygen/html/class_constant.html index da77e6e..fdaf873 100644 --- a/docs/doxygen/html/class_constant.html +++ b/docs/doxygen/html/class_constant.html @@ -7,7 +7,7 @@ -Constant Class Reference +Power System Platform: Constant Class Reference @@ -29,6 +29,11 @@ Logo + +
Power System Platform +  2018w15a +
+ @@ -129,6 +134,12 @@ virtual double GetValue virtual void UpdatePoints ()   + +virtual rapidxml::xml_node * SaveElement (rapidxml::xml_document<> &doc, rapidxml::xml_node<> *elementListNode) +  + +virtual bool OpenElement (rapidxml::xml_node<> *elementNode) +  virtual ElementGetCopy ()  Get a the element copy. More...
  @@ -160,9 +171,12 @@ virtual bool IsSolved virtual void SetSolved (bool solved=true)   - -virtual bool Solve (double input, double timeStep) -  + +virtual bool Solve (double *input, double timeStep) +  + +virtual bool Initialize () +  virtual double GetOutput () const   @@ -361,6 +375,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) +  @@ -453,6 +473,10 @@ bool 

Protected Attributes

m_online = true + + + @@ -463,6 +487,13 @@ Additional Inherited Members + + + + +

Additional Inherited Members

- Static Public Member Functions inherited from ControlElement
+static ControlElementGetControlElementFromID (std::vector< ControlElement *> elementList, int id)
 
- Static Public Member Functions inherited from Element
static bool DoubleFromString (wxWindow *parent, wxString strValue, double &value, wxString errorMsg)
 Get a double value from a string. Show a error message if the conversion fail. More...
static wxString StringFromDouble (double value, int minDecimal=1)
 Convert a double value to string. More...
 
- Protected Member Functions inherited from ControlElement
+void SaveControlNodes (rapidxml::xml_document<> &doc, rapidxml::xml_node<> *elementNode)
 
+bool OpenControlNodes (rapidxml::xml_node<> *elementNode)
 

Detailed Description

A control element that provides a constant value.

-- cgit