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 | <!-- |
---|
10 | function 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 | } |
---|
22 | function 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 | } |
---|
46 | window.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 Page</span></a></li> |
---|
53 | <li><a href="pages.html"><span>Related 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 List</span></a></li> |
---|
62 | <li><a href="annotated.html"><span>Class List</span></a></li> |
---|
63 | <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> |
---|
64 | <li><a href="functions.html"><span>Class 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 <<a class="el" href="uibuilder_8h-source.html">uibuilder.h</a>></code> |
---|
72 | <p> |
---|
73 | <div class="dynheader"> |
---|
74 | Inheritance 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="classUIpmsmDS.html" alt="UIpmsmDS" shape="rect" coords="303,56,394,80"> |
---|
83 | <area href="classUIrv.html" alt="UIrv" shape="rect" coords="404,56,495,80"> |
---|
84 | <area href="classUIstateDS.html" alt="UIstateDS" shape="rect" coords="505,56,596,80"> |
---|
85 | </map> |
---|
86 | </div> |
---|
87 | |
---|
88 | <p> |
---|
89 | <a href="classbdm_1_1UIbuilder-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2> |
---|
90 | Builds computational object from a UserInfo structure. |
---|
91 | <p> |
---|
92 | Return value is a pointer to the created object (memory management issue?) <table border="0" cellpadding="0" cellspacing="0"> |
---|
93 | <tr><td></td></tr> |
---|
94 | <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> |
---|
95 | <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 &typ)" --> |
---|
96 | </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1UIbuilder.html#c75103dd58395644e80f1eea886c656b">UIbuilder</a> (const string &typ)</td></tr> |
---|
97 | |
---|
98 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Constructor needs to be run only once macro UIREGISTER. <br></td></tr> |
---|
99 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="193cede6302669ff48dfd8ab3b7e31f8"></a><!-- doxytag: member="bdm::UIbuilder::build" ref="193cede6302669ff48dfd8ab3b7e31f8" args="(Setting &S) const =0" --> |
---|
100 | virtual <a class="el" href="classbdm_1_1bdmroot.html">bdmroot</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1UIbuilder.html#193cede6302669ff48dfd8ab3b7e31f8">build</a> (Setting &S) const =0</td></tr> |
---|
101 | |
---|
102 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Function building the computational object. <br></td></tr> |
---|
103 | <tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr> |
---|
104 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3c514c2eb6fc6a347f15c270a32ddebd"></a><!-- doxytag: member="bdm::UIbuilder::getvec" ref="3c514c2eb6fc6a347f15c270a32ddebd" args="(Setting &S) const " --> |
---|
105 | const vec </td><td class="memItemRight" valign="bottom"><b>getvec</b> (Setting &S) const </td></tr> |
---|
106 | |
---|
107 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1e78cce143622e3a0ba66af4768bc3e8"></a><!-- doxytag: member="bdm::UIbuilder::getmat" ref="1e78cce143622e3a0ba66af4768bc3e8" args="(Setting &S, int ncols) const " --> |
---|
108 | const mat </td><td class="memItemRight" valign="bottom"><b>getmat</b> (Setting &S, int ncols) const </td></tr> |
---|
109 | |
---|
110 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="950437aed29283d10346f4966011a64e"></a><!-- doxytag: member="bdm::UIbuilder::getivec" ref="950437aed29283d10346f4966011a64e" args="(Setting &S) const " --> |
---|
111 | const ivec </td><td class="memItemRight" valign="bottom"><b>getivec</b> (Setting &S) const </td></tr> |
---|
112 | |
---|
113 | <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 &S) const " --> |
---|
114 | const Array< string > </td><td class="memItemRight" valign="bottom"><b>get_as</b> (Setting &S) const </td></tr> |
---|
115 | |
---|
116 | </table> |
---|
117 | <hr>The documentation for this class was generated from the following file:<ul> |
---|
118 | <li><a class="el" href="uibuilder_8h-source.html">uibuilder.h</a></ul> |
---|
119 | </div> |
---|
120 | <hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 18 17:39:27 2009 for mixpp by |
---|
121 | <a href="http://www.doxygen.org/index.html"> |
---|
122 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address> |
---|
123 | </body> |
---|
124 | </html> |
---|