From 7e2a19c5bf730a8fc9c868be95b25cbfed61851c Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Wed, 8 Nov 2017 19:43:57 -0200 Subject: Documentation and translation updated --- docs/doxygen/html/class_load.html | 47 +++++++++++++++++++++++++++++++++++---- 1 file changed, 43 insertions(+), 4 deletions(-) (limited to 'docs/doxygen/html/class_load.html') diff --git a/docs/doxygen/html/class_load.html b/docs/doxygen/html/class_load.html index b7d6d9c..2c20bff 100644 --- a/docs/doxygen/html/class_load.html +++ b/docs/doxygen/html/class_load.html @@ -144,6 +144,9 @@ Public Member Functions void SetElectricalData (LoadElectricalData electricalData)   +virtual bool GetPlotData (ElementPlotData &plotData) + Fill the plot data. More...
- Public Member Functions inherited from Shunt virtual bool Contains (wxPoint2DDouble position) const  Checks if the element contains a position. More...
@@ -221,9 +224,6 @@ virtual void virtual PowerFlowDirection GetPowerFlowDirection () const  Return the direction of the power flow. More...
  -virtual bool GetPlotData (ElementPlotData &plotData) - Fill the plot data. More...
-  virtual bool HaveDynamicEvent () const  Check if the power element have dynamic event. More...
  @@ -543,7 +543,7 @@ void DrawGround (wxPoi
Author
Thales Lima Oliveira thale.nosp@m.s@uf.nosp@m.u.br
Date
06/10/2017
-

Definition at line 42 of file Load.h.

+

Definition at line 73 of file Load.h.

Member Function Documentation

◆ AddParent()

@@ -712,6 +712,45 @@ void DrawGround (wxPoi

Definition at line 191 of file Load.cpp.

+ + + +

◆ GetPlotData()

+ +
+
+ + + + + +
+ + + + + + + + +
bool Load::GetPlotData (ElementPlotDataplotData)
+
+virtual
+
+ +

Fill the plot data.

+
Parameters
+ + +
plotDataPlot data to be filled.
+
+
+
Returns
true if the plot data was successfully filled, false otherwise.
+ +

Reimplemented from PowerElement.

+ +

Definition at line 253 of file Load.cpp.

+
-- cgit