The following class members are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
| enum | IMState { IMCompose, IMStart, IMEnd } (obsolete) | 
This enum describes the various states of an input method.
| Constant | Value | Description | 
|---|---|---|
| QWSServer::IMCompose | 0 | Composing. | 
| QWSServer::IMStart | IMCompose | Equivalent to IMCompose. | 
| QWSServer::IMEnd | 1 | Finished composing. | 
See also QWSInputMethod::sendIMEvent().