diff options
Diffstat (limited to 'doc/api-documentation/html/swinputmeth_8h-source.html')
-rw-r--r-- | doc/api-documentation/html/swinputmeth_8h-source.html | 50 |
1 files changed, 27 insertions, 23 deletions
diff --git a/doc/api-documentation/html/swinputmeth_8h-source.html b/doc/api-documentation/html/swinputmeth_8h-source.html index 053fbc0..0013302 100644 --- a/doc/api-documentation/html/swinputmeth_8h-source.html +++ b/doc/api-documentation/html/swinputmeth_8h-source.html @@ -3,34 +3,38 @@ <title>swinputmeth.h Source File</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> </head><body> -<!-- Generated by Doxygen 1.2.15 --> +<!-- Generated by Doxygen 1.2.17 --> <center> -<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="classes.html">Alphabetical List</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Compound Members</a> </center> +<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="classes.html">Alphabetical List</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> </center> <hr><h1>swinputmeth.h</h1><div class="fragment"><pre>00001 -00010 <font class="preprocessor">#ifndef SWINPUTMETHOD_H</font> -00011 <font class="preprocessor"></font><font class="preprocessor">#define SWINPUTMETHOD_H</font> -00012 <font class="preprocessor"></font> -<a name="l00013"></a><a class="code" href="class_s_w_input_method.html">00013</a> <font class="keyword">class </font><a class="code" href="class_s_w_input_method.html">SWInputMethod</a> { -00014 -00015 <font class="keyword">private</font>: -00016 <font class="keywordtype">int</font> state; +00010 <span class="preprocessor">#ifndef SWINPUTMETHOD_H</span> +00011 <span class="preprocessor"></span><span class="preprocessor">#define SWINPUTMETHOD_H</span> +00012 <span class="preprocessor"></span> +00013 <span class="preprocessor">#include <defs.h></span> +00014 SWORD_NAMESPACE_START +00015 +00016 <span class="keyword">class </span>SWInputMethod { 00017 -00018 <font class="keyword">protected</font>: -00019 <font class="keyword">virtual</font> <font class="keywordtype">void</font> setState(<font class="keywordtype">int</font> state); +00018 <span class="keyword">private</span>: +00019 <span class="keywordtype">int</span> state; 00020 -00021 <font class="keyword">public</font>: -00022 <a class="code" href="class_s_w_input_method.html#a0">SWInputMethod</a>(); -00023 <font class="keyword">virtual</font> ~<a class="code" href="class_s_w_input_method.html">SWInputMethod</a>() {} -00024 -00025 <font class="keyword">virtual</font> <font class="keywordtype">int</font> *translate(<font class="keywordtype">char</font> in) = 0; -00026 <font class="keyword">virtual</font> <font class="keywordtype">int</font> getState(); -00027 <font class="keyword">virtual</font> <font class="keywordtype">void</font> clearState(); -00028 }; -00029 -00030 <font class="preprocessor">#endif</font> -</pre></div><hr><address align="right"><small>Generated on Thu Jun 20 22:13:00 2002 for The Sword Project by +00021 <span class="keyword">protected</span>: +00022 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setState(<span class="keywordtype">int</span> state); +00023 +00024 <span class="keyword">public</span>: +00025 SWInputMethod(); +00026 <span class="keyword">virtual</span> ~SWInputMethod() {} +00027 +00028 <span class="keyword">virtual</span> <span class="keywordtype">int</span> *translate(<span class="keywordtype">char</span> in) = 0; +00029 <span class="keyword">virtual</span> <span class="keywordtype">int</span> getState(); +00030 <span class="keyword">virtual</span> <span class="keywordtype">void</span> clearState(); +00031 }; +00032 +00033 SWORD_NAMESPACE_END +00034 <span class="preprocessor">#endif</span> +</pre></div><hr><address style="align: right;"><small>Generated on Thu Oct 31 12:11:28 2002 for The Sword Project 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.15 </small></address> +width=110 height=53></a>1.2.17 </small></address> </body> </html> |