73 | | <h1>bdm::UIFile Class Reference</h1><!-- doxytag: class="bdm::UIFile" --> |
74 | | <p>This class serves to load and/or save user-infos into/from configuration files stored on a hard-disk. |
75 | | <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> |
| 70 | <h1>bdm::UIFile Class Reference</h1><!-- doxytag: class="bdm::UIFile" -->This class serves to load and/or save user-infos into/from configuration files stored on a hard-disk. |
| 71 | <a href="#_details">More...</a> |
| 72 | <p> |
| 73 | <code>#include <<a class="el" href="user__info_8h_source.html">user_info.h</a>></code> |
| 74 | <p> |
| 75 | |
| 76 | <p> |
| 77 | <a href="classbdm_1_1UIFile-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> |
| 78 | <tr><td></td></tr> |
| 79 | <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> |
| 80 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="77274c827f87f16bd6671df8a0cc1e33"></a><!-- doxytag: member="bdm::UIFile::UIFile" ref="77274c827f87f16bd6671df8a0cc1e33" args="()" --> |
| 81 | </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1UIFile.html#77274c827f87f16bd6671df8a0cc1e33">UIFile</a> ()</td></tr> |
| 82 | |
| 83 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Create empty file instance prepared to store Settings. <br></td></tr> |
| 84 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="56b491cf846ddd6b47198ff67bbf87e4"></a><!-- doxytag: member="bdm::UIFile::UIFile" ref="56b491cf846ddd6b47198ff67bbf87e4" args="(const string &file_name)" --> |
| 85 | </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1UIFile.html#56b491cf846ddd6b47198ff67bbf87e4">UIFile</a> (const string &file_name)</td></tr> |
| 86 | |
| 87 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Creates instance and fills it from the configuration file file_name. <br></td></tr> |
| 88 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1f8af28a0d8ef1a4956e198df0beb5ba"></a><!-- doxytag: member="bdm::UIFile::save" ref="1f8af28a0d8ef1a4956e198df0beb5ba" args="(const string &file_name)" --> |
| 89 | void </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1UIFile.html#1f8af28a0d8ef1a4956e198df0beb5ba">save</a> (const string &file_name)</td></tr> |
| 90 | |
| 91 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Save all the stored Settings into the configuration file file_name. <br></td></tr> |
| 92 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5bce10d88c71f6147d58baa8400ff61f"></a><!-- doxytag: member="bdm::UIFile::operator Setting &" ref="5bce10d88c71f6147d58baa8400ff61f" args="()" --> |
| 93 | </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1UIFile.html#5bce10d88c71f6147d58baa8400ff61f">operator Setting &</a> ()</td></tr> |
| 94 | |
| 95 | <tr><td class="mdescLeft"> </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> |
| 96 | </table> |
| 97 | <hr><a name="_details"></a><h2>Detailed Description</h2> |
| 98 | This class serves to load and/or save user-infos into/from configuration files stored on a hard-disk. |
| 99 | <p> |
| 100 | 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> |
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">"TT"</span>); |
82 | | file.save(<span class="stringliteral">"cars.cfg"</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">"cars.cfg"</span>); |
85 | | CAudi *audi = UI::build<CAudi>(file,<span class="stringliteral">"TT"</span>); |
86 | | </pre></div><p><a class="el" href="ui_page.html">User Infos and their use</a> </p> |
87 | | |
88 | | <p><code>#include <<a class="el" href="user__info_8h_source.html">user_info.h</a>></code></p> |
89 | | |
90 | | <p><a href="classbdm_1_1UIFile-members.html">List of all members.</a></p> |
91 | | <table border="0" cellpadding="0" cellspacing="0"> |
92 | | <tr><td colspan="2"><h2>Public Member Functions</h2></td></tr> |
93 | | <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a77274c827f87f16bd6671df8a0cc1e33"></a><!-- doxytag: member="bdm::UIFile::UIFile" ref="a77274c827f87f16bd6671df8a0cc1e33" args="()" --> |
94 | | </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1UIFile.html#a77274c827f87f16bd6671df8a0cc1e33">UIFile</a> ()</td></tr> |
95 | | <tr><td class="mdescLeft"> </td><td class="mdescRight">Create empty file instance prepared to store Settings. <br/></td></tr> |
96 | | <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a56b491cf846ddd6b47198ff67bbf87e4"></a><!-- doxytag: member="bdm::UIFile::UIFile" ref="a56b491cf846ddd6b47198ff67bbf87e4" args="(const string &file_name)" --> |
97 | | </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1UIFile.html#a56b491cf846ddd6b47198ff67bbf87e4">UIFile</a> (const string &file_name)</td></tr> |
98 | | <tr><td class="mdescLeft"> </td><td class="mdescRight">Creates instance and fills it from the configuration file file_name. <br/></td></tr> |
99 | | <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1f8af28a0d8ef1a4956e198df0beb5ba"></a><!-- doxytag: member="bdm::UIFile::save" ref="a1f8af28a0d8ef1a4956e198df0beb5ba" args="(const string &file_name)" --> |
100 | | void </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1UIFile.html#a1f8af28a0d8ef1a4956e198df0beb5ba">save</a> (const string &file_name)</td></tr> |
101 | | <tr><td class="mdescLeft"> </td><td class="mdescRight">Save all the stored Settings into the configuration file file_name. <br/></td></tr> |
102 | | <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5bce10d88c71f6147d58baa8400ff61f"></a><!-- doxytag: member="bdm::UIFile::operator Setting &" ref="a5bce10d88c71f6147d58baa8400ff61f" args="()" --> |
103 | | </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1UIFile.html#a5bce10d88c71f6147d58baa8400ff61f">operator Setting &</a> ()</td></tr> |
104 | | <tr><td class="mdescLeft"> </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> |
105 | | </table> |
106 | | <hr/>The documentation for this class was generated from the following files:<ul> |
107 | | <li><a class="el" href="user__info_8h_source.html">user_info.h</a></li> |
108 | | <li>user_info.cpp</li> |
109 | | </ul> |
| 102 | <a class="code" href="classbdm_1_1UIFile.html#77274c827f87f16bd6671df8a0cc1e33" title="Create empty file instance prepared to store Settings.">UIFile</a> file; |
| 103 | <a class="code" href="classbdm_1_1UIFile.html#1f8af28a0d8ef1a4956e198df0beb5ba" title="Save all the stored Settings into the configuration file file_name.">UI::save</a>( audi, file, <span class="stringliteral">"TT"</span>); |
| 104 | file.save(<span class="stringliteral">"cars.cfg"</span>); |
| 105 | </pre></div><p> |
| 106 | In the other way round, when loading object from a configuration file, the appropriate code looks like this:<p> |
| 107 | <div class="fragment"><pre class="fragment"> <a class="code" href="classbdm_1_1UIFile.html#77274c827f87f16bd6671df8a0cc1e33" title="Create empty file instance prepared to store Settings.">UIFile</a> file(<span class="stringliteral">"cars.cfg"</span>); |
| 108 | CAudi *audi = UI::build<CAudi>(file,<span class="stringliteral">"TT"</span>); |
| 109 | </pre></div><p> |
| 110 | <a class="el" href="ui_page.html">User Infos and their use</a> <hr>The documentation for this class was generated from the following files:<ul> |
| 111 | <li><a class="el" href="user__info_8h_source.html">user_info.h</a><li>user_info.cpp</ul> |