root/doc/html/classbdm_1_1UIbuilder.html @ 275

Revision 275, 6.8 kB (checked in by smidl, 16 years ago)

doc

Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3<title>mixpp: bdm::UIbuilder Class Reference</title>
4<link href="doxygen.css" rel="stylesheet" type="text/css">
5<link href="tabs.css" rel="stylesheet" type="text/css">
6</head><body>
7<!-- Generated by Doxygen 1.5.6 -->
8<script type="text/javascript">
9<!--
10function changeDisplayState (e){
11  var num=this.id.replace(/[^[0-9]/g,'');
12  var button=this.firstChild;
13  var sectionDiv=document.getElementById('dynsection'+num);
14  if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){
15    sectionDiv.style.display='block';
16    button.src='open.gif';
17  }else{
18    sectionDiv.style.display='none';
19    button.src='closed.gif';
20  }
21}
22function initDynSections(){
23  var divs=document.getElementsByTagName('div');
24  var sectionCounter=1;
25  for(var i=0;i<divs.length-1;i++){
26    if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){
27      var header=divs[i];
28      var section=divs[i+1];
29      var button=header.firstChild;
30      if (button!='IMG'){
31        divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild);
32        button=document.createElement('img');
33        divs[i].insertBefore(button,divs[i].firstChild);
34      }
35      header.style.cursor='pointer';
36      header.onclick=changeDisplayState;
37      header.id='dynheader'+sectionCounter;
38      button.src='closed.gif';
39      section.id='dynsection'+sectionCounter;
40      section.style.display='none';
41      section.style.marginLeft='14px';
42      sectionCounter++;
43    }
44  }
45}
46window.onload = initDynSections;
47-->
48</script>
49<div class="navigation" id="top">
50  <div class="tabs">
51    <ul>
52      <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
53      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
54      <li><a href="modules.html"><span>Modules</span></a></li>
55      <li class="current"><a href="classes.html"><span>Classes</span></a></li>
56      <li><a href="files.html"><span>Files</span></a></li>
57    </ul>
58  </div>
59  <div class="tabs">
60    <ul>
61      <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
62      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
63      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
64      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
65    </ul>
66  </div>
67  <div class="navpath"><b>bdm</b>::<a class="el" href="classbdm_1_1UIbuilder.html">UIbuilder</a>
68  </div>
69</div>
70<div class="contents">
71<h1>bdm::UIbuilder Class Reference</h1><!-- doxytag: class="bdm::UIbuilder" --><code>#include &lt;<a class="el" href="uibuilder_8h-source.html">uibuilder.h</a>&gt;</code>
72<p>
73<div class="dynheader">
74Inheritance diagram for bdm::UIbuilder:</div>
75<div class="dynsection">
76
77<p><center><img src="classbdm_1_1UIbuilder.png" usemap="#bdm::UIbuilder_map" border="0" alt=""></center>
78<map name="bdm::UIbuilder_map">
79<area href="classUIARX.html" alt="UIARX" shape="rect" coords="0,56,91,80">
80<area href="classUIArxDS.html" alt="UIArxDS" shape="rect" coords="101,56,192,80">
81<area href="classUIdirfilelog.html" alt="UIdirfilelog" shape="rect" coords="202,56,293,80">
82<area href="classUIrv.html" alt="UIrv" shape="rect" coords="303,56,394,80">
83<area href="classUIstateDS.html" alt="UIstateDS" shape="rect" coords="404,56,495,80">
84</map>
85</div>
86
87<p>
88<a href="classbdm_1_1UIbuilder-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
89Builds computational object from a UserInfo structure.
90<p>
91Return value is a pointer to the created object (memory management issue?) <table border="0" cellpadding="0" cellspacing="0">
92<tr><td></td></tr>
93<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
94<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c75103dd58395644e80f1eea886c656b"></a><!-- doxytag: member="bdm::UIbuilder::UIbuilder" ref="c75103dd58395644e80f1eea886c656b" args="(const string &amp;typ)" -->
95&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1UIbuilder.html#c75103dd58395644e80f1eea886c656b">UIbuilder</a> (const string &amp;typ)</td></tr>
96
97<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Constructor needs to be run only once macro UIREGISTER. <br></td></tr>
98<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="193cede6302669ff48dfd8ab3b7e31f8"></a><!-- doxytag: member="bdm::UIbuilder::build" ref="193cede6302669ff48dfd8ab3b7e31f8" args="(Setting &amp;S) const =0" -->
99virtual <a class="el" href="classbdm_1_1bdmroot.html">bdmroot</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1UIbuilder.html#193cede6302669ff48dfd8ab3b7e31f8">build</a> (Setting &amp;S) const =0</td></tr>
100
101<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Function building the computational object. <br></td></tr>
102<tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr>
103<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3c514c2eb6fc6a347f15c270a32ddebd"></a><!-- doxytag: member="bdm::UIbuilder::getvec" ref="3c514c2eb6fc6a347f15c270a32ddebd" args="(Setting &amp;S) const " -->
104const vec&nbsp;</td><td class="memItemRight" valign="bottom"><b>getvec</b> (Setting &amp;S) const </td></tr>
105
106<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1e78cce143622e3a0ba66af4768bc3e8"></a><!-- doxytag: member="bdm::UIbuilder::getmat" ref="1e78cce143622e3a0ba66af4768bc3e8" args="(Setting &amp;S, int ncols) const " -->
107const mat&nbsp;</td><td class="memItemRight" valign="bottom"><b>getmat</b> (Setting &amp;S, int ncols) const </td></tr>
108
109<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="950437aed29283d10346f4966011a64e"></a><!-- doxytag: member="bdm::UIbuilder::getivec" ref="950437aed29283d10346f4966011a64e" args="(Setting &amp;S) const " -->
110const ivec&nbsp;</td><td class="memItemRight" valign="bottom"><b>getivec</b> (Setting &amp;S) const </td></tr>
111
112<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="4ea1d97d81aba46dfe0e7fd416a4ad22"></a><!-- doxytag: member="bdm::UIbuilder::get_as" ref="4ea1d97d81aba46dfe0e7fd416a4ad22" args="(Setting &amp;S) const " -->
113const Array&lt; string &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><b>get_as</b> (Setting &amp;S) const </td></tr>
114
115</table>
116<hr>The documentation for this class was generated from the following file:<ul>
117<li><a class="el" href="uibuilder_8h-source.html">uibuilder.h</a></ul>
118</div>
119<hr size="1"><address style="text-align: right;"><small>Generated on Mon Feb 16 10:06:49 2009 for mixpp by&nbsp;
120<a href="http://www.doxygen.org/index.html">
121<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
122</body>
123</html>
Note: See TracBrowser for help on using the browser.