Show
Ignore:
Timestamp:
09/04/08 20:27:01 (16 years ago)
Author:
smidl
Message:

opravy a dokumentace

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/html/classAttribute.html

    r145 r162  
    2424</div> 
    2525<div class="contents"> 
    26 <h1>Attribute Class Reference</h1><!-- doxytag: class="Attribute" -->User Info base class 
     26<h1>Attribute Class Reference</h1><!-- doxytag: class="Attribute" -->Abstract class declaring general properties of a frame for data binding 
    2727<a href="#_details">More...</a> 
    2828<p> 
     
    3030<p> 
    3131<div class="dynheader"> 
    32 Inheritance diagram for Attribute:</div> 
     32Collaboration diagram for Attribute:</div> 
    3333<div class="dynsection"> 
    34 <p><center><img src="classAttribute__inherit__graph.png" border="0" usemap="#Attribute__inherit__map" alt="Inheritance graph"></center> 
    35 <map name="Attribute__inherit__map"> 
    36 <area shape="rect" href="classDoubleAttribute.html" title="Class encapsulating all the necessary stuff to work with the double attribute." alt="" coords="5,84,128,111"><area shape="rect" href="classIntAttribute.html" title="Class encapsulating all the necessary stuff to work with an int attribute." alt="" coords="152,84,245,111"><area shape="rect" href="classStringAttribute.html" title="Class encapsulating all the necessary stuff to work with a string attribute." alt="" coords="269,84,384,111"></map> 
     34<p><center><img src="classAttribute__coll__graph.png" border="0" usemap="#Attribute__coll__map" alt="Collaboration graph"></center> 
     35<map name="Attribute__coll__map"> 
     36<area shape="rect" href="classAssertXercesIsAlive.html" title="Class initializing Xerces library." alt="" coords="5,7,149,33"></map> 
    3737<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div> 
    3838 
     
    4040<a href="classAttribute-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> 
    4141<tr><td></td></tr> 
    42 <tr><td colspan="2"><br><h2>Public Types</h2></td></tr> 
    43 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="342750acf29e4c37d009301ef5075111"></a><!-- doxytag: member="Attribute::MappedAttributes" ref="342750acf29e4c37d009301ef5075111" args="" --> 
    44 typedef map&lt; const XMLCh <br> 
    45 *const, <a class="el" href="classAttribute.html">Attribute</a> *const, <br> 
    46 GlobalXercesConnector::Comparator &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAttribute.html#342750acf29e4c37d009301ef5075111">MappedAttributes</a></td></tr> 
     42<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> 
     43<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="4c4c80e6b59e3356324ef02d0e92d813"></a><!-- doxytag: member="Attribute::Attribute" ref="4c4c80e6b59e3356324ef02d0e92d813" args="(string attributeName)" --> 
     44&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAttribute.html#4c4c80e6b59e3356324ef02d0e92d813">Attribute</a> (string attributeName)</td></tr> 
    4745 
    48 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Type definition of mapping which transforms names to the related attributes. <br></td></tr> 
    49 <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> 
    50 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="31c94d75bbe6b2834b1ef633cb8565fb"></a><!-- doxytag: member="Attribute::Attribute" ref="31c94d75bbe6b2834b1ef633cb8565fb" args="(const string name)" --> 
    51 &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAttribute.html#31c94d75bbe6b2834b1ef633cb8565fb">Attribute</a> (const string name)</td></tr> 
     46<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Default constructor fixing a name of the related attribute. <br></td></tr> 
     47<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6ebbcaaf9c90a979e645f469e02bb940"></a><!-- doxytag: member="Attribute::Get" ref="6ebbcaaf9c90a979e645f469e02bb940" args="(DOMElement &amp;element) const " --> 
     48string &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAttribute.html#6ebbcaaf9c90a979e645f469e02bb940">Get</a> (DOMElement &amp;element) const </td></tr> 
    5249 
    53 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The only constructor which fills the transcodedName attribute. <br></td></tr> 
    54 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="28ab087bb886728670e4ae5791bc2ea8"></a><!-- doxytag: member="Attribute::~Attribute" ref="28ab087bb886728670e4ae5791bc2ea8" args="()" --> 
    55 &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAttribute.html#28ab087bb886728670e4ae5791bc2ea8">~Attribute</a> ()</td></tr> 
     50<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This method parse DOMElement, finds proper attribute and returns its value. <br></td></tr> 
     51<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="e011d84e2e3c40390807a8b8e58e3c35"></a><!-- doxytag: member="Attribute::Set" ref="e011d84e2e3c40390807a8b8e58e3c35" args="(DOMElement &amp;element, const string &amp;str) const " --> 
     52void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAttribute.html#e011d84e2e3c40390807a8b8e58e3c35">Set</a> (DOMElement &amp;element, const string &amp;<a class="el" href="classstr.html">str</a>) const </td></tr> 
    5653 
    57 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Destructor. <br></td></tr> 
    58 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="bfb68f3502af06cda0f61390526e1c2f"></a><!-- doxytag: member="Attribute::Set" ref="bfb68f3502af06cda0f61390526e1c2f" args="(const string str)=0" --> 
    59 virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAttribute.html#bfb68f3502af06cda0f61390526e1c2f">Set</a> (const string str)=0</td></tr> 
     54<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This method adds the passed string as an new attribute into the passed DOMElement. <br></td></tr> 
     55<tr><td colspan="2"><br><h2>Static Public Attributes</h2></td></tr> 
     56<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="d6474fd976f505e70e10c497199c6770"></a><!-- doxytag: member="Attribute::help" ref="d6474fd976f505e70e10c497199c6770" args="" --> 
     57static const <a class="el" href="classAttribute.html">Attribute</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAttribute.html#d6474fd976f505e70e10c497199c6770">help</a></td></tr> 
    6058 
    61 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Set accessor to this attribute converting input string into a properly-typed value. <br></td></tr> 
    62 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ebeef001a0f4176900f643f529c549b8"></a><!-- doxytag: member="Attribute::Get" ref="ebeef001a0f4176900f643f529c549b8" args="()=0" --> 
    63 virtual const string&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAttribute.html#ebeef001a0f4176900f643f529c549b8">Get</a> ()=0</td></tr> 
     59<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Static member, an instance related to an attribute named 'help'. <br></td></tr> 
     60<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5f6cce980606fa8943857204aacb5478"></a><!-- doxytag: member="Attribute::type" ref="5f6cce980606fa8943857204aacb5478" args="" --> 
     61static const <a class="el" href="classAttribute.html">Attribute</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAttribute.html#5f6cce980606fa8943857204aacb5478">type</a></td></tr> 
    6462 
    65 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Get accessor converting stored value into a string. <br></td></tr> 
    66 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="abd94a0487d662f28264f4faa214d894"></a><!-- doxytag: member="Attribute::Attach" ref="abd94a0487d662f28264f4faa214d894" args="(MappedAttributes &amp;externalAttributes)" --> 
    67 void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAttribute.html#abd94a0487d662f28264f4faa214d894">Attach</a> (<a class="el" href="classAttribute.html#342750acf29e4c37d009301ef5075111">MappedAttributes</a> &amp;externalAttributes)</td></tr> 
     63<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Static member, a constant instance related to an attribute named 'type'. <br></td></tr> 
     64<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="452441da4ebfda23cdc668943ffe8da7"></a><!-- doxytag: member="Attribute::value" ref="452441da4ebfda23cdc668943ffe8da7" args="" --> 
     65static const <a class="el" href="classAttribute.html">Attribute</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAttribute.html#452441da4ebfda23cdc668943ffe8da7">value</a></td></tr> 
    6866 
    69 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This method is the key method to connect the attribute to the related UI element. <br></td></tr> 
    70 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="387a68e5de7b1e31022022493f00cbff"></a><!-- doxytag: member="Attribute::FillAttribute" ref="387a68e5de7b1e31022022493f00cbff" args="(DOMElement &amp;element)" --> 
    71 void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAttribute.html#387a68e5de7b1e31022022493f00cbff">FillAttribute</a> (DOMElement &amp;element)</td></tr> 
    72  
    73 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This method add and DOMAttribute node to the DOMElement passed as an argument. <br></td></tr> 
     67<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Static member, a constant instance related to the attribute named 'value'. <br></td></tr> 
    7468</table> 
    7569<hr><a name="_details"></a><h2>Detailed Description</h2> 
    76 User Info base class.  
    77 <p> 
    78 This class is used to store information about parameters of an object. It support loading and saving of the information and, potentially, interaction with the user. <hr>The documentation for this class was generated from the following files:<ul> 
     70Abstract class declaring general properties of a frame for data binding. <hr>The documentation for this class was generated from the following files:<ul> 
    7971<li>work/git/mixpp/bdm/<a class="el" href="userinfo_8h-source.html">userinfo.h</a><li>work/git/mixpp/bdm/userinfo.cpp</ul> 
    8072</div> 
    81 <hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 17:22:06 2008 for mixpp by&nbsp; 
     73<hr size="1"><address style="text-align: right;"><small>Generated on Thu Sep 4 19:28:05 2008 for mixpp by&nbsp; 
    8274<a href="http://www.doxygen.org/index.html"> 
    8375<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>