1 #ifndef __Q_IBUS_PROPERTY_H_ 2 #define __Q_IBUS_PROPERTY_H_ 4 #include "qibusserializable.h" 5 #include "qibusproplist.h" 28 StateInconsistent = 2,
33 typedef Pointer<PropList> PropListPointer;
34 typedef Pointer<Property> PropertyPointer;
51 const PropListPointer &subProps):
56 m_sensitive(sensitive),
60 m_subProps(subProps) {}
65 virtual bool serialize (QDBusArgument &argument);
66 virtual bool deserialize (
const QDBusArgument &argument);
70 void setVisible (
bool visible);
71 void setSubProps (
const PropListPointer & props);
72 bool update (
const PropertyPointer prop);
84 PropListPointer m_subProps;
Definition: qibusattribute.cpp:3
Definition: qibusproperty.h:36
Definition: qibusserializable.h:40