Classes | Public Types | Public Member Functions

QInputMethodEvent Class Reference

Search for all occurrences

Detailed Description

Definition at line 426 of file qevent.h.

#include <qevent.h>

Inheritance diagram for QInputMethodEvent:
Inheritance graph
[legend]

List of all members.

Classes

class   Attribute

Public Types

enum   AttributeType {
  TextFormat, Cursor, Language, Ruby,
  Selection
}

Public Member Functions

  QInputMethodEvent ()
  QInputMethodEvent (const QString &preeditText, const QList< Attribute > &attributes)
void  setCommitString (const QString &commitString, int replaceFrom=0, int replaceLength=0)
const QList< Attribute > &  attributes () const
const QString preeditString () const
const QString commitString () const
int  replacementStart () const
int  replacementLength () const
  QInputMethodEvent (const QInputMethodEvent &other)

Member Enumeration Documentation


Constructor & Destructor Documentation

QInputMethodEvent ( const QString preeditText,
const QList< Attribute > &  attributes 
)
QInputMethodEvent ( const QInputMethodEvent other )

Member Function Documentation

void setCommitString ( const QString commitString,
int  replaceFrom = 0,
int  replaceLength = 0 
)
const QList<Attribute>& attributes ( ) const [inline]

Definition at line 449 of file qevent.h.

{ return attrs; }
const QString& preeditString ( ) const [inline]

Definition at line 450 of file qevent.h.

{ return preedit; }
const QString& commitString ( ) const [inline]

Definition at line 452 of file qevent.h.

{ return commit; }
int replacementStart ( ) const [inline]

Definition at line 453 of file qevent.h.

{ return replace_from; }
int replacementLength ( ) const [inline]

Definition at line 454 of file qevent.h.

{ return replace_length; }

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

QInputMethodEvent QInputMethodEvent QInputMethodEvent QInputMethodEvent QInputMethodEvent QInputMethodEvent QInputMethodEvent QInputMethodEvent QInputMethodEvent QInputMethodEvent
QInputMethodEvent QInputMethodEvent QInputMethodEvent QInputMethodEvent QInputMethodEvent QInputMethodEvent QInputMethodEvent QInputMethodEvent QInputMethodEvent QInputMethodEvent