Clases |
struct | Property |
Señales |
void | runtimeError () |
void | parseError () |
void | warning (const QString &msg, int line) |
void | runProject () |
void | stopProject () |
void | queryGlobalFunctions (QStringList &funcs) |
void | toggleDebugger (bool) |
Métodos públicos |
| QuickInterpreter (bool deb=FALSE) |
virtual | ~QuickInterpreter () |
void | addTopLevelObject (QObject *o) |
void | setTopLevelObjects (QObjectList *l) |
bool | hasTopLevelParent (QObject *o) |
QStringList | children () const |
QObjectList * | topLevelObjects () const |
bool | checkSyntax (const QString &code) |
QSArgument | execute (QObject *_this, const QString &code, const QString &scriptName) |
QSArgument | call (QObject *ctx, const QString &func, const QSList &args) |
QSArgument | call (QSObject ctx, const QString &func, const QSList &args) |
QSArgument | call (QObject *ctx, const QString &func, const QSArgumentList &args) |
void | clear () |
void | stop () |
bool | hadError () const |
void | warn (const QString &msg, int l) |
void | reinit () |
void | clearSourceIdMap () |
void | addSourceId (int id, QObject *o) |
QObject * | objectOfSourceId (int id) const |
int | sourceIdOfObject (QObject *o) const |
QString | nameOfSourceId (int id) const |
int | sourceIdOfName (const QString &name) const |
bool | queryDispatchObjects (QObject *obj, QPtrVector< QObject > &result) |
bool | queryDispatchObjects (const QCString &name, void *ptr, QPtrVector< QObject > &result) |
bool | construct (const QString &className, const QValueList< QVariant > &args, QPtrVector< QObject > &result) |
void | emitToggleDebugger (bool enable) |
QStringList | staticGlobalObjects () const |
QuickDispatchObjectFactory * | dispatchObjectFactory () const |
QSWrapperClass * | wrapperClass () const |
QSPointerClass * | pointerClass () const |
QSVariantClass * | variantClass () const |
QSMapClass * | mapClass () const |
QSPointClass * | pointClass () const |
QSSizeClass * | sizeClass () const |
QSRectClass * | rectClass () const |
QSColorClass * | colorClass () const |
QSFontClass * | fontClass () const |
QSByteArrayClass * | byteArrayClass () const |
QSPixmapClass * | pixmapClass () const |
QSApplicationClass * | applicationClass () const |
QSColorGroupClass * | colorGroupClass () const |
QSPaletteClass * | paletteClass () const |
QSObject | wrap (QObject *o) |
QSArgument | convertToArgument (const QSObject &object) |
bool | hasFunction (const QString &function) const |
bool | hasVariable (const QString &variable) const |
bool | hasClass (const QString &className) const |
QStringList | functionsOf (QSObject &obj, bool includeSignature, bool includeNative=FALSE, bool includeMemberFunctions=FALSE) const |
QStringList | classes () const |
QStringList | classesOf (QSObject &obj) const |
QStringList | variablesOf (QSObject &obj, bool includeStatic=FALSE, bool includeCustom=FALSE, bool includeMemberVariables=FALSE) const |
QSObject | object (const QString &name) const |
const QSClass * | classOf (const QSObject &obj) const |
int | uniqueId () const |
int | userDataId () const |
void | setVariable (QObject *context, const QString &name, const QSArgument &value) |
QSArgument | variable (QObject *context, const QString &name) |
Métodos públicos estáticos |
static void | enableTimers (bool b) |
static bool | timersEnabled () |
static QuickInterpreter * | fromEnv (QSEnv *e) |
static void | cleanType (QString &type) |
static void | cleanTypeRev (QString &type) |
Amigas |
class | QuickScriptObject |
class | QuickScript |
QStringList QuickInterpreter::children |
( |
| ) |
const [inline] |
Returns a list of child objects, or 0 if this object has no children.
The QObjectList class is defined in the qobjectlist.h
header file.
The first child added is the first object in the list and the last child added is the last object in the list, i.e. new children are appended at the end.
Note that the list order changes when QWidget children are raised or lowered. A widget that is raised becomes the last object in the list, and a widget that is lowered becomes the first object in the list.
- Ver también:
- child(), queryList(), parent(), insertChild(), removeChild()
Reimplementado de QObject.
La documentación para esta clase fue generada a partir de los siguientes ficheros: