diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-10-06 17:06:15 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-10-06 17:06:15 -0300 |
commit | 89befdb9b259d02249876e39ec6fd28860272439 (patch) | |
tree | 054de50365749426623bed352a10e84299e84cad /docs/doxygen/html/class_bus.html | |
parent | bc5a3e8923cb8efedbbd5b88e212eb0e9009cf87 (diff) | |
download | PSP.git-89befdb9b259d02249876e39ec6fd28860272439.tar.gz PSP.git-89befdb9b259d02249876e39ec6fd28860272439.tar.xz PSP.git-89befdb9b259d02249876e39ec6fd28860272439.zip |
A lot of documentation written
Diffstat (limited to 'docs/doxygen/html/class_bus.html')
-rw-r--r-- | docs/doxygen/html/class_bus.html | 22 |
1 files changed, 15 insertions, 7 deletions
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','');}); <div class="title">Bus Class Reference</div> </div> </div><!--header--> <div class="contents"> + +<p><a class="el" href="class_node.html" title="Node of a control element. This class manages the user interaction with the connection and control el...">Node</a> for power elements. All others power elements are connected through this. + <a href="class_bus.html#details">More...</a></p> + +<p><code>#include <<a class="el" href="_bus_8h_source.html">Bus.h</a>></code></p> <div class="dynheader"> Inheritance diagram for Bus:</div> <div class="dyncontent"> <div class="center"> <img src="class_bus.png" usemap="#Bus_map" alt=""/> <map id="Bus_map" name="Bus_map"> -<area href="class_power_element.html" alt="PowerElement" shape="rect" coords="0,56,92,80"/> -<area href="class_element.html" alt="Element" shape="rect" coords="0,0,92,24"/> +<area href="class_power_element.html" title="Abstract class of power elements. " alt="PowerElement" shape="rect" coords="0,56,92,80"/> +<area href="class_element.html" title="Base class of all elements of the program. This class is responsible for manage graphical and his dat..." alt="Element" shape="rect" coords="0,0,92,24"/> </map> </div></div> <table class="memberdecls"> @@ -515,8 +520,11 @@ Additional Inherited Members</h2></td></tr> <tr class="separator:abb2e253ec1e86353cd7160209c96553c inherit pub_static_methods_class_element"><td class="memSeparator" colspan="2"> </td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> -<div class="textblock"> -<p class="definition">Definition at line <a class="el" href="_bus_8h_source.html#l00062">62</a> of file <a class="el" href="_bus_8h_source.html">Bus.h</a>.</p> +<div class="textblock"><p><a class="el" href="class_node.html" title="Node of a control element. This class manages the user interaction with the connection and control el...">Node</a> for power elements. All others power elements are connected through this. </p> +<dl class="section author"><dt>Author</dt><dd>Thales Lima Oliveira <a href="#" onclick="location.href='mai'+'lto:'+'tha'+'le'+'s@u'+'fu'+'.br'; return false;">thale<span style="display: none;">.nosp@m.</span>s@uf<span style="display: none;">.nosp@m.</span>u.br</a> </dd></dl> +<dl class="section date"><dt>Date</dt><dd>06/10/2017 </dd></dl> + +<p class="definition">Definition at line <a class="el" href="_bus_8h_source.html#l00069">69</a> of file <a class="el" href="_bus_8h_source.html">Bus.h</a>.</p> </div><h2 class="groupheader">Member Function Documentation</h2> <a id="ab046baebe4bfe0a52905148d78f44681"></a> <h2 class="memtitle"><span class="permalink"><a href="#ab046baebe4bfe0a52905148d78f44681">◆ </a></span>AddParent()</h2> @@ -555,7 +563,7 @@ Additional Inherited Members</h2></td></tr> <p>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. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> - <tr><td class="paramname">parent</td><td><a class="el" href="class_element.html">Element</a> parent. </td></tr> + <tr><td class="paramname">parent</td><td><a class="el" href="class_element.html" title="Base class of all elements of the program. This class is responsible for manage graphical and his dat...">Element</a> parent. </td></tr> <tr><td class="paramname">position</td><td><a class="el" href="class_node.html" title="Node of a control element. This class manages the user interaction with the connection and control el...">Node</a> position in the parent. </td></tr> </table> </dd> @@ -563,7 +571,7 @@ Additional Inherited Members</h2></td></tr> <p>Reimplemented from <a class="el" href="class_element.html#a569178e9138490a981511a644536c0f9">Element</a>.</p> -<p class="definition">Definition at line <a class="el" href="_bus_8h_source.html#l00070">70</a> of file <a class="el" href="_bus_8h_source.html">Bus.h</a>.</p> +<p class="definition">Definition at line <a class="el" href="_bus_8h_source.html#l00077">77</a> of file <a class="el" href="_bus_8h_source.html">Bus.h</a>.</p> </div> </div> @@ -1019,7 +1027,7 @@ Additional Inherited Members</h2></td></tr> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">parent</td><td>Form parent </td></tr> - <tr><td class="paramname">element</td><td><a class="el" href="class_element.html">Element</a> that will be edited. </td></tr> + <tr><td class="paramname">element</td><td><a class="el" href="class_element.html" title="Base class of all elements of the program. This class is responsible for manage graphical and his dat...">Element</a> that will be edited. </td></tr> </table> </dd> </dl> |