📄 classwgui_1_1cconfigstore.html
字号:
<p>Referenced by <a class="el" href="wg__application_8cpp-source.html#l00163">wGui::CApplication::Init()</a>. </td> </tr></table><a name="a8" doxytag="wGui::CConfigStore::RemoveEntry"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> void wGui::CConfigStore::RemoveEntry </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">std::string </td> <td class="mdname1" valign="top" nowrap> <em>sKey</em> </td> <td class="md" valign="top">) </td> <td class="md" nowrap></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Remove a specified setting <dl compact><dt><b>Parameters: </b></dt><dd><table border=0 cellspacing=2 cellpadding=0><tr><td valign=top><em>sKey</em> </td><td>A string that identifies the entry to be removed </td></tr></table></dl><p>Definition at line <a class="el" href="wg__config__store_8cpp-source.html#l00098">98</a> of file <a class="el" href="wg__config__store_8cpp-source.html">wg_config_store.cpp</a>. </td> </tr></table><a name="a7" doxytag="wGui::CConfigStore::SetDoubleEntry"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> void wGui::CConfigStore::SetDoubleEntry </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">std::string </td> <td class="mdname" nowrap> <em>sKey</em>, </td> </tr> <tr> <td></td> <td></td> <td class="md" nowrap>double </td> <td class="mdname" nowrap> <em>dValue</em></td> </tr> <tr> <td></td> <td class="md">) </td> <td class="md" colspan="2"></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Store a setting as a double <dl compact><dt><b>Parameters: </b></dt><dd><table border=0 cellspacing=2 cellpadding=0><tr><td valign=top><em>sKey</em> </td><td>A string that identifies the entry to be stored </td></tr><tr><td valign=top><em>dValue</em> </td><td>The double value to be stored </td></tr></table></dl><p>Definition at line <a class="el" href="wg__config__store_8cpp-source.html#l00092">92</a> of file <a class="el" href="wg__config__store_8cpp-source.html">wg_config_store.cpp</a>. </td> </tr></table><a name="a6" doxytag="wGui::CConfigStore::SetLongIntEntry"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> void wGui::CConfigStore::SetLongIntEntry </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">std::string </td> <td class="mdname" nowrap> <em>sKey</em>, </td> </tr> <tr> <td></td> <td></td> <td class="md" nowrap>long int </td> <td class="mdname" nowrap> <em>lValue</em></td> </tr> <tr> <td></td> <td class="md">) </td> <td class="md" colspan="2"></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Store a setting as a long integer <dl compact><dt><b>Parameters: </b></dt><dd><table border=0 cellspacing=2 cellpadding=0><tr><td valign=top><em>sKey</em> </td><td>A string that identifies the entry to be stored </td></tr><tr><td valign=top><em>lValue</em> </td><td>The long integer value to be stored </td></tr></table></dl><p>Definition at line <a class="el" href="wg__config__store_8cpp-source.html#l00086">86</a> of file <a class="el" href="wg__config__store_8cpp-source.html">wg_config_store.cpp</a>. </td> </tr></table><a name="a5" doxytag="wGui::CConfigStore::SetStringEntry"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> void wGui::CConfigStore::SetStringEntry </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">std::string </td> <td class="mdname" nowrap> <em>sKey</em>, </td> </tr> <tr> <td></td> <td></td> <td class="md" nowrap>std::string </td> <td class="mdname" nowrap> <em>sValue</em></td> </tr> <tr> <td></td> <td class="md">) </td> <td class="md" colspan="2"></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Store a setting as a string <dl compact><dt><b>Parameters: </b></dt><dd><table border=0 cellspacing=2 cellpadding=0><tr><td valign=top><em>sKey</em> </td><td>A string that identifies the entry to be stored </td></tr><tr><td valign=top><em>sValue</em> </td><td>The string value to be stored </td></tr></table></dl><p>Definition at line <a class="el" href="wg__config__store_8cpp-source.html#l00080">80</a> of file <a class="el" href="wg__config__store_8cpp-source.html">wg_config_store.cpp</a>. </td> </tr></table><a name="a10" doxytag="wGui::CConfigStore::StoreToFile"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> void wGui::CConfigStore::StoreToFile </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">std::string </td> <td class="mdname1" valign="top" nowrap> <em>sFilename</em> </td> <td class="md" valign="top">) </td> <td class="md" nowrap> const</td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Save the settings to a file <dl compact><dt><b>Parameters: </b></dt><dd><table border=0 cellspacing=2 cellpadding=0><tr><td valign=top><em>sFilename</em> </td><td>The filename to store the settings to </td></tr></table></dl><p>Definition at line <a class="el" href="wg__config__store_8cpp-source.html#l00110">110</a> of file <a class="el" href="wg__config__store_8cpp-source.html">wg_config_store.cpp</a>. </td> </tr></table><hr>The documentation for this class was generated from the following files:<ul><li><a class="el" href="wg__config__store_8h-source.html">wg_config_store.h</a><li><a class="el" href="wg__config__store_8cpp-source.html">wg_config_store.cpp</a></ul><hr><address style="align: right;"><small>Generated on Sat Oct 25 12:43:27 2003 for wGui by<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border=0 width=110 height=53></a>1.2.18 </small></address></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -