Metadata entry describing a signal on an ObjectBase-derived class. More...
#include <objectbase.h>
Public Member Functions | |
| SignalMeta (const MetaInfo &m, const char *n) | |
| Constructs a SignalMeta and registers it with the given MetaInfo. | |
| const char * | name () const |
| Returns the signal prototype string. | |
Metadata entry describing a signal on an ObjectBase-derived class.
Constructs a SignalMeta and registers it with the given MetaInfo.
| m | The MetaInfo of the owning class. |
| n | The signal prototype string. |