[353] | 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::Particular_UI< T > Class Template Reference</title> |
---|
| 4 | <link href="tabs.css" rel="stylesheet" type="text/css"> |
---|
| 5 | <link href="doxygen.css" rel="stylesheet" type="text/css"> |
---|
| 6 | </head><body> |
---|
| 7 | <!-- Generated by Doxygen 1.5.8 --> |
---|
| 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="annotated.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="annotated.html"><span>Class List</span></a></li> |
---|
| 62 | <li><a href="classes.html"><span>Class Index</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_1Particular__UI.html">Particular_UI</a> |
---|
| 68 | </div> |
---|
| 69 | </div> |
---|
| 70 | <div class="contents"> |
---|
| 71 | <h1>bdm::Particular_UI< T > Class Template Reference</h1><!-- doxytag: class="bdm::Particular_UI" --><!-- doxytag: inherits="bdm::UI" -->The main userinfo template class. You should derive this class whenever you need a new userinfo of a class which is compound from smaller elements (all having its own userinfo class prepared). |
---|
| 72 | <a href="#_details">More...</a> |
---|
| 73 | <p> |
---|
| 74 | <code>#include <<a class="el" href="user__info_8h-source.html">user_info.h</a>></code> |
---|
| 75 | <p> |
---|
| 76 | |
---|
| 77 | <p> |
---|
| 78 | <a href="classbdm_1_1Particular__UI-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> |
---|
| 79 | <tr><td></td></tr> |
---|
| 80 | <tr><td colspan="2"><br><h2>Static Private Member Functions</h2></td></tr> |
---|
| 81 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="792cae11679b69900ca7c7b99e5288c3"></a><!-- doxytag: member="bdm::Particular_UI::ui_error" ref="792cae11679b69900ca7c7b99e5288c3" args="(string message, const Setting &element)" --> |
---|
| 82 | static void </td><td class="memItemRight" valign="bottom"><b>ui_error</b> (string message, const Setting &element)</td></tr> |
---|
| 83 | |
---|
| 84 | <tr><td class="memTemplParams" nowrap colspan="2">template<class T > </td></tr> |
---|
| 85 | <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">static T * </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classbdm_1_1UI.html#946a134eecd2da41c36cb53a371afa57">build</a> (Setting &element, const int index)</td></tr> |
---|
| 86 | |
---|
| 87 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Prototype of a <a class="el" href="classbdm_1_1UI.html" title="UserInfo is an abstract is for internal purposes only. Use CompoundUserInfo<T>...">UI</a> builder. Return value is by the second argument since it type checking via <code>dynamic_cast</code>. <a href="#946a134eecd2da41c36cb53a371afa57"></a><br></td></tr> |
---|
| 88 | <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="98baf84be72bcbcc79c61bf4c8619252"></a><!-- doxytag: member="bdm::Particular_UI::build" ref="98baf84be72bcbcc79c61bf4c8619252" args="(Setting &element, const string &name)" --> |
---|
| 89 | template<class T > </td></tr> |
---|
| 90 | <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">static T * </td><td class="memTemplItemRight" valign="bottom"><b>build</b> (Setting &element, const string &name)</td></tr> |
---|
| 91 | |
---|
| 92 | <tr><td class="memTemplParams" nowrap colspan="2">template<class T > </td></tr> |
---|
| 93 | <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">static void </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classbdm_1_1UI.html#a86192d0fee67cc5b6f1eabe2bd0732a">save</a> (T &instance, Setting &element, const string &name="")</td></tr> |
---|
| 94 | |
---|
| 95 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="8ba9b7294f2041fd31107726ef735f78"></a><!-- doxytag: member="bdm::Particular_UI::save" ref="8ba9b7294f2041fd31107726ef735f78" args="(mat &matrix, Setting &element, const string &name="")" --> |
---|
| 96 | static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1UI.html#8ba9b7294f2041fd31107726ef735f78">save</a> (mat &matrix, Setting &element, const string &name="")</td></tr> |
---|
| 97 | |
---|
| 98 | <tr><td class="mdescLeft"> </td><td class="mdescRight">This methods tries to save a double matrix. <br></td></tr> |
---|
| 99 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1524f48ac7c08f5dc339853584c2ad9f"></a><!-- doxytag: member="bdm::Particular_UI::save" ref="1524f48ac7c08f5dc339853584c2ad9f" args="(ivec &vec, Setting &element, const string &name="")" --> |
---|
| 100 | static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1UI.html#1524f48ac7c08f5dc339853584c2ad9f">save</a> (ivec &vec, Setting &element, const string &name="")</td></tr> |
---|
| 101 | |
---|
| 102 | <tr><td class="mdescLeft"> </td><td class="mdescRight">This methods tries to save a double vec. <br></td></tr> |
---|
| 103 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="367963d85dbafd3d4d3af0a5aefb161a"></a><!-- doxytag: member="bdm::Particular_UI::save" ref="367963d85dbafd3d4d3af0a5aefb161a" args="(Array< string > &string_array, Setting &element, const string &name="")" --> |
---|
| 104 | static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1UI.html#367963d85dbafd3d4d3af0a5aefb161a">save</a> (<a class="el" href="classitpp_1_1Array.html">Array</a>< string > &string_array, Setting &element, const string &name="")</td></tr> |
---|
| 105 | |
---|
| 106 | <tr><td class="mdescLeft"> </td><td class="mdescRight">This methods tries to save a double string_array. <br></td></tr> |
---|
| 107 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7fbba3fc8cf76b1aa297297a9cbf8f03"></a><!-- doxytag: member="bdm::Particular_UI::get" ref="7fbba3fc8cf76b1aa297297a9cbf8f03" args="(mat &matrix, const Setting &element, const string &name)" --> |
---|
| 108 | static bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1UI.html#7fbba3fc8cf76b1aa297297a9cbf8f03">get</a> (mat &matrix, const Setting &element, const string &name)</td></tr> |
---|
| 109 | |
---|
| 110 | <tr><td class="mdescLeft"> </td><td class="mdescRight">This methods tries to build a new double matrix. <br></td></tr> |
---|
| 111 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="05e62b97a2df97510af794716eb6c37a"></a><!-- doxytag: member="bdm::Particular_UI::get" ref="05e62b97a2df97510af794716eb6c37a" args="(mat &matrix, const Setting &element, const int index)" --> |
---|
| 112 | static bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1UI.html#05e62b97a2df97510af794716eb6c37a">get</a> (mat &matrix, const Setting &element, const int index)</td></tr> |
---|
| 113 | |
---|
| 114 | <tr><td class="mdescLeft"> </td><td class="mdescRight">This methods tries to build a new double matrix. <br></td></tr> |
---|
| 115 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="0eab3627b6a14b932ebde0e5a3d9cad4"></a><!-- doxytag: member="bdm::Particular_UI::get" ref="0eab3627b6a14b932ebde0e5a3d9cad4" args="(ivec &vec, const Setting &element, const string &name)" --> |
---|
| 116 | static bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1UI.html#0eab3627b6a14b932ebde0e5a3d9cad4">get</a> (ivec &vec, const Setting &element, const string &name)</td></tr> |
---|
| 117 | |
---|
| 118 | <tr><td class="mdescLeft"> </td><td class="mdescRight">This methods tries to build a new double vec. <br></td></tr> |
---|
| 119 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="de1ff787bb1c2fe8b000189d435575af"></a><!-- doxytag: member="bdm::Particular_UI::get" ref="de1ff787bb1c2fe8b000189d435575af" args="(ivec &vec, const Setting &element, const int index)" --> |
---|
| 120 | static bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1UI.html#de1ff787bb1c2fe8b000189d435575af">get</a> (ivec &vec, const Setting &element, const int index)</td></tr> |
---|
| 121 | |
---|
| 122 | <tr><td class="mdescLeft"> </td><td class="mdescRight">This methods tries to build a new double vec. <br></td></tr> |
---|
| 123 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="990baf528b3a87609475ce91931b2a99"></a><!-- doxytag: member="bdm::Particular_UI::get" ref="990baf528b3a87609475ce91931b2a99" args="(Array< string > &string_array, const Setting &element, const string &name)" --> |
---|
| 124 | static bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1UI.html#990baf528b3a87609475ce91931b2a99">get</a> (<a class="el" href="classitpp_1_1Array.html">Array</a>< string > &string_array, const Setting &element, const string &name)</td></tr> |
---|
| 125 | |
---|
| 126 | <tr><td class="mdescLeft"> </td><td class="mdescRight">This methods tries to build a new double string_array. <br></td></tr> |
---|
| 127 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3b6f3d40865e53e7adf7da95e11bc776"></a><!-- doxytag: member="bdm::Particular_UI::get" ref="3b6f3d40865e53e7adf7da95e11bc776" args="(Array< string > &string_array, const Setting &element, const int index)" --> |
---|
| 128 | static bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1UI.html#3b6f3d40865e53e7adf7da95e11bc776">get</a> (<a class="el" href="classitpp_1_1Array.html">Array</a>< string > &string_array, const Setting &element, const int index)</td></tr> |
---|
| 129 | |
---|
| 130 | <tr><td class="mdescLeft"> </td><td class="mdescRight">This methods tries to build a new double string_array. <br></td></tr> |
---|
| 131 | </table> |
---|
| 132 | <hr><a name="_details"></a><h2>Detailed Description</h2> |
---|
| 133 | <h3>template<typename T><br> |
---|
| 134 | class bdm::Particular_UI< T ></h3> |
---|
| 135 | |
---|
| 136 | The main userinfo template class. You should derive this class whenever you need a new userinfo of a class which is compound from smaller elements (all having its own userinfo class prepared). <hr>The documentation for this class was generated from the following file:<ul> |
---|
| 137 | <li><a class="el" href="user__info_8h-source.html">user_info.h</a></ul> |
---|
| 138 | </div> |
---|
| 139 | <hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 2 10:02:18 2009 for mixpp by |
---|
| 140 | <a href="http://www.doxygen.org/index.html"> |
---|
| 141 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> |
---|
| 142 | </body> |
---|
| 143 | </html> |
---|