Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > a74ec78bdb789d910d054e3918f3f007 > files > 491

libsword1-devel-1.5.5-2mdk.ppc.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>swinputmeth.cpp Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.2.15 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; </center>
<hr><h1>swinputmeth.cpp</h1><div class="fragment"><pre>00001 
00010 <font class="preprocessor">#include &lt;swinputmeth.h&gt;</font>
00011 
<a name="l00012"></a><a class="code" href="class_s_w_input_method.html#a0">00012</a> <a class="code" href="class_s_w_input_method.html#a0">SWInputMethod::SWInputMethod</a>() {
00013    state = 0;
00014 }
00015 
00016 <font class="keywordtype">void</font> SWInputMethod::setState(<font class="keywordtype">int</font> state) {
00017    this-&gt;state = state;
00018 }
00019 
00020 <font class="keywordtype">int</font> SWInputMethod::getState() {
00021    <font class="keywordflow">return</font> state;
00022 }
00023 
00024 <font class="keywordtype">void</font> SWInputMethod::clearState() {
00025    state = 0;
00026 }
</pre></div><hr><address align="right"><small>Generated on Thu Jun 20 22:13:00 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>
</body>
</html>