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

#include <qfileinfoproto.h>

Inheritance diagram for QFileInfoProto:
QObject QScriptable

Properties

 objectName
 

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
 
bool blockSignals (bool block)
 
Q_INVOKABLE QString bundleName () const
 
Q_INVOKABLE bool caching () const
 
Q_INVOKABLE QString canonicalFilePath () const
 
Q_INVOKABLE QString canonicalPath () const
 
const QObjectList & children () const
 
Q_INVOKABLE QString completeBaseName () const
 
Q_INVOKABLE QString completeSuffix () const
 
QMetaObject::Connection connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const
 
Q_INVOKABLE QDateTime created () const
 
void deleteLater ()
 
void destroyed (QObject *obj)
 
Q_INVOKABLE QDir dir () 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
 
virtual bool event (QEvent *e)
 
virtual bool eventFilter (QObject *watched, QEvent *event)
 
Q_INVOKABLE bool exists () const
 
Q_INVOKABLE QString fileName () const
 
Q_INVOKABLE QString filePath () const
 
findChild (const QString &name, Qt::FindChildOptions options) const
 
QList< T > findChildren (const QRegExp &regExp, Qt::FindChildOptions options) const
 
QList< T > findChildren (const QString &name, Qt::FindChildOptions options) const
 
QList< T > findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const
 
Q_INVOKABLE QString group () const
 
Q_INVOKABLE uint groupId () const
 
bool inherits (const char *className) const
 
void installEventFilter (QObject *filterObj)
 
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
 
bool isWidgetType () const
 
bool isWindowType () const
 
Q_INVOKABLE bool isWritable () const
 
void killTimer (int id)
 
Q_INVOKABLE QDateTime lastModified () const
 
Q_INVOKABLE QDateTime lastRead () const
 
Q_INVOKABLE bool makeAbsolute ()
 
virtual const QMetaObjectmetaObject () const
 
void moveToThread (QThread *targetThread)
 
QString objectName () const
 
void objectNameChanged (const QString &objectName)
 
Q_INVOKABLE QString owner () const
 
Q_INVOKABLE uint ownerId () const
 
QObjectparent () const
 
Q_INVOKABLE QString path () const
 
Q_INVOKABLE bool permission (QFile::Permissions permissions) const
 
Q_INVOKABLE QFile::Permissions permissions () const
 
QVariant property (const char *name) const
 
Q_INVOKABLE void refresh ()
 
void removeEventFilter (QObject *obj)
 
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)
 
void setObjectName (const QString &name)
 
void setParent (QObject *parent)
 
bool setProperty (const char *name, const QVariant &value)
 
bool signalsBlocked () const
 
Q_INVOKABLE qint64 size () const
 
int startTimer (int interval, Qt::TimerType timerType)
 
Q_INVOKABLE QString suffix () const
 
Q_INVOKABLE QString symLinkTarget () const
 
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

QFileInfoProto::QFileInfoProto ( QObject parent)

Member Function Documentation

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
QFile::Permissions QFileInfoProto::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

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