##// END OF EJS Templates
updated version number, next version will be 2.0 due to the wrapping generator addition...
updated version number, next version will be 2.0 due to the wrapping generator addition git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@69 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r28:cf202027b50b
r33:1742cf875fd9
Show More
PythonQtWrapper_QWebHitTestResult.h
37 lines | 1.4 KiB | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_webkit / PythonQtWrapper_QWebHitTestResult.h
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QWEBHITTESTRESULT_H
#define PYTHONQTWRAPPER_QWEBHITTESTRESULT_H
#include <qwebframe.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 <qpixmap.h>
#include <qpoint.h>
#include <qurl.h>
#include <qwebframe.h>
class PythonQtWrapper_QWebHitTestResult : public QObject
{ Q_OBJECT
public:
public slots:
QWebHitTestResult* new_QWebHitTestResult();
QWebHitTestResult* new_QWebHitTestResult(const QWebHitTestResult& other);
void delete_QWebHitTestResult(QWebHitTestResult* obj) { delete obj; }
florianlink
upgraded wrappers to current generator version...
r28 QUrl linkUrl(QWebHitTestResult* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QUrl linkTitle(QWebHitTestResult* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 QWebFrame* linkTargetFrame(QWebHitTestResult* theWrappedObject) const;
QString linkText(QWebHitTestResult* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 QUrl imageUrl(QWebHitTestResult* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 QString title(QWebHitTestResult* theWrappedObject) const;
bool isContentEditable(QWebHitTestResult* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 bool isContentSelected(QWebHitTestResult* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QString alternateText(QWebHitTestResult* theWrappedObject) const;
QPixmap pixmap(QWebHitTestResult* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 QWebFrame* frame(QWebHitTestResult* theWrappedObject) const;
bool isNull(QWebHitTestResult* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 QPoint pos(QWebHitTestResult* theWrappedObject) const;
};
#endif // PYTHONQTWRAPPER_QWEBHITTESTRESULT_H