#include <qfileinfoproto.h>
Public Member Functions | |
| QFileInfoProto (QObject *parent) | |
| Q_INVOKABLE QDir | absoluteDir () const |
| Q_INVOKABLE QString | absoluteFilePath () const |
| Q_INVOKABLE QString | absolutePath () const |
| Q_INVOKABLE QString | baseName () const |
| Q_INVOKABLE QString | bundleName () const |
| Q_INVOKABLE bool | caching () const |
| Q_INVOKABLE QString | canonicalFilePath () const |
| Q_INVOKABLE QString | canonicalPath () const |
| Q_INVOKABLE QString | completeBaseName () const |
| Q_INVOKABLE QString | completeSuffix () const |
| Q_INVOKABLE QDateTime | created () const |
| Q_INVOKABLE QDir | dir () const |
| Q_INVOKABLE bool | exists () const |
| Q_INVOKABLE QString | fileName () const |
| Q_INVOKABLE QString | filePath () const |
| Q_INVOKABLE QString | group () const |
| Q_INVOKABLE uint | groupId () 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 |
| Q_INVOKABLE bool | isWritable () const |
| Q_INVOKABLE QDateTime | lastModified () const |
| Q_INVOKABLE QDateTime | lastRead () const |
| Q_INVOKABLE bool | makeAbsolute () |
| Q_INVOKABLE QString | owner () const |
| Q_INVOKABLE uint | ownerId () const |
| Q_INVOKABLE QString | path () const |
| Q_INVOKABLE bool | permission (QFile::Permissions permissions) const |
| Q_INVOKABLE QFile::Permissions | permissions () const |
| Q_INVOKABLE void | refresh () |
| 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) |
| Q_INVOKABLE qint64 | size () const |
| Q_INVOKABLE QString | suffix () const |
| Q_INVOKABLE QString | symLinkTarget () const |
| QFileInfoProto::QFileInfoProto | ( | QObject * | parent | ) |
| QDir QFileInfoProto::absoluteDir | ( | ) | const |
| QString QFileInfoProto::absoluteFilePath | ( | ) | const |
| QString QFileInfoProto::absolutePath | ( | ) | const |
| QString QFileInfoProto::baseName | ( | ) | const |
| QString QFileInfoProto::bundleName | ( | ) | const |
| bool QFileInfoProto::caching | ( | ) | const |
| QString QFileInfoProto::canonicalFilePath | ( | ) | const |
| QString QFileInfoProto::canonicalPath | ( | ) | const |
| QString QFileInfoProto::completeBaseName | ( | ) | const |
| QString QFileInfoProto::completeSuffix | ( | ) | const |
| QDateTime QFileInfoProto::created | ( | ) | const |
| QDir QFileInfoProto::dir | ( | ) | const |
| bool QFileInfoProto::exists | ( | ) | const |
| QString QFileInfoProto::fileName | ( | ) | const |
| QString QFileInfoProto::filePath | ( | ) | const |
| QString QFileInfoProto::group | ( | ) | const |
| uint QFileInfoProto::groupId | ( | ) | const |
| bool QFileInfoProto::isAbsolute | ( | ) | const |
| bool QFileInfoProto::isBundle | ( | ) | const |
| bool QFileInfoProto::isDir | ( | ) | const |
| bool QFileInfoProto::isExecutable | ( | ) | const |
| bool QFileInfoProto::isFile | ( | ) | const |
| bool QFileInfoProto::isHidden | ( | ) | const |
| bool QFileInfoProto::isReadable | ( | ) | const |
| bool QFileInfoProto::isRelative | ( | ) | const |
| bool QFileInfoProto::isRoot | ( | ) | const |
| bool QFileInfoProto::isSymLink | ( | ) | const |
| bool QFileInfoProto::isWritable | ( | ) | const |
| QDateTime QFileInfoProto::lastModified | ( | ) | const |
| QDateTime QFileInfoProto::lastRead | ( | ) | const |
| bool QFileInfoProto::makeAbsolute | ( | ) |
| QString QFileInfoProto::owner | ( | ) | const |
| uint QFileInfoProto::ownerId | ( | ) | const |
| QString QFileInfoProto::path | ( | ) | const |
| bool QFileInfoProto::permission | ( | QFile::Permissions | permissions | ) | const |
| void QFileInfoProto::refresh | ( | ) |
| void QFileInfoProto::setCaching | ( | bool | enable | ) |
| void QFileInfoProto::setFile | ( | const QString & | file | ) |
| void QFileInfoProto::setFile | ( | const QFile & | file | ) |
| void QFileInfoProto::setFile | ( | const QDir & | dir, |
| const QString & | file | ||
| ) |
| qint64 QFileInfoProto::size | ( | ) | const |
| QString QFileInfoProto::suffix | ( | ) | const |
| QString QFileInfoProto::symLinkTarget | ( | ) | const |
| Generated on Mon Jan 23 2012 12:22:36 | xTuple ERP Programmer Reference, Version 3.8.0 |
1.7.6.1
|