Attribute Class

(QInputMethodEvent::Attribute)

The QInputMethodEvent::Attribute class stores an input method attribute. More...

Header: #include <Attribute>
qmake: QT += gui

Public Functions

Attribute(AttributeType typ, int s, int l, QVariant val)
Attribute(AttributeType typ, int s, int l)

Public Variables

int length
int start
QInputMethodEvent::AttributeType type
QVariant value

Detailed Description

The QInputMethodEvent::Attribute class stores an input method attribute.

Member Function Documentation

Attribute::Attribute(AttributeType typ, int s, int l, QVariant val)

Default constructs an instance of Attribute.

Attribute::Attribute(AttributeType typ, int s, int l)

Default constructs an instance of Attribute.