ibus-qt 1.3.4
|
Public Member Functions | |
Attribute (uint type=0, uint value=0, uint start=0, uint end=0) | |
virtual bool | serialize (QDBusArgument &argument) |
virtual bool | deserialize (const QDBusArgument &argument) |
uint | type (void) const |
uint | value (void) const |
uint | start (void) const |
uint | end (void) const |
uint | length (void) const |
![]() | |
void | setAttachment (const QString &key, const SerializablePointer &value) |
SerializablePointer | getAttachment (const QString &key) const |
SerializablePointer | removeAttachment (const QString &key) |
![]() | |
virtual | ~Object () |
Destructor of Object. | |
virtual void | destroy () |
Destroy the object. | |
Protected Attributes | |
uint | m_type |
uint | m_value |
uint | m_start |
uint | m_end |
Additional Inherited Members | |
![]() | |
static void | registerObject (const QString &name, NewInstanceFunc _new) |
static void | unregisterObject (const QString &name) |
|
virtual |
Reimplemented from IBus::Serializable.
|
virtual |
Reimplemented from IBus::Serializable.