![]() |
This namespace will contain some constant definitions. More...
Enumerations | |
enum | ARCSAppFlag { ARCS_APP_NONE, ARCS_APP_BASE, ARCS_APP_EVENT, ARCS_APP_THREAD, ARCS_APP_THREADEVENT, ARCS_APP_GUI } |
Flags to specify in which mode applications should start. More... | |
Functions | |
QStringList | getMethodList (const QMetaObject *object, QMetaMethod::MethodType type) |
Helper method for components. More... | |
This namespace will contain some constant definitions.
QStringList ARCS::getMethodList | ( | const QMetaObject * | object, |
QMetaMethod::MethodType | type | ||
) |
Helper method for components.
When the core of an ARCSAbstractComponent needs to get list of signals and slots of a QOObject, you can use this method in order to get the complete list.
object | Pointer on a QMetaObject from which you want to get methods |
type | Type of methods to return. Use QMetaMethod::Slot for slots and QMetaMethod::Signal for signals |
Definition at line 346 of file arcsabstractcomponent.cpp.