|
| QFileInfoProto (QObject *parent) |
|
Q_INVOKABLE QDir | absoluteDir () const |
|
Q_INVOKABLE QString | absoluteFilePath () const |
|
Q_INVOKABLE QString | absolutePath () const |
|
QScriptValue | argument (int index) const |
|
int | argumentCount () const |
|
Q_INVOKABLE QString | baseName () const |
|
bool | blockSignals (bool block) |
|
Q_INVOKABLE QString | bundleName () const |
|
Q_INVOKABLE bool | caching () const |
|
Q_INVOKABLE QString | canonicalFilePath () const |
|
Q_INVOKABLE QString | canonicalPath () const |
|
QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
|
const QObjectList & | children () const |
|
const char * | className () const |
|
Q_INVOKABLE QString | completeBaseName () const |
|
Q_INVOKABLE QString | completeSuffix () const |
|
bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
|
QScriptContext * | context () const |
|
Q_INVOKABLE QDateTime | created () const |
|
void | deleteLater () |
|
void | destroyed (QObject *obj) |
|
Q_INVOKABLE QDir | dir () const |
|
bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
|
bool | disconnect (const QObject *receiver, const char *method) |
|
void | dumpObjectInfo () |
|
void | dumpObjectTree () |
|
QList< QByteArray > | dynamicPropertyNames () const |
|
QScriptEngine * | engine () const |
|
virtual bool | event (QEvent *e) |
|
virtual bool | eventFilter (QObject *watched, QEvent *event) |
|
Q_INVOKABLE bool | exists () const |
|
Q_INVOKABLE QString | fileName () const |
|
Q_INVOKABLE QString | filePath () const |
|
T | findChild (const QString &name) const |
|
QList< T > | findChildren (const QString &name) const |
|
QList< T > | findChildren (const QRegExp ®Exp) const |
|
Q_INVOKABLE QString | group () const |
|
Q_INVOKABLE uint | groupId () const |
|
bool | inherits (const char *className) const |
|
void | insertChild (QObject *object) |
|
void | installEventFilter (QObject *filterObj) |
|
bool | isA (const char *className) const |
|
Q_INVOKABLE bool | isAbsolute () const |
|
Q_INVOKABLE bool | isBundle () const |
|
Q_INVOKABLE bool | isDir () const |
|
Q_INVOKABLE bool | isExecutable () const |
|
Q_INVOKABLE bool | isFile () const |
|
Q_INVOKABLE bool | isHidden () const |
|
Q_INVOKABLE bool | isReadable () const |
|
Q_INVOKABLE bool | isRelative () const |
|
Q_INVOKABLE bool | isRoot () const |
|
Q_INVOKABLE bool | isSymLink () const |
|
bool | isWidgetType () const |
|
Q_INVOKABLE bool | isWritable () const |
|
void | killTimer (int id) |
|
Q_INVOKABLE QDateTime | lastModified () const |
|
Q_INVOKABLE QDateTime | lastRead () const |
|
Q_INVOKABLE bool | makeAbsolute () |
|
virtual const QMetaObject * | metaObject () const |
|
void | moveToThread (QThread *targetThread) |
|
const char * | name (const char *defaultName) const |
|
const char * | name () const |
|
QString | objectName () const |
|
Q_INVOKABLE QString | owner () const |
|
Q_INVOKABLE uint | ownerId () const |
|
QObject * | parent () const |
|
Q_INVOKABLE QString | path () const |
|
Q_INVOKABLE bool | permission (QFile::Permissions permissions) const |
|
Q_INVOKABLE QFile::Permissions | permissions () const |
|
QVariant | property (const char *name) const |
|
Q_INVOKABLE void | refresh () |
|
void | removeChild (QObject *object) |
|
void | removeEventFilter (QObject *obj) |
|
Q_INVOKABLE void | setCaching (bool enable) |
|
Q_INVOKABLE void | setFile (const QString &file) |
|
Q_INVOKABLE void | setFile (const QFile &file) |
|
Q_INVOKABLE void | setFile (const QDir &dir, const QString &file) |
|
void | setName (const char *name) |
|
void | setObjectName (const QString &name) |
|
void | setParent (QObject *parent) |
|
bool | setProperty (const char *name, const QVariant &value) |
|
bool | signalsBlocked () const |
|
Q_INVOKABLE qint64 | size () const |
|
int | startTimer (int interval) |
|
Q_INVOKABLE QString | suffix () const |
|
Q_INVOKABLE QString | symLinkTarget () const |
|
QScriptValue | thisObject () const |
|
QThread * | thread () const |
|
|
bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
|
bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
|
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
|
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
|
QString | tr (const char *sourceText, const char *disambiguation, int n) |
|
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
|