|
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>TB10.1 Example Applications: CLocaleSettings 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.3 --> |
|
8 <h1>CLocaleSettings Class Reference</h1><!-- doxytag: class="CLocaleSettings" --> |
|
9 <p> |
|
10 <a href="class_c_locale_settings-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> |
|
11 <tr><td></td></tr> |
|
12 <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> |
|
13 <tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_locale_settings.html#f80c0b0fe569d5d7edea2629304a9059">~CLocaleSettings</a> ()</td></tr> |
|
14 |
|
15 <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_locale_settings.html#082c035077dc80e2d8668568234fbbf3">DisplayLocaleSettings</a> ()</td></tr> |
|
16 |
|
17 <tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr> |
|
18 <tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="class_c_locale_settings.html">CLocaleSettings</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_locale_settings.html#ddd65d460422ee02045471178b6ac466">NewL</a> (TDesC16 &aLocaleDLLName, CConsoleBase *aConsole)</td></tr> |
|
19 |
|
20 </table> |
|
21 <hr><a name="_details"></a><h2>Detailed Description</h2> |
|
22 This class stores the locale settings of a locale DLL. It also defines functions to display these settings. <dl class="see" compact><dt><b>See also:</b></dt><dd>TExtendedLocale. <p> |
|
23 TLocale. </dd></dl> |
|
24 |
|
25 <p>Definition at line <a class="el" href="localeupdate_8h-source.html#l00037">37</a> of file <a class="el" href="localeupdate_8h-source.html">localeupdate.h</a>.</p> |
|
26 <hr><h2>Constructor & Destructor Documentation</h2> |
|
27 <a class="anchor" name="f80c0b0fe569d5d7edea2629304a9059"></a><!-- doxytag: member="CLocaleSettings::~CLocaleSettings" ref="f80c0b0fe569d5d7edea2629304a9059" args="()" --> |
|
28 <div class="memitem"> |
|
29 <div class="memproto"> |
|
30 <table class="memname"> |
|
31 <tr> |
|
32 <td class="memname">CLocaleSettings::~CLocaleSettings </td> |
|
33 <td>(</td> |
|
34 <td class="paramname"> </td> |
|
35 <td> ) </td> |
|
36 <td width="100%"></td> |
|
37 </tr> |
|
38 </table> |
|
39 </div> |
|
40 <div class="memdoc"> |
|
41 |
|
42 <p> |
|
43 Destructor. |
|
44 <p>Definition at line <a class="el" href="localeupdate_8cpp-source.html#l00236">236</a> of file <a class="el" href="localeupdate_8cpp-source.html">localeupdate.cpp</a>.</p> |
|
45 |
|
46 </div> |
|
47 </div><p> |
|
48 <hr><h2>Member Function Documentation</h2> |
|
49 <a class="anchor" name="ddd65d460422ee02045471178b6ac466"></a><!-- doxytag: member="CLocaleSettings::NewL" ref="ddd65d460422ee02045471178b6ac466" args="(TDesC16 &aLocaleDLLName, CConsoleBase *aConsole)" --> |
|
50 <div class="memitem"> |
|
51 <div class="memproto"> |
|
52 <table class="memname"> |
|
53 <tr> |
|
54 <td class="memname"><a class="el" href="class_c_locale_settings.html">CLocaleSettings</a> * CLocaleSettings::NewL </td> |
|
55 <td>(</td> |
|
56 <td class="paramtype">TDesC16 & </td> |
|
57 <td class="paramname"> <em>aLocaleDLLName</em>, </td> |
|
58 </tr> |
|
59 <tr> |
|
60 <td class="paramkey"></td> |
|
61 <td></td> |
|
62 <td class="paramtype">CConsoleBase * </td> |
|
63 <td class="paramname"> <em>aConsole</em></td><td> </td> |
|
64 </tr> |
|
65 <tr> |
|
66 <td></td> |
|
67 <td>)</td> |
|
68 <td></td><td></td><td width="100%"><code> [static]</code></td> |
|
69 </tr> |
|
70 </table> |
|
71 </div> |
|
72 <div class="memdoc"> |
|
73 |
|
74 <p> |
|
75 Creates an object of the <a class="el" href="class_c_locale_settings.html">CLocaleSettings</a> class and returns a pointer to it. <dl compact><dt><b>Parameters:</b></dt><dd> |
|
76 <table border="0" cellspacing="2" cellpadding="0"> |
|
77 <tr><td valign="top"></td><td valign="top"><em>aLocaleDLLName</em> </td><td>The descriptor containing the name of the locale DLL. </td></tr> |
|
78 <tr><td valign="top"></td><td valign="top"><em>aConsole</em> </td><td>The console interface. </td></tr> |
|
79 </table> |
|
80 </dl> |
|
81 <dl class="return" compact><dt><b>Returns:</b></dt><dd>A pointer to an object of the <a class="el" href="class_c_locale_settings.html">CLocaleSettings</a> class. </dd></dl> |
|
82 |
|
83 <p>Definition at line <a class="el" href="localeupdate_8cpp-source.html#l00038">38</a> of file <a class="el" href="localeupdate_8cpp-source.html">localeupdate.cpp</a>.</p> |
|
84 |
|
85 </div> |
|
86 </div><p> |
|
87 <a class="anchor" name="082c035077dc80e2d8668568234fbbf3"></a><!-- doxytag: member="CLocaleSettings::DisplayLocaleSettings" ref="082c035077dc80e2d8668568234fbbf3" args="()" --> |
|
88 <div class="memitem"> |
|
89 <div class="memproto"> |
|
90 <table class="memname"> |
|
91 <tr> |
|
92 <td class="memname">void CLocaleSettings::DisplayLocaleSettings </td> |
|
93 <td>(</td> |
|
94 <td class="paramname"> </td> |
|
95 <td> ) </td> |
|
96 <td width="100%"></td> |
|
97 </tr> |
|
98 </table> |
|
99 </div> |
|
100 <div class="memdoc"> |
|
101 |
|
102 <p> |
|
103 Prints all locale settings of the locale DLL. |
|
104 <p>Definition at line <a class="el" href="localeupdate_8cpp-source.html#l00108">108</a> of file <a class="el" href="localeupdate_8cpp-source.html">localeupdate.cpp</a>.</p> |
|
105 |
|
106 </div> |
|
107 </div><p> |
|
108 <hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 21 10:33:06 2010 for TB10.1 Example Applications by |
|
109 <a href="http://www.doxygen.org/index.html"> |
|
110 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address> |
|
111 </body> |
|
112 </html> |