##// END OF EJS Templates
added alphabetic sorting...
added alphabetic sorting git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@132 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r73:40dc86970256
r96:3170eb771a99
Show More
PythonQtWrapper_QDesktopServices.h
38 lines | 1.6 KiB | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_gui / PythonQtWrapper_QDesktopServices.h
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QDESKTOPSERVICES_H
#define PYTHONQTWRAPPER_QDESKTOPSERVICES_H
#include <qdesktopservices.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 <QVariant>
#include <qobject.h>
#include <qurl.h>
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 class PythonQtShell_QDesktopServices : public QDesktopServices
{
public:
PythonQtShell_QDesktopServices():QDesktopServices(),_wrapper(NULL) {};
PythonQtInstanceWrapper* _wrapper;
};
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 class PythonQtWrapper_QDesktopServices : public QObject
{ Q_OBJECT
public:
Q_ENUMS(StandardLocation )
enum StandardLocation{
DesktopLocation = QDesktopServices::DesktopLocation, DocumentsLocation = QDesktopServices::DocumentsLocation, FontsLocation = QDesktopServices::FontsLocation, ApplicationsLocation = QDesktopServices::ApplicationsLocation, MusicLocation = QDesktopServices::MusicLocation, MoviesLocation = QDesktopServices::MoviesLocation, PicturesLocation = QDesktopServices::PicturesLocation, TempLocation = QDesktopServices::TempLocation, HomeLocation = QDesktopServices::HomeLocation, DataLocation = QDesktopServices::DataLocation};
public slots:
QDesktopServices* new_QDesktopServices();
void delete_QDesktopServices(QDesktopServices* obj) { delete obj; }
florianlink
recreated wrappers to match current python qt version...
r73 bool static_QDesktopServices_openUrl(const QUrl& url);
florianlink
upgraded wrappers to current generator version...
r28 void static_QDesktopServices_unsetUrlHandler(const QString& scheme);
florianlink
recreated wrappers to match current python qt version...
r73 QString static_QDesktopServices_storageLocation(QDesktopServices::StandardLocation type);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 QString static_QDesktopServices_displayName(QDesktopServices::StandardLocation type);
void static_QDesktopServices_setUrlHandler(const QString& scheme, QObject* receiver, const char* method);
};
#endif // PYTHONQTWRAPPER_QDESKTOPSERVICES_H