Eneboo - Documentación para desarrolladores
|
#include "quickenv.h"
#include <qvariant.h>
#include <qobject.h>
#include <qptrvector.h>
#include <qptrdict.h>
#include <qmetaobject.h>
#include "dlldefs.h"
#include <qintdict.h>
#include <qmap.h>
#include <qsclass.h>
#include <qstypes.h>
#include <qsfunction.h>
Ir al código fuente de este archivo.
Clases | |
struct | EventTarget |
struct | EventTarget::Target |
struct | QuickMetaData |
class | QuickScriptReceiver |
class | QSOT |
class | QuickScriptProperty |
struct | EventId |
class | QSWrapperSharedWatcher |
class | QSWrapperShared |
class | QSUserData |
class | QSWrapperClass |
class | QSPointerClass |
class | QSFactoryObjectProxy |
class | QSObjectConstructor |
class | QSVariantClass |
class | QuickScriptVariant |
class | QSApplicationClass |
'typedefs' | |
typedef QMap< int, EventTarget > | QuickScriptEventMap |
Funciones | |
void | stopAllTimers () |
QSObject | qsStartTimer (QSEnv *) |
void | qsKillTimer (QSEnv *) |
void | qsKillTimers (QSEnv *) |
QUICKCORE_EXPORT QObjectList * | extraChildren (QObject *o) |
Variables | |
QUICKCORE_EXPORT QValueList < QString > * | appArgs |
typedef QMap<int, EventTarget> QuickScriptEventMap |
QUICKCORE_EXPORT QObjectList* extraChildren | ( | QObject * | o | ) |
void qsKillTimer | ( | QSEnv * | ) |
void qsKillTimers | ( | QSEnv * | ) |
Start a timer that will fire in a number of milliseconds specified in the first parameter. Upon firing of the timer the function specified in the second parameter will be executed with the id of the timer as argument. Returns the id of the timer.
void stopAllTimers | ( | ) |
QUICKCORE_EXPORT QValueList<QString>* appArgs |