From 89befdb9b259d02249876e39ec6fd28860272439 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Fri, 6 Oct 2017 17:06:15 -0300 Subject: A lot of documentation written --- docs/doxygen/html/class_load.html | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 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 9c5c62d..b7d6d9c 100644 --- a/docs/doxygen/html/class_load.html +++ b/docs/doxygen/html/class_load.html @@ -92,15 +92,20 @@ $(document).ready(function(){initNavTree('class_load.html','');});
Load Class Reference
+ +

Loas shunt power element. + More...

+ +

#include <Load.h>

Inheritance diagram for Load:
-Shunt -PowerElement -Element +Shunt +PowerElement +Element
@@ -534,8 +539,11 @@ void 
DrawGround (wxPoi
 

Detailed Description

-
-

Definition at line 35 of file Load.h.

+

Loas shunt power element.

+
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.

Member Function Documentation

◆ AddParent()

@@ -574,7 +582,7 @@ void DrawGround (wxPoi

Add a parent to the element. This method must be used on power elements that connect to a bus, so the parent must be a bus. The element basic points are calculated in this method, so apply this when the element is being inserted.

Parameters
- +
parentElement parent.
parentElement parent.
positionNode position in the parent.
@@ -814,7 +822,7 @@ void DrawGround (wxPoi
Parameters
- +
parentForm parent
elementElement that will be edited.
elementElement that will be edited.
-- cgit