From bc5a3e8923cb8efedbbd5b88e212eb0e9009cf87 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Thu, 5 Oct 2017 20:02:59 -0300 Subject: Add copyright on files and documentation update --- docs/doxygen/html/class_load.html | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 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 13dcb2b..9c5c62d 100644 --- a/docs/doxygen/html/class_load.html +++ b/docs/doxygen/html/class_load.html @@ -21,6 +21,12 @@ + @@ -529,7 +535,7 @@ void DrawGround (wxPoi

Detailed Description

-

Definition at line 23 of file Load.h.

+

Definition at line 35 of file Load.h.

Member Function Documentation

◆ AddParent()

@@ -569,14 +575,14 @@ void DrawGround (wxPoi
Parameters
- +
parentElement parent.
positionNode position in the parent.
positionNode position in the parent.

Reimplemented from Element.

-

Definition at line 6 of file Load.cpp.

+

Definition at line 23 of file Load.cpp.

@@ -625,7 +631,7 @@ void DrawGround (wxPoi

Reimplemented from Element.

-

Definition at line 42 of file Load.cpp.

+

Definition at line 59 of file Load.cpp.

@@ -664,7 +670,7 @@ void DrawGround (wxPoi

Reimplemented from Element.

-

Definition at line 117 of file Load.cpp.

+

Definition at line 134 of file Load.cpp.

@@ -696,7 +702,7 @@ void DrawGround (wxPoi

Reimplemented from Element.

-

Definition at line 174 of file Load.cpp.

+

Definition at line 191 of file Load.cpp.

@@ -728,7 +734,7 @@ void DrawGround (wxPoi

Reimplemented from Element.

-

Definition at line 181 of file Load.cpp.

+

Definition at line 198 of file Load.cpp.

@@ -766,7 +772,7 @@ void DrawGround (wxPoi

Reimplemented from Element.

-

Definition at line 104 of file Load.cpp.

+

Definition at line 121 of file Load.cpp.

@@ -816,7 +822,7 @@ void DrawGround (wxPoi

Reimplemented from Element.

-

Definition at line 124 of file Load.cpp.

+

Definition at line 141 of file Load.cpp.

-- cgit 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