Fcitx
|
Register a DBus property to current DBus VTable. More...
#include <fcitx-utils/dbus/objectvtable.h>
Public Member Functions | |
ObjectVTableWritableProperty (ObjectVTableBase *vtable, std::string name, std::string signature, PropertyGetMethod getMethod, PropertySetMethod setMethod, PropertyOptions options) | |
const PropertySetMethod & | setMethod () const |
![]() | |
ObjectVTableProperty (ObjectVTableBase *vtable, std::string name, std::string signature, PropertyGetMethod getMethod, PropertyOptions options) | |
const std::string & | name () const |
const std::string & | signature () const |
bool | writable () const |
const PropertyGetMethod & | getMethod () const |
const PropertyOptions & | options () const |
Additional Inherited Members | |
![]() | |
ObjectVTableProperty (std::unique_ptr< ObjectVTablePropertyPrivate > d) | |
FCITX_DECLARE_PRIVATE (ObjectVTableProperty) | |
![]() | |
std::unique_ptr< ObjectVTablePropertyPrivate > | d_ptr |
Register a DBus property to current DBus VTable.
Usually this class should not be used directly in the code.
Definition at line 287 of file objectvtable.h.