[139] | 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: Attribute 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 | <div class="navigation" id="top"> |
---|
| 9 | <div class="tabs"> |
---|
| 10 | <ul> |
---|
| 11 | <li><a href="index.html"><span>Main Page</span></a></li> |
---|
| 12 | <li><a href="pages.html"><span>Related Pages</span></a></li> |
---|
| 13 | <li class="current"><a href="annotated.html"><span>Classes</span></a></li> |
---|
| 14 | <li><a href="files.html"><span>Files</span></a></li> |
---|
| 15 | </ul> |
---|
| 16 | </div> |
---|
| 17 | <div class="tabs"> |
---|
| 18 | <ul> |
---|
| 19 | <li><a href="annotated.html"><span>Class List</span></a></li> |
---|
| 20 | <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> |
---|
| 21 | <li><a href="functions.html"><span>Class Members</span></a></li> |
---|
| 22 | </ul> |
---|
| 23 | </div> |
---|
| 24 | </div> |
---|
| 25 | <div class="contents"> |
---|
[162] | 26 | <h1>Attribute Class Reference</h1><!-- doxytag: class="Attribute" -->Abstract class declaring general properties of a frame for data binding. |
---|
[139] | 27 | <a href="#_details">More...</a> |
---|
| 28 | <p> |
---|
| 29 | <code>#include <<a class="el" href="userinfo_8h-source.html">userinfo.h</a>></code> |
---|
| 30 | <p> |
---|
| 31 | <div class="dynheader"> |
---|
[162] | 32 | Collaboration diagram for Attribute:</div> |
---|
[139] | 33 | <div class="dynsection"> |
---|
[162] | 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> |
---|
[139] | 37 | <center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div> |
---|
| 38 | |
---|
| 39 | <p> |
---|
| 40 | <a href="classAttribute-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> |
---|
| 41 | <tr><td></td></tr> |
---|
| 42 | <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> |
---|
[162] | 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 | </td><td class="memItemRight" valign="bottom"><a class="el" href="classAttribute.html#4c4c80e6b59e3356324ef02d0e92d813">Attribute</a> (string attributeName)</td></tr> |
---|
[139] | 45 | |
---|
[162] | 46 | <tr><td class="mdescLeft"> </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 &element) const " --> |
---|
| 48 | string & </td><td class="memItemRight" valign="bottom"><a class="el" href="classAttribute.html#6ebbcaaf9c90a979e645f469e02bb940">Get</a> (DOMElement &element) const </td></tr> |
---|
[139] | 49 | |
---|
[162] | 50 | <tr><td class="mdescLeft"> </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 &element, const string &str) const " --> |
---|
| 52 | void </td><td class="memItemRight" valign="bottom"><a class="el" href="classAttribute.html#e011d84e2e3c40390807a8b8e58e3c35">Set</a> (DOMElement &element, const string &<a class="el" href="classstr.html">str</a>) const </td></tr> |
---|
[139] | 53 | |
---|
[162] | 54 | <tr><td class="mdescLeft"> </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="" --> |
---|
| 57 | static const <a class="el" href="classAttribute.html">Attribute</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classAttribute.html#d6474fd976f505e70e10c497199c6770">help</a></td></tr> |
---|
[139] | 58 | |
---|
[162] | 59 | <tr><td class="mdescLeft"> </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="" --> |
---|
| 61 | static const <a class="el" href="classAttribute.html">Attribute</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classAttribute.html#5f6cce980606fa8943857204aacb5478">type</a></td></tr> |
---|
[139] | 62 | |
---|
[162] | 63 | <tr><td class="mdescLeft"> </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="" --> |
---|
| 65 | static const <a class="el" href="classAttribute.html">Attribute</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classAttribute.html#452441da4ebfda23cdc668943ffe8da7">value</a></td></tr> |
---|
[139] | 66 | |
---|
[162] | 67 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Static member, a constant instance related to the attribute named 'value'. <br></td></tr> |
---|
[139] | 68 | </table> |
---|
| 69 | <hr><a name="_details"></a><h2>Detailed Description</h2> |
---|
[162] | 70 | Abstract class declaring general properties of a frame for data binding. <hr>The documentation for this class was generated from the following files:<ul> |
---|
[145] | 71 | <li>work/git/mixpp/bdm/<a class="el" href="userinfo_8h-source.html">userinfo.h</a><li>work/git/mixpp/bdm/userinfo.cpp</ul> |
---|
[139] | 72 | </div> |
---|
[180] | 73 | <hr size="1"><address style="text-align: right;"><small>Generated on Thu Oct 9 21:26:35 2008 for mixpp by |
---|
[139] | 74 | <a href="http://www.doxygen.org/index.html"> |
---|
| 75 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address> |
---|
| 76 | </body> |
---|
| 77 | </html> |
---|