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_bus.html | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) (limited to 'docs/doxygen/html/class_bus.html') diff --git a/docs/doxygen/html/class_bus.html b/docs/doxygen/html/class_bus.html index 80caefa..0c3edc9 100644 --- a/docs/doxygen/html/class_bus.html +++ b/docs/doxygen/html/class_bus.html @@ -21,6 +21,12 @@ + @@ -510,7 +516,7 @@ Additional Inherited Members

Detailed Description

-

Definition at line 45 of file Bus.h.

+

Definition at line 62 of file Bus.h.

Member Function Documentation

◆ AddParent()

@@ -550,14 +556,14 @@ Additional Inherited Members
Parameters
- +
parentElement parent.
positionNode position in the parent.
positionNode position in the parent.

Reimplemented from Element.

-

Definition at line 53 of file Bus.h.

+

Definition at line 70 of file Bus.h.

@@ -595,7 +601,7 @@ Additional Inherited Members

Implements Element.

-

Definition at line 87 of file Bus.cpp.

+

Definition at line 104 of file Bus.cpp.

@@ -644,7 +650,7 @@ Additional Inherited Members

Reimplemented from Element.

-

Definition at line 24 of file Bus.cpp.

+

Definition at line 41 of file Bus.cpp.

@@ -676,7 +682,7 @@ Additional Inherited Members

Reimplemented from Element.

-

Definition at line 124 of file Bus.cpp.

+

Definition at line 141 of file Bus.cpp.

@@ -715,7 +721,7 @@ Additional Inherited Members

Reimplemented from Element.

-

Definition at line 176 of file Bus.cpp.

+

Definition at line 193 of file Bus.cpp.

@@ -747,7 +753,7 @@ Additional Inherited Members

Reimplemented from Element.

-

Definition at line 195 of file Bus.cpp.

+

Definition at line 212 of file Bus.cpp.

@@ -786,7 +792,7 @@ Additional Inherited Members

Reimplemented from PowerElement.

-

Definition at line 229 of file Bus.cpp.

+

Definition at line 246 of file Bus.cpp.

@@ -818,7 +824,7 @@ Additional Inherited Members

Reimplemented from Element.

-

Definition at line 201 of file Bus.cpp.

+

Definition at line 218 of file Bus.cpp.

@@ -856,7 +862,7 @@ Additional Inherited Members

Implements Element.

-

Definition at line 93 of file Bus.cpp.

+

Definition at line 110 of file Bus.cpp.

@@ -894,7 +900,7 @@ Additional Inherited Members

Reimplemented from Element.

-

Definition at line 141 of file Bus.cpp.

+

Definition at line 158 of file Bus.cpp.

@@ -933,7 +939,7 @@ Additional Inherited Members

Reimplemented from Element.

-

Definition at line 100 of file Bus.cpp.

+

Definition at line 117 of file Bus.cpp.

@@ -971,7 +977,7 @@ Additional Inherited Members

Reimplemented from Element.

-

Definition at line 167 of file Bus.cpp.

+

Definition at line 184 of file Bus.cpp.

@@ -1021,7 +1027,7 @@ Additional Inherited Members

Reimplemented from Element.

-

Definition at line 183 of file Bus.cpp.

+

Definition at line 200 of file Bus.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_bus.html | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'docs/doxygen/html/class_bus.html') diff --git a/docs/doxygen/html/class_bus.html b/docs/doxygen/html/class_bus.html index 0c3edc9..c613d83 100644 --- a/docs/doxygen/html/class_bus.html +++ b/docs/doxygen/html/class_bus.html @@ -92,14 +92,19 @@ $(document).ready(function(){initNavTree('class_bus.html','');});
Bus Class Reference
+ +

Node for power elements. All others power elements are connected through this. + More...

+ +

#include <Bus.h>

Inheritance diagram for Bus:
-PowerElement -Element +PowerElement +Element
@@ -515,8 +520,11 @@ Additional Inherited Members
 

Detailed Description

-
-

Definition at line 62 of file Bus.h.

+

Node for power elements. All others power elements are connected through this.

+
Author
Thales Lima Oliveira thale.nosp@m.s@uf.nosp@m.u.br
+
Date
06/10/2017
+ +

Definition at line 69 of file Bus.h.

Member Function Documentation

◆ AddParent()

@@ -555,7 +563,7 @@ Additional Inherited Members

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.
@@ -563,7 +571,7 @@ Additional Inherited Members

Reimplemented from Element.

-

Definition at line 70 of file Bus.h.

+

Definition at line 77 of file Bus.h.

@@ -1019,7 +1027,7 @@ Additional Inherited Members
Parameters
- +
parentForm parent
elementElement that will be edited.
elementElement that will be edited.
-- cgit