Qt 4.8
|
Information about one method. More...
#include <qdbusintrospection_p.h>
Public Functions | |
bool | operator== (const Method &other) const |
Compares this object against other and return true if they are the same. More... | |
Public Variables | |
Annotations | annotations |
The annotations associated with the method. More... | |
Arguments | inputArgs |
A list of the method's input arguments. More... | |
QString | name |
The method's name. More... | |
Arguments | outputArgs |
A list of the method's output arguments (i. More... | |
Information about one method.
This struct represents one method discovered through introspection. A method is composed of its name, its input arguments, its output arguments, and, optionally, annotations. There are no "in-out" arguments.
Definition at line 99 of file qdbusintrospection_p.h.
|
inline |
Compares this object against other and return true if they are the same.
Definition at line 106 of file qdbusintrospection_p.h.
QDBusIntrospection::Method::annotations |
The annotations associated with the method.
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.
Definition at line 104 of file qdbusintrospection_p.h.
Referenced by QDBusXmlParser::interfaces(), operator==(), and QDBusMetaObjectGenerator::parseMethods().
QDBusIntrospection::Method::inputArgs |
A list of the method's input arguments.
Definition at line 102 of file qdbusintrospection_p.h.
Referenced by QDBusXmlParser::interfaces(), operator==(), and QDBusMetaObjectGenerator::parseMethods().
QDBusIntrospection::Method::name |
The method's name.
Definition at line 101 of file qdbusintrospection_p.h.
Referenced by QDBusXmlParser::interfaces(), operator==(), and QDBusMetaObjectGenerator::parseMethods().
QDBusIntrospection::Method::outputArgs |
A list of the method's output arguments (i.
e., return values).
Definition at line 103 of file qdbusintrospection_p.h.
Referenced by QDBusXmlParser::interfaces(), operator==(), and QDBusMetaObjectGenerator::parseMethods().