![]() |
A class describing interfaces of components. More...
#include <arcsinterface.h>
Public Member Functions | |
ARCSInterface (ARCSAbstractComponent *cmp) | |
ARCSInterface (const ARCSInterface &inf) | |
QStringList | getSlots () |
QStringList | getSignals () |
bool | addSlot (QString s) |
bool | addSignal (QString s) |
bool | removeSlot (QString s) |
bool | removeSignal (QString s) |
bool | hasSignal (QString s) |
bool | hasSlot (QString s) |
void | clear () |
void | importFromComponent (ARCSAbstractComponent *cmp) |
bool | checkComponentInterface (ARCSAbstractComponent *cmp) |
void | setClassName (QString s) |
void | setBaseClass (QString s) |
QString | getClassName () |
QString | getBaseClass () |
QString | getHeaderDeclaration () |
A class describing interfaces of components.
Definition at line 42 of file arcsinterface.h.