|
| | QDirProto (QObject *parent) |
| |
| Q_INVOKABLE QString | absoluteFilePath (const QString &fileName) const |
| |
| Q_INVOKABLE QString | absolutePath () const |
| |
| QScriptValue | argument (int index) const |
| |
| int | argumentCount () const |
| |
| bool | blockSignals (bool block) |
| |
| Q_INVOKABLE QString | canonicalPath () const |
| |
| Q_INVOKABLE bool | cd (const QString &dirName) |
| |
| Q_INVOKABLE bool | cdUp () |
| |
| QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
| |
| const QObjectList & | children () const |
| |
| const char * | className () const |
| |
| bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
| |
| QScriptContext * | context () const |
| |
| Q_INVOKABLE uint | count () const |
| |
| void | deleteLater () |
| |
| void | destroyed (QObject *obj) |
| |
| Q_INVOKABLE QString | dirName () 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 |
| |
| Q_INVOKABLE QFileInfoList | entryInfoList (const QStringList &nameFilters, QDir::Filters filters=QDir::NoFilter, QDir::SortFlags sort=QDir::NoSort) const |
| |
| Q_INVOKABLE QFileInfoList | entryInfoList (QDir::Filters filters=QDir::NoFilter, QDir::SortFlags sort=QDir::NoSort) const |
| |
| Q_INVOKABLE QStringList | entryList (const QStringList &nameFilters, QDir::Filters filters=QDir::NoFilter, QDir::SortFlags sort=QDir::NoSort) const |
| |
| Q_INVOKABLE QStringList | entryList (QDir::Filters filters=QDir::NoFilter, QDir::SortFlags sort=QDir::NoSort) const |
| |
| virtual bool | event (QEvent *e) |
| |
| virtual bool | eventFilter (QObject *watched, QEvent *event) |
| |
| Q_INVOKABLE bool | exists (const QString &name) const |
| |
| Q_INVOKABLE bool | exists () const |
| |
| Q_INVOKABLE QString | filePath (const QString &fileName) const |
| |
| Q_INVOKABLE QDir::Filters | filter () const |
| |
| T | findChild (const QString &name) const |
| |
| QList< T > | findChildren (const QString &name) const |
| |
| QList< T > | findChildren (const QRegExp ®Exp) 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 | isReadable () const |
| |
| Q_INVOKABLE bool | isRelative () const |
| |
| Q_INVOKABLE bool | isRoot () const |
| |
| bool | isWidgetType () const |
| |
| void | killTimer (int id) |
| |
| Q_INVOKABLE bool | makeAbsolute () |
| |
| virtual const QMetaObject * | metaObject () const |
| |
| Q_INVOKABLE bool | mkdir (const QString &dirName) const |
| |
| Q_INVOKABLE bool | mkpath (const QString &dirPath) const |
| |
| void | moveToThread (QThread *targetThread) |
| |
| const char * | name (const char *defaultName) const |
| |
| const char * | name () const |
| |
| Q_INVOKABLE QStringList | nameFilters () const |
| |
| QString | objectName () const |
| |
| QObject * | parent () const |
| |
| Q_INVOKABLE QString | path () const |
| |
| QVariant | property (const char *name) const |
| |
| Q_INVOKABLE void | refresh () |
| |
| Q_INVOKABLE QString | relativeFilePath (const QString &fileName) const |
| |
| Q_INVOKABLE bool | remove (const QString &fileName) |
| |
| void | removeChild (QObject *object) |
| |
| void | removeEventFilter (QObject *obj) |
| |
| Q_INVOKABLE bool | rename (const QString &oldName, const QString &newName) |
| |
| Q_INVOKABLE bool | rmdir (const QString &dirName) const |
| |
| Q_INVOKABLE bool | rmpath (const QString &dirPath) const |
| |
| Q_INVOKABLE void | setFilter (QDir::Filters filters) |
| |
| void | setName (const char *name) |
| |
| Q_INVOKABLE void | setNameFilters (const QStringList &nameFilters) |
| |
| void | setObjectName (const QString &name) |
| |
| void | setParent (QObject *parent) |
| |
| Q_INVOKABLE void | setPath (const QString &path) |
| |
| bool | setProperty (const char *name, const QVariant &value) |
| |
| Q_INVOKABLE void | setSorting (QDir::SortFlags sort) |
| |
| bool | signalsBlocked () const |
| |
| Q_INVOKABLE QDir::SortFlags | sorting () const |
| |
| int | startTimer (int interval) |
| |
| 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) |
| |