Show
Ignore:
Timestamp:
08/05/09 00:16:53 (16 years ago)
Author:
mido
Message:

obnovena dokumentace, vcetne pridani mnoha novych doc-souboru do svn

Files:
1 modified

Legend:

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

    r401 r472  
    55<link href="doxygen.css" rel="stylesheet" type="text/css"> 
    66</head><body> 
    7 <!-- Generated by Doxygen 1.5.8 --> 
     7<!-- Generated by Doxygen 1.5.9 --> 
    88<script type="text/javascript"> 
    99<!-- 
     
    5252      <li><a href="main.html"><span>Main&nbsp;Page</span></a></li> 
    5353      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> 
    54       <li><a href="modules.html"><span>Modules</span></a></li> 
    5554      <li><a href="annotated.html"><span>Classes</span></a></li> 
    5655      <li class="current"><a href="files.html"><span>Files</span></a></li> 
     
    6564</div> 
    6665<div class="contents"> 
    67 <h1>user_info.h File Reference</h1>UI (user info) class for loading/saving objects from/to configuration files. It is designed with use of libconfig C/C++ Configuration File Library 
     66<h1>user_info.h File Reference</h1>UI (user info) class for loading/saving objects from/to configuration files. It is designed with use of libconfig C/C++ Configuration File Library <a class="el" href="ui_page.html">User Infos and their use</a> 
    6867<a href="#_details">More...</a> 
    6968<p> 
     
    7473<code>#include &lt;stdexcept&gt;</code><br> 
    7574<code>#include &quot;libconfig/libconfig.h++&quot;</code><br> 
    76 <code>#include &quot;<a class="el" href="bdmroot_8h-source.html">../bdmroot.h</a>&quot;</code><br> 
     75<code>#include &quot;<a class="el" href="bdmroot_8h_source.html">../bdmroot.h</a>&quot;</code><br> 
    7776<code>#include &quot;itpp/itbase.h&quot;</code><br> 
    7877 
    7978<p> 
    80 <a href="user__info_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> 
     79<a href="user__info_8h_source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> 
    8180<tr><td></td></tr> 
    8281<tr><td colspan="2"><br><h2>Classes</h2></td></tr> 
    8382<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1UIException.html">bdm::UIException</a></td></tr> 
    8483 
    85 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Exception prepared for reporting user-info errors which are always related to some concrete Setting path.  <a href="classbdm_1_1UIException.html#_details">More...</a><br></td></tr> 
    8684<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1UIFile.html">bdm::UIFile</a></td></tr> 
    8785 
     
    9290<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1UI.html">bdm::UI</a></td></tr> 
    9391 
    94 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classbdm_1_1UI.html" title="UI is an abstract class and it is intended for internal purposes only.">UI</a> is an abstract class and it is intended for internal purposes only.  <a href="classbdm_1_1UI.html#_details">More...</a><br></td></tr> 
    95 <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><b>bdm::UI::UI::MappedUI</b></td></tr> 
     92<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classbdm_1_1UI.html" title="UI is an abstract class which collects all the auxiliary functions useful to prepare...">UI</a> is an abstract class which collects all the auxiliary functions useful to prepare some concrete user-infos.  <a href="classbdm_1_1UI.html#_details">More...</a><br></td></tr> 
     93<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><b>bdm::UI::MappedUI</b></td></tr> 
    9694 
    9795<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1ParticularUI.html">bdm::ParticularUI&lt; T &gt;</a></td></tr> 
    9896 
    99 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The only <a class="el" href="classbdm_1_1UI.html" title="UI is an abstract class and it is intended for internal purposes only.">UI</a> descendant class which is not intended for direct use. It should be accessed within the <a class="el" href="user__info_8h.html#4f9de2f17e844047726487b99def99c6" title="Macro for registration of class into map of user-infos, registered class is scriptable...">UIREGISTER</a> macro only.  <a href="classbdm_1_1ParticularUI.html#_details">More...</a><br></td></tr> 
    10097<tr><td colspan="2"><br><h2>Defines</h2></td></tr> 
    10198<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="user__info_8h.html#4f9de2f17e844047726487b99def99c6">UIREGISTER</a>(class_name)&nbsp;&nbsp;&nbsp;template&lt;&gt; const ParticularUI&lt;class_name&gt;&amp; ParticularUI&lt;class_name&gt;::factory = ParticularUI&lt;class_name&gt;(#class_name)</td></tr> 
     
    103100<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Macro for registration of class into map of user-infos, registered class is scriptable using UI static methods.  <a href="#4f9de2f17e844047726487b99def99c6"></a><br></td></tr> 
    104101</table> 
    105 <hr><a name="_details"></a><h2>Detailed Description</h2> 
    106 UI (user info) class for loading/saving objects from/to configuration files. It is designed with use of libconfig C/C++ Configuration File Library.  
     102<hr><h2>Detailed Description</h2> 
     103UI (user info) class for loading/saving objects from/to configuration files. It is designed with use of libconfig C/C++ Configuration File Library <a class="el" href="ui_page.html">User Infos and their use</a>.  
    107104<p> 
    108105<dl class="author" compact><dt><b>Author:</b></dt><dd>Vaclav Smidl.</dd></dl> 
     
    129126<p> 
    130127Argument <em>class_name</em> has to be a descendant of root class and also, it has to have parameterless constructor prepared. This macro should be used in header file, immediately after a class declaration.<p> 
    131 <dl class="see" compact><dt><b>See also:</b></dt><dd>TODO MODUL </dd></dl> 
    132  
     128<a class="el" href="ui_page.html">User Infos and their use</a>  
    133129</div> 
    134130</div><p> 
    135131</div> 
    136 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Jul 1 13:05:56 2009 for mixpp by&nbsp; 
     132<hr size="1"><address style="text-align: right;"><small>Generated on Wed Aug 5 00:06:50 2009 for mixpp by&nbsp; 
    137133<a href="http://www.doxygen.org/index.html"> 
    138 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> 
     134<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address> 
    139135</body> 
    140136</html>