##// 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_QUrl.h
115 lines | 6.6 KiB | text/x-c | CLexer
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QURL_H
#define PYTHONQTWRAPPER_QURL_H
#include <qurl.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 <QStringList>
#include <QVariant>
#include <qbytearray.h>
#include <qdatastream.h>
#include <qlist.h>
#include <qpair.h>
#include <qstringlist.h>
#include <qurl.h>
class PythonQtWrapper_QUrl : public QObject
{ Q_OBJECT
public:
Q_ENUMS(ParsingMode FormattingOption )
florianlink
recreated wrappers to match current python qt version...
r73 Q_FLAGS(FormattingOptions )
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 enum ParsingMode{
TolerantMode = QUrl::TolerantMode, StrictMode = QUrl::StrictMode};
enum FormattingOption{
None = QUrl::None, RemoveScheme = QUrl::RemoveScheme, RemovePassword = QUrl::RemovePassword, RemoveUserInfo = QUrl::RemoveUserInfo, RemovePort = QUrl::RemovePort, RemoveAuthority = QUrl::RemoveAuthority, RemovePath = QUrl::RemovePath, RemoveQuery = QUrl::RemoveQuery, RemoveFragment = QUrl::RemoveFragment, StripTrailingSlash = QUrl::StripTrailingSlash};
florianlink
recreated wrappers to match current python qt version...
r73 Q_DECLARE_FLAGS(FormattingOptions, FormattingOption)
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 public slots:
QUrl* new_QUrl();
QUrl* new_QUrl(const QString& url);
QUrl* new_QUrl(const QString& url, QUrl::ParsingMode mode);
QUrl* new_QUrl(const QUrl& copy);
void delete_QUrl(QUrl* obj) { delete obj; }
florianlink
recreated wrappers to match current python qt version...
r73 void setPassword(QUrl* theWrappedObject, const QString& password);
florianlink
upgraded wrappers to current generator version...
r28 void removeQueryItem(QUrl* theWrappedObject, const QString& key);
florianlink
recreated wrappers to match current python qt version...
r73 void setHost(QUrl* theWrappedObject, const QString& host);
QString queryItemValue(QUrl* theWrappedObject, const QString& key) const;
QString scheme(QUrl* theWrappedObject) const;
void setEncodedQueryItems(QUrl* theWrappedObject, const QList<QPair<QByteArray , QByteArray > >& query);
QByteArray static_QUrl_toPercentEncoding(const QString& arg__1, const QByteArray& exclude = QByteArray(), const QByteArray& include = QByteArray());
bool operator_equal(QUrl* theWrappedObject, const QUrl& url) const;
void setScheme(QUrl* theWrappedObject, const QString& scheme);
void addEncodedQueryItem(QUrl* theWrappedObject, const QByteArray& key, const QByteArray& value);
QByteArray encodedPassword(QUrl* theWrappedObject) const;
QString authority(QUrl* theWrappedObject) const;
void setEncodedFragment(QUrl* theWrappedObject, const QByteArray& fragment);
QString path(QUrl* theWrappedObject) const;
void readFrom(QUrl* theWrappedObject, QDataStream& arg__1);
florianlink
upgraded wrappers to current generator version...
r28 QUrl resolved(QUrl* theWrappedObject, const QUrl& relative) const;
florianlink
recreated wrappers to match current python qt version...
r73 QUrl static_QUrl_fromEncoded(const QByteArray& url, QUrl::ParsingMode mode);
void writeTo(QUrl* theWrappedObject, QDataStream& arg__1);
QString static_QUrl_fromPercentEncoding(const QByteArray& arg__1);
void setEncodedPassword(QUrl* theWrappedObject, const QByteArray& password);
QUrl static_QUrl_fromLocalFile(const QString& localfile);
QString fragment(QUrl* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 QString userName(QUrl* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 void addQueryItem(QUrl* theWrappedObject, const QString& key, const QString& value);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 bool hasQuery(QUrl* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 bool hasFragment(QUrl* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 bool operator_less(QUrl* theWrappedObject, const QUrl& url) const;
void setEncodedHost(QUrl* theWrappedObject, const QByteArray& host);
QString errorString(QUrl* theWrappedObject) const;
bool isParentOf(QUrl* theWrappedObject, const QUrl& url) const;
QUrl static_QUrl_fromEncoded(const QByteArray& url);
bool hasQueryItem(QUrl* theWrappedObject, const QString& key) const;
QByteArray static_QUrl_toAce(const QString& arg__1);
florianlink
upgraded wrappers to current generator version...
r28 void setAuthority(QUrl* theWrappedObject, const QString& authority);
florianlink
recreated wrappers to match current python qt version...
r73 void setEncodedUrl(QUrl* theWrappedObject, const QByteArray& url, QUrl::ParsingMode mode);
QList<QPair<QString , QString > > queryItems(QUrl* theWrappedObject) const;
char queryPairDelimiter(QUrl* theWrappedObject) const;
void setPort(QUrl* theWrappedObject, int port);
void setUserInfo(QUrl* theWrappedObject, const QString& userInfo);
int port(QUrl* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 QByteArray encodedFragment(QUrl* theWrappedObject) const;
QByteArray encodedHost(QUrl* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 void setPath(QUrl* theWrappedObject, const QString& path);
QByteArray encodedUserName(QUrl* theWrappedObject) const;
QList<QPair<QByteArray , QByteArray > > encodedQueryItems(QUrl* theWrappedObject) const;
void removeAllQueryItems(QUrl* theWrappedObject, const QString& key);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 void setEncodedUserName(QUrl* theWrappedObject, const QByteArray& userName);
florianlink
upgraded wrappers to current generator version...
r28 void setEncodedUrl(QUrl* theWrappedObject, const QByteArray& url);
QByteArray encodedPath(QUrl* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 void setFragment(QUrl* theWrappedObject, const QString& fragment);
QString host(QUrl* theWrappedObject) const;
QString userInfo(QUrl* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 QByteArray encodedQuery(QUrl* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 void setUserName(QUrl* theWrappedObject, const QString& userName);
florianlink
upgraded wrappers to current generator version...
r28 bool hasEncodedQueryItem(QUrl* theWrappedObject, const QByteArray& key) const;
florianlink
recreated wrappers to match current python qt version...
r73 void setQueryItems(QUrl* theWrappedObject, const QList<QPair<QString , QString > >& query);
florianlink
upgraded wrappers to current generator version...
r28 QString toString(QUrl* theWrappedObject, QUrl::FormattingOptions options = QUrl::None) const;
void setUrl(QUrl* theWrappedObject, const QString& url, QUrl::ParsingMode mode);
florianlink
recreated wrappers to match current python qt version...
r73 QByteArray toEncoded(QUrl* theWrappedObject, QUrl::FormattingOptions options = QUrl::None) const;
QList<QByteArray > allEncodedQueryItemValues(QUrl* theWrappedObject, const QByteArray& key) const;
void clear(QUrl* theWrappedObject);
QByteArray encodedQueryItemValue(QUrl* theWrappedObject, const QByteArray& key) const;
bool isRelative(QUrl* theWrappedObject) const;
void removeAllEncodedQueryItems(QUrl* theWrappedObject, const QByteArray& key);
bool isEmpty(QUrl* theWrappedObject) const;
QStringList allQueryItemValues(QUrl* theWrappedObject, const QString& key) const;
int port(QUrl* theWrappedObject, int defaultPort) const;
QString static_QUrl_fromAce(const QByteArray& arg__1);
void removeEncodedQueryItem(QUrl* theWrappedObject, const QByteArray& key);
void setEncodedQuery(QUrl* theWrappedObject, const QByteArray& query);
bool isValid(QUrl* theWrappedObject) const;
QStringList static_QUrl_idnWhitelist();
QString toLocalFile(QUrl* theWrappedObject) const;
QString password(QUrl* theWrappedObject) const;
char queryValueDelimiter(QUrl* theWrappedObject) const;
void setEncodedPath(QUrl* theWrappedObject, const QByteArray& path);
void setQueryDelimiters(QUrl* theWrappedObject, char valueDelimiter, char pairDelimiter);
void static_QUrl_setIdnWhitelist(const QStringList& arg__1);
void setUrl(QUrl* theWrappedObject, const QString& url);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QURL_H