##// END OF EJS Templates
improved so that dict contains properties and that dir() shows all available things, including the derived base attributes...
improved so that dict contains properties and that dir() shows all available things, including the derived base attributes git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@70 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r28:cf202027b50b
r34:5daedfb035c8
Show More
PythonQtWrapper_QFileInfo.h
74 lines | 3.3 KiB | text/x-c | CLexer
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QFILEINFO_H
#define PYTHONQTWRAPPER_QFILEINFO_H
#include <qfileinfo.h>
#include <QObject>
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 #include <PythonQt.h>
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #include <QDateTime>
#include <QDir>
#include <QVariant>
#include <qdatetime.h>
#include <qdir.h>
#include <qfile.h>
#include <qfileinfo.h>
class PythonQtWrapper_QFileInfo : public QObject
{ Q_OBJECT
public:
public slots:
QFileInfo* new_QFileInfo();
QFileInfo* new_QFileInfo(const QDir& dir, const QString& file);
QFileInfo* new_QFileInfo(const QFile& file);
QFileInfo* new_QFileInfo(const QFileInfo& fileinfo);
QFileInfo* new_QFileInfo(const QString& file);
void delete_QFileInfo(QFileInfo* obj) { delete obj; }
florianlink
upgraded wrappers to current generator version...
r28 QString absoluteFilePath(QFileInfo* theWrappedObject) const;
void setFile(QFileInfo* theWrappedObject, const QString& file);
bool isReadable(QFileInfo* theWrappedObject) const;
QString canonicalFilePath(QFileInfo* theWrappedObject) const;
QString owner(QFileInfo* theWrappedObject) const;
void setCaching(QFileInfo* theWrappedObject, bool on);
bool makeAbsolute(QFileInfo* theWrappedObject);
QFile::Permissions permissions(QFileInfo* theWrappedObject) const;
QString baseName(QFileInfo* theWrappedObject) const;
QString group(QFileInfo* theWrappedObject) const;
bool isDir(QFileInfo* theWrappedObject) const;
QString completeBaseName(QFileInfo* theWrappedObject) const;
QString canonicalPath(QFileInfo* theWrappedObject) const;
QString filePath(QFileInfo* theWrappedObject) const;
uint ownerId(QFileInfo* theWrappedObject) const;
bool isExecutable(QFileInfo* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 QString fileName(QFileInfo* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QDateTime created(QFileInfo* theWrappedObject) const;
QString completeSuffix(QFileInfo* theWrappedObject) const;
QString path(QFileInfo* theWrappedObject) const;
QString suffix(QFileInfo* theWrappedObject) const;
bool isHidden(QFileInfo* theWrappedObject) const;
void setFile(QFileInfo* theWrappedObject, const QDir& dir, const QString& file);
QString bundleName(QFileInfo* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 bool operator_equal(QFileInfo* theWrappedObject, const QFileInfo& fileinfo);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 bool isAbsolute(QFileInfo* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QString absolutePath(QFileInfo* theWrappedObject) const;
QString symLinkTarget(QFileInfo* theWrappedObject) const;
void setFile(QFileInfo* theWrappedObject, const QFile& file);
QDir absoluteDir(QFileInfo* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 bool isFile(QFileInfo* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 void refresh(QFileInfo* theWrappedObject);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 bool isSymLink(QFileInfo* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 bool isRelative(QFileInfo* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 QDateTime lastRead(QFileInfo* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 uint groupId(QFileInfo* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 bool isWritable(QFileInfo* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 bool caching(QFileInfo* theWrappedObject) const;
bool isRoot(QFileInfo* theWrappedObject) const;
QDir dir(QFileInfo* theWrappedObject) const;
QDateTime lastModified(QFileInfo* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 bool permission(QFileInfo* theWrappedObject, QFile::Permissions permissions) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 bool isBundle(QFileInfo* theWrappedObject) const;
qint64 size(QFileInfo* theWrappedObject) const;
bool exists(QFileInfo* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QFILEINFO_H