![]() |
Qt 6.x
The Qt SDK
|
\inmodule QtDBus More...
#include <qdbusintrospection_p.h>
Public Types | |
enum | Access { Read , Write , ReadWrite } |
\variable QDBusIntrospection::Property::name The property's name. More... | |
Public Member Functions | |
bool | operator== (const Property &other) const |
\variable QDBusIntrospection::Property::access The property's access rights. | |
Public Attributes | |
SourceLocation | location |
QString | name |
QString | type |
Access | access |
Annotations | annotations |
\inmodule QtDBus
Information about one property.
This struct represents one property discovered through introspection. A property is composed of its name, its type, its access rights, and, optionally, annotations.
Definition at line 106 of file qdbusintrospection_p.h.
\variable QDBusIntrospection::Property::name The property's name.
\variable QDBusIntrospection::Property::type The property's type.
The possible access rights for a property: \value Read \value Write \value ReadWrite
Enumerator | |
---|---|
Read | |
Write | |
ReadWrite |
Definition at line 108 of file qdbusintrospection_p.h.
|
inline |
\variable QDBusIntrospection::Property::access The property's access rights.
\variable QDBusIntrospection::Property::annotations The annotations associated with the property. Each annotation is a pair of strings, where the key is of the same format as a D-Bus interface name. The value is arbitrary.
Compares this object against other and return true if they are the same.
Definition at line 115 of file qdbusintrospection_p.h.
References other().
Access QDBusIntrospection::Property::access |
Definition at line 112 of file qdbusintrospection_p.h.
Annotations QDBusIntrospection::Property::annotations |
Definition at line 113 of file qdbusintrospection_p.h.
SourceLocation QDBusIntrospection::Property::location |
Definition at line 109 of file qdbusintrospection_p.h.
QString QDBusIntrospection::Property::name |
Definition at line 110 of file qdbusintrospection_p.h.
QString QDBusIntrospection::Property::type |
Definition at line 111 of file qdbusintrospection_p.h.