Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

swinputmeth.cpp

00001 
00010 #include <swinputmeth.h>
00011 
00012 SWInputMethod::SWInputMethod() {
00013    state = 0;
00014 }
00015 
00016 void SWInputMethod::setState(int state) {
00017    this->state = state;
00018 }
00019 
00020 int SWInputMethod::getState() {
00021    return state;
00022 }
00023 
00024 void SWInputMethod::clearState() {
00025    state = 0;
00026 }

Generated on Thu Jun 20 22:13:00 2002 for The Sword Project by doxygen1.2.15