![]() |
Qt 6.x
The Qt SDK
|
\inmodule QtGui More...
#include <qevent.h>
Public Member Functions | |
Attribute (AttributeType typ, int s, int l, QVariant val) | |
Constructs an input method attribute. | |
Attribute (AttributeType typ, int s, int l) | |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
Public Attributes | |
AttributeType | type |
int | start |
int | length |
QVariant | value |
\inmodule QtGui
The QInputMethodEvent::Attribute class stores an input method attribute.
|
inline |
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Constructs an input method attribute with no value. type specifies the type of attribute, and start and length the position of the attribute.
int QInputMethodEvent::Attribute::length |
Definition at line 641 of file qevent.h.
Referenced by operator<<().
int QInputMethodEvent::Attribute::start |
Definition at line 640 of file qevent.h.
Referenced by operator<<().
AttributeType QInputMethodEvent::Attribute::type |
Definition at line 639 of file qevent.h.
Referenced by operator<<().
QVariant QInputMethodEvent::Attribute::value |
Definition at line 642 of file qevent.h.
Referenced by operator<<().