List of all members | Properties | Public Member Functions | Static Public Member Functions | Protected Member Functions
QDirProto Class Reference

#include <qdirproto.h>

Inheritance diagram for QDirProto:
QObject QScriptable

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< QByteArraydynamicPropertyNames () 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
 
findChild (const QString &name, Qt::FindChildOptions options) const
 
QList< T > findChildren (const QString &name, Qt::FindChildOptions options) const
 
QList< T > findChildren (const QRegExp &regExp, 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 QMetaObjectmetaObject () 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)
 
QObjectparent () 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)
 
QThreadthread () 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
 
QObjectsender () const
 
int senderSignalIndex () const
 
virtual void timerEvent (QTimerEvent *event)
 

Constructor & Destructor Documentation

QDirProto::QDirProto ( QObject parent)

Member Function Documentation

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

The documentation for this class was generated from the following files:

Generated on Fri Aug 11 2017 xTuple ERP Programmer Reference, Version 4.11.0 doxygen 1.8.10