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_multiplier.html | 39 +++++++++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 4 deletions(-) (limited to 'docs/doxygen/html/class_multiplier.html') diff --git a/docs/doxygen/html/class_multiplier.html b/docs/doxygen/html/class_multiplier.html index c539756..1c4ebce 100644 --- a/docs/doxygen/html/class_multiplier.html +++ b/docs/doxygen/html/class_multiplier.html @@ -7,7 +7,7 @@ -Multiplier Class Reference +Power System Platform: Multiplier Class Reference @@ -29,6 +29,11 @@ Logo + +
Power System Platform +  2018w15a +
+ @@ -105,9 +110,15 @@ Public Member Functions virtual void DrawSymbol () const   - -virtual bool Solve (double input, double timeStep) -  + +virtual bool Solve (double *input, double timeStep) +  + +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...
  @@ -164,6 +175,9 @@ virtual bool IsSolved virtual void SetSolved (bool solved=true)   + +virtual bool Initialize () +  virtual double GetOutput () const   @@ -362,9 +376,19 @@ 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) +  + + + @@ -375,6 +399,13 @@ Additional Inherited Members + + + + + -- cgit

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)
 
- Protected Attributes inherited from ControlElement
std::vector< Node * > m_nodeList