Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions | ![]() |
The QMetaMember class provides meta data about a member function. More...
#include <QMetaMember>
The QMetaMember class provides meta data about a member function.
A QMetaMember has a memberType(), a signature(), a list of parameterTypes() and parameterNames(), a return typeName(), a tag(), and an access() specifier.
QMetaMember::Compatibility | |
QMetaMember::Cloned | |
QMetaMember::Scriptable |
QMetaMember::Method | |
QMetaMember::Signal | |
QMetaMember::Slot |
Returns the access specification of this member: private, protected, or public. Signals are always protected.
Returns the type of this member: Signal, Slot, or Method.
Returns a list of parameter names.
Returns a list of parameter types.
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-tp2 |