#include <swinputmeth.h>
Public Methods | |
| SWInputMethod () | |
| Title: Description: Copyright: Copyright (c) 2001 CrossWire Bible Society under the terms of the GNU GPL Company:. More... | |
| virtual | ~SWInputMethod () |
| virtual int * | translate (char in)=0 |
| virtual int | getState () |
| virtual void | clearState () |
Protected Methods | |
| virtual void | setState (int state) |
Private Attributes | |
| int | state |
Definition at line 13 of file swinputmeth.h.
|
|
Title: Description: Copyright: Copyright (c) 2001 CrossWire Bible Society under the terms of the GNU GPL Company:.
Definition at line 12 of file swinputmeth.cpp.
00012 {
00013 state = 0;
00014 }
|
1.2.15