Show
Ignore:
Timestamp:
09/13/09 23:15:31 (15 years ago)
Author:
smidl
Message:

doc, sorted related pages

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/doc/html/classbdm_1_1UIFile.html

    r614 r616  
    7474<p>This class serves to load and/or save user-infos into/from configuration files stored on a hard-disk.   
    7575<a href="#_details">More...</a></p> 
     76<hr/><a name="_details"></a><h2>Detailed Description</h2> 
     77<p>This class serves to load and/or save user-infos into/from configuration files stored on a hard-disk. </p> 
     78<p>Firstly, save some user-infos into the new <a class="el" href="classbdm_1_1UIFile.html" title="This class serves to load and/or save user-infos into/from configuration files stored...">UIFile</a> instance. Then, call the save method with a filename as its only argument:</p> 
     79<div class="fragment"><pre class="fragment">        CAudi audi; 
     80        <a class="code" href="classbdm_1_1UIFile.html#a77274c827f87f16bd6671df8a0cc1e33" title="Create empty file instance prepared to store Settings.">UIFile</a> file; 
     81        <a class="code" href="classbdm_1_1UIFile.html#a1f8af28a0d8ef1a4956e198df0beb5ba" title="Save all the stored Settings into the configuration file file_name.">UI::save</a>( audi, file, <span class="stringliteral">&quot;TT&quot;</span>); 
     82        file.save(<span class="stringliteral">&quot;cars.cfg&quot;</span>); 
     83</pre></div><p>In the other way round, when loading object from a configuration file, the appropriate code looks like this:</p> 
     84<div class="fragment"><pre class="fragment">        <a class="code" href="classbdm_1_1UIFile.html#a77274c827f87f16bd6671df8a0cc1e33" title="Create empty file instance prepared to store Settings.">UIFile</a> file(<span class="stringliteral">&quot;cars.cfg&quot;</span>); 
     85        CAudi *audi = UI::build&lt;CAudi&gt;(file,<span class="stringliteral">&quot;TT&quot;</span>); 
     86</pre></div><p><a class="el" href="ui_page.html">User Infos and their use</a> </p> 
    7687 
    7788<p><code>#include &lt;<a class="el" href="user__info_8h_source.html">user_info.h</a>&gt;</code></p> 
     
    93104<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This operator allows the ability of substituting Setting parameter by <a class="el" href="classbdm_1_1UIFile.html" title="This class serves to load and/or save user-infos into/from configuration files stored...">UIFile</a> instance. <br/></td></tr> 
    94105</table> 
    95 <hr/><a name="_details"></a><h2>Detailed Description</h2> 
    96 <p>This class serves to load and/or save user-infos into/from configuration files stored on a hard-disk. </p> 
    97 <p>Firstly, save some user-infos into the new <a class="el" href="classbdm_1_1UIFile.html" title="This class serves to load and/or save user-infos into/from configuration files stored...">UIFile</a> instance. Then, call the save method with a filename as its only argument:</p> 
    98 <div class="fragment"><pre class="fragment">        CAudi audi; 
    99         <a class="code" href="classbdm_1_1UIFile.html#a77274c827f87f16bd6671df8a0cc1e33" title="Create empty file instance prepared to store Settings.">UIFile</a> file; 
    100         <a class="code" href="classbdm_1_1UIFile.html#a1f8af28a0d8ef1a4956e198df0beb5ba" title="Save all the stored Settings into the configuration file file_name.">UI::save</a>( audi, file, <span class="stringliteral">&quot;TT&quot;</span>); 
    101         file.save(<span class="stringliteral">&quot;cars.cfg&quot;</span>); 
    102 </pre></div><p>In the other way round, when loading object from a configuration file, the appropriate code looks like this:</p> 
    103 <div class="fragment"><pre class="fragment">        <a class="code" href="classbdm_1_1UIFile.html#a77274c827f87f16bd6671df8a0cc1e33" title="Create empty file instance prepared to store Settings.">UIFile</a> file(<span class="stringliteral">&quot;cars.cfg&quot;</span>); 
    104         CAudi *audi = UI::build&lt;CAudi&gt;(file,<span class="stringliteral">&quot;TT&quot;</span>); 
    105 </pre></div><p><a class="el" href="ui_page.html">User Infos and their use</a> </p> 
    106106<hr/>The documentation for this class was generated from the following files:<ul> 
    107107<li><a class="el" href="user__info_8h_source.html">user_info.h</a></li> 
     
    109109</ul> 
    110110</div> 
    111 <hr size="1"/><address style="text-align: right;"><small>Generated on Sun Sep 13 22:40:43 2009 for mixpp by&nbsp; 
     111<hr size="1"/><address style="text-align: right;"><small>Generated on Sun Sep 13 23:08:56 2009 for mixpp by&nbsp; 
    112112<a href="http://www.doxygen.org/index.html"> 
    113113<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>