Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions | ![]() |
The QMetaMember class provides meta data about a signal or slot member function. More...
#include <QMetaMember>
The QMetaMember class provides meta data about a signal or slot member function.
A QMetaMember has a signature(), a list of parameters(), a return typeName(), a tag(), and an access() specifier.
QMetaMember::Compatability | |
QMetaMember::Cloned |
Returns the access specification of this member: private, protected, or public. Signals are always protected.
Returns a comma-separated list of parameter names.
Returns the signature of this member.
Returns the tag associated with this member.
Returns the return type of this member, or an empty string if the return type is void.
Copyright © 2004 Trolltech. | Trademarks | Qt 4.0.0-tp1 |