Qt 4.8
Public Functions | Public Variables | List of all members
QInputMethodEvent::Attribute Class Reference

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
 

Detailed Description

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

Definition at line 441 of file qevent.h.

Constructors and Destructors

◆ Attribute()

QInputMethodEvent::Attribute::Attribute ( AttributeType  type,
int  start,
int  length,
QVariant  value 
)
inline

Constructs an input method attribute.

type specifies the type of attribute, start and length the position of the attribute, and value the value of the attribute.

Definition at line 443 of file qevent.h.

443 : type(t), start(s), length(l), value(val) {}
ushort t
Definition: qcoreevent.h:316
QFactoryLoader * l

Properties

◆ length

int QInputMethodEvent::Attribute::length

◆ start

int QInputMethodEvent::Attribute::start

◆ type

AttributeType QInputMethodEvent::Attribute::type

◆ value

QVariant QInputMethodEvent::Attribute::value

The documentation for this class was generated from the following files: