Eneboo - Documentación para desarrolladores
|
#include "quickobjects.h"
#include <qsfunction.h>
#include <qsoperations.h>
#include <qsenv.h>
#include <qsinternal.h>
#include <qsdate_object.h>
#include "quickinterpreter.h"
#include "quickdispatchobject.h"
#include <qmainwindow.h>
#include <private/qucomextra_p.h>
#include "quickbytearrayobject.h"
#include "quickpixmapobject.h"
#include "quickcolorobject.h"
#include "quickfontobject.h"
#include "quickcoordobjects.h"
#include <qsarray_object.h>
#include <qdatetime.h>
#include <qwidgetfactory.h>
#include "../engine/qsfuncref.h"
#include <qapplication.h>
#include <qmetaobject.h>
#include <qobjectlist.h>
#include <qptrdict.h>
#include <private/qcom_p.h>
#include <private/qpluginmanager_p.h>
Clases | |
class | qs_ptr_ref |
struct | qs_method_info |
class | QSVariantShared |
class | NormalizeObject |
class | TimerObject |
'defines' | |
#define | QSA_SLOT_ARGUMENT_LIMIT 16 |
#define | VARIANT ( v.toVariant( QVariant::nameToType( t->desc() ) ) ) |
Funciones | |
QObjectList * | extraChildren (QObject *wid) |
QSObject | qsStartTimer (QSEnv *env) |
void | qsKillTimer (QSEnv *env) |
void | qsKillTimers (QSEnv *env) |
void | stopAllTimers () |
#define QSA_SLOT_ARGUMENT_LIMIT 16 |
#define VARIANT ( v.toVariant( QVariant::nameToType( t->desc() ) ) ) |
QObjectList* extraChildren | ( | QObject * | wid | ) |
void qsKillTimer | ( | QSEnv * | env | ) |
void qsKillTimers | ( | QSEnv * | env | ) |
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 | ( | ) |