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