MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

Obsolete Members for QWSServer

The following class members are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

Public Types

enum IMState { IMCompose, IMStart, IMEnd } (obsolete)

Member Type Documentation

enum QWSServer::IMState

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().