![]() |
Qt 4.8
|
The QInputMethodEvent::Attribute class stores an input method attribute. More...
#include <qevent.h>
Public Functions | |
| Attribute (AttributeType t, int s, int l, QVariant val) | |
| Constructs an input method attribute. More... | |
Public Variables | |
| int | length |
| int | start |
| AttributeType | type |
| QVariant | value |
The QInputMethodEvent::Attribute class stores an input method attribute.
|
inline |
| int QInputMethodEvent::Attribute::length |
Definition at line 447 of file qevent.h.
Referenced by QTextControlPrivate::inputMethodEvent(), QLineControl::processInputMethodEvent(), and QWSServer::sendIMEvent().
| int QInputMethodEvent::Attribute::start |
Definition at line 446 of file qevent.h.
Referenced by QTextControlPrivate::inputMethodEvent(), QLineControl::processInputMethodEvent(), and QWSServer::sendIMEvent().
| AttributeType QInputMethodEvent::Attribute::type |
Definition at line 444 of file qevent.h.
Referenced by QTextControlPrivate::inputMethodEvent(), QLineControl::processInputMethodEvent(), and QWSServer::sendIMEvent().
| QVariant QInputMethodEvent::Attribute::value |
Definition at line 448 of file qevent.h.
Referenced by QTextControlPrivate::inputMethodEvent(), QLineControl::processInputMethodEvent(), and QWSServer::sendIMEvent().