Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions

QMetaMember Class Reference

The QMetaMember class provides meta data about a member function. More...

#include <QMetaMember>

Public Types

Public Functions


Detailed Description

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.


Member Type Documentation

enum QMetaMember::Attributes

QMetaMember::Compatibility 
QMetaMember::Cloned 
QMetaMember::Scriptable 

enum QMetaMember::MemberType

QMetaMember::Method 
QMetaMember::Signal 
QMetaMember::Slot 

Member Function Documentation

Access QMetaMember::access () const

Returns the access specification of this member: private, protected, or public. Signals are always protected.

MemberType QMetaMember::memberType () const

Returns the type of this member: Signal, Slot, or Method.

QList<QByteArray> QMetaMember::parameterNames () const

Returns a list of parameter names.

QList<QByteArray> QMetaMember::parameterTypes () const

Returns a list of parameter types.

const char * QMetaMember::signature () const

Returns the signature of this member.

const char * QMetaMember::tag () const

Returns the tag associated with this member.

const char * QMetaMember::typeName () const

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