CopperSpice API  1.9.1
QInputMethodEvent::Attribute Class Reference

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

Public Methods

 Attribute (AttributeType xType, int xStart, int xLength, QVariant xValue)
 

Detailed Description

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

Constructor & Destructor Documentation

QInputMethodEvent::Attribute::Attribute ( AttributeType  xType,
int  xStart,
int  xLength,
QVariant  xValue 
)
inline

Constructs an input method attribute. The xType specifies the type of attribute, xStart and xLength the position, and xValue is the value of the attribute.