QInputMethodEvent::Attribute Class Reference

#include <qevent.h>

Collaboration diagram for QInputMethodEvent::Attribute:

Collaboration graph
[legend]
List of all members.

Detailed Description

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

Definition at line 399 of file qevent.h.

Public Member Functions

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

Public Attributes

AttributeType type
int start
int length
QVariant value


Constructor & Destructor Documentation

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 401 of file qevent.h.

00401 : type(t), start(s), length(l), value(val) {}


Member Data Documentation

AttributeType QInputMethodEvent::Attribute::type

Definition at line 402 of file qevent.h.

int QInputMethodEvent::Attribute::start

Definition at line 404 of file qevent.h.

int QInputMethodEvent::Attribute::length

Definition at line 405 of file qevent.h.

QVariant QInputMethodEvent::Attribute::value

Definition at line 406 of file qevent.h.


The documentation for this class was generated from the following files:
Generated on Thu Mar 15 18:04:13 2007 for Qt 4.2 User's Guide by  doxygen 1.5.1