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_text.html | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'docs/doxygen/html/class_text.html') diff --git a/docs/doxygen/html/class_text.html b/docs/doxygen/html/class_text.html index 8ed6bb4..b2ad59b 100644 --- a/docs/doxygen/html/class_text.html +++ b/docs/doxygen/html/class_text.html @@ -92,14 +92,19 @@ $(document).ready(function(){initNavTree('class_text.html','');});
Text Class Reference
+ +

Element that shows power element informations in workspace. + More...

+ +

#include <Text.h>

Inheritance diagram for Text:
-GraphicalElement -Element +GraphicalElement +Element
@@ -514,8 +519,11 @@ Additional Inherited Members
 

Detailed Description

-
-

Definition at line 65 of file Text.h.

+

Element that shows power element informations in workspace.

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

Definition at line 72 of file Text.h.

Member Function Documentation

◆ AddParent()

@@ -554,7 +562,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.
@@ -562,7 +570,7 @@ Additional Inherited Members

Reimplemented from Element.

-

Definition at line 73 of file Text.h.

+

Definition at line 80 of file Text.h.

-- cgit