#include <qdirproto.h>
Properties | |
objectName | |
Public Member Functions | |
QDirProto (QObject *parent) | |
Q_INVOKABLE QString | absoluteFilePath (const QString &fileName) const |
Q_INVOKABLE QString | absolutePath () const |
bool | blockSignals (bool block) |
Q_INVOKABLE QString | canonicalPath () const |
Q_INVOKABLE bool | cd (const QString &dirName) |
Q_INVOKABLE bool | cdUp () |
const QObjectList & | children () const |
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) 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) const |
bool | disconnect (const QObject *receiver, const char *method) const |
void | dumpObjectInfo () |
void | dumpObjectTree () |
QList< QByteArray > | dynamicPropertyNames () 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, Qt::FindChildOptions options) const |
QList< T > | findChildren (const QString &name, Qt::FindChildOptions options) const |
QList< T > | findChildren (const QRegExp ®Exp, Qt::FindChildOptions options) const |
QList< T > | findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const |
bool | inherits (const char *className) const |
void | installEventFilter (QObject *filterObj) |
Q_INVOKABLE bool | isAbsolute () const |
Q_INVOKABLE bool | isReadable () const |
Q_INVOKABLE bool | isRelative () const |
Q_INVOKABLE bool | isRoot () const |
bool | isWidgetType () const |
bool | isWindowType () 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) |
Q_INVOKABLE QStringList | nameFilters () const |
QString | objectName () const |
void | objectNameChanged (const QString &objectName) |
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 | 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) |
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, Qt::TimerType timerType) |
QThread * | thread () const |
Static Public Member Functions | |
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, Functor functor) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) |
bool | disconnect (const QMetaObject::Connection &connection) |
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
bool | disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction 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) |
Protected Member Functions | |
virtual void | childEvent (QChildEvent *event) |
virtual void | connectNotify (const QMetaMethod &signal) |
virtual void | customEvent (QEvent *event) |
virtual void | disconnectNotify (const QMetaMethod &signal) |
bool | isSignalConnected (const QMetaMethod &signal) const |
int | receivers (const char *signal) const |
QObject * | sender () const |
int | senderSignalIndex () const |
virtual void | timerEvent (QTimerEvent *event) |
QDirProto::QDirProto | ( | QObject * | parent | ) |
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 |
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 | ( | ) |
bool QDirProto::remove | ( | const QString & | fileName | ) |
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 Fri Aug 11 2017 | xTuple ERP Programmer Reference, Version 4.11.0 |
![]() |