Enumerations | Functions
ARCS Namespace Reference

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...
 

Detailed Description

This namespace will contain some constant definitions.

Author
Jean-Yves Didier
Date
June, the 4th, 2009

Function Documentation

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.

Parameters
objectPointer on a QMetaObject from which you want to get methods
typeType of methods to return. Use QMetaMethod::Slot for slots and QMetaMethod::Signal for signals
Returns
A QStringList of method names.

Definition at line 346 of file arcsabstractcomponent.cpp.

Here is the caller graph for this function: