#include <qdirproto.h>
Public Member Functions | |
| QDirProto (QObject *parent) | |
| Q_INVOKABLE QString | absoluteFilePath (const QString &fileName) const |
| Q_INVOKABLE QString | absolutePath () const |
| Q_INVOKABLE QString | canonicalPath () const |
| Q_INVOKABLE bool | cd (const QString &dirName) |
| Q_INVOKABLE bool | cdUp () |
| Q_INVOKABLE uint | count () const |
| Q_INVOKABLE QString | dirName () 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 |
| 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 |
| Q_INVOKABLE bool | isAbsolute () const |
| Q_INVOKABLE bool | isReadable () const |
| Q_INVOKABLE bool | isRelative () const |
| Q_INVOKABLE bool | isRoot () const |
| Q_INVOKABLE bool | makeAbsolute () |
| Q_INVOKABLE bool | mkdir (const QString &dirName) const |
| Q_INVOKABLE bool | mkpath (const QString &dirPath) const |
| Q_INVOKABLE QStringList | nameFilters () const |
| Q_INVOKABLE QString | path () const |
| Q_INVOKABLE void | refresh () |
| Q_INVOKABLE QString | relativeFilePath (const QString &fileName) const |
| Q_INVOKABLE bool | remove (const QString &fileName) |
| 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) |
| Q_INVOKABLE void | setNameFilters (const QStringList &nameFilters) |
| Q_INVOKABLE void | setPath (const QString &path) |
| Q_INVOKABLE void | setSorting (QDir::SortFlags sort) |
| Q_INVOKABLE QDir::SortFlags | sorting () const |
| QDirProto::QDirProto | ( | QObject * | parent | ) |
| QString QDirProto::absoluteFilePath | ( | const QString & | fileName | ) | const |
| QString QDirProto::absolutePath | ( | ) | const |
| QString QDirProto::canonicalPath | ( | ) | const |
| bool QDirProto::cd | ( | const QString & | dirName | ) |
| bool QDirProto::cdUp | ( | ) |
| uint QDirProto::count | ( | ) | const |
| QString QDirProto::dirName | ( | ) | const |
| QFileInfoList QDirProto::entryInfoList | ( | const QStringList & | nameFilters, |
| QDir::Filters | filters = QDir::NoFilter, |
||
| QDir::SortFlags | sort = QDir::NoSort |
||
| ) | const |
| QFileInfoList QDirProto::entryInfoList | ( | QDir::Filters | filters = QDir::NoFilter, |
| QDir::SortFlags | sort = QDir::NoSort |
||
| ) | const |
| QStringList QDirProto::entryList | ( | const QStringList & | nameFilters, |
| QDir::Filters | filters = QDir::NoFilter, |
||
| QDir::SortFlags | sort = QDir::NoSort |
||
| ) | const |
| QStringList QDirProto::entryList | ( | QDir::Filters | filters = QDir::NoFilter, |
| QDir::SortFlags | sort = QDir::NoSort |
||
| ) | const |
| bool QDirProto::exists | ( | const QString & | name | ) | const |
| bool QDirProto::exists | ( | ) | const |
| QString QDirProto::filePath | ( | const QString & | fileName | ) | const |
| QDir::Filters QDirProto::filter | ( | ) | const |
| bool QDirProto::isAbsolute | ( | ) | const |
| bool QDirProto::isReadable | ( | ) | const |
| bool QDirProto::isRelative | ( | ) | const |
| bool QDirProto::isRoot | ( | ) | const |
| bool QDirProto::makeAbsolute | ( | ) |
| bool QDirProto::mkdir | ( | const QString & | dirName | ) | const |
| bool QDirProto::mkpath | ( | const QString & | dirPath | ) | const |
| QStringList QDirProto::nameFilters | ( | ) | const |
| QString QDirProto::path | ( | ) | const |
| void QDirProto::refresh | ( | ) |
| QString QDirProto::relativeFilePath | ( | const QString & | fileName | ) | const |
| bool QDirProto::remove | ( | const QString & | fileName | ) |
| bool QDirProto::rename | ( | const QString & | oldName, |
| const QString & | newName | ||
| ) |
| bool QDirProto::rmdir | ( | const QString & | dirName | ) | const |
| bool QDirProto::rmpath | ( | const QString & | dirPath | ) | const |
| void QDirProto::setFilter | ( | QDir::Filters | filters | ) |
| void QDirProto::setNameFilters | ( | const QStringList & | nameFilters | ) |
| void QDirProto::setPath | ( | const QString & | path | ) |
| void QDirProto::setSorting | ( | QDir::SortFlags | sort | ) |
| QDir::SortFlags QDirProto::sorting | ( | ) | const |
| Generated on Mon Jan 23 2012 12:22:36 | xTuple ERP Programmer Reference, Version 3.8.0 |
1.7.6.1
|