![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\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 646 of file qevent.h.
Referenced by testing.tools.encode_pdf_filter._PngIdatPdfStream::write().
AttributeType QInputMethodEvent::Attribute::type |