QtWebKit/qwebhistory.h Source File
Go to the documentation of this file.
34 class FrameLoaderClientQt;
37 class QWebHistoryItemPrivate;
45 QUrl originalUrl()
const;
54 void setUserData(
const QVariant& userData);
62 friend class WebCore::FrameLoaderClientQt;
63 friend class QWebHistoryItemPrivate;
64 friend class DumpRenderTreeSupportQt;
71 class QWebHistoryPrivate;
80 bool canGoBack()
const;
81 bool canGoForward()
const;
92 int currentItemIndex()
const;
96 int maximumItemCount()
const;
97 void setMaximumItemCount(
int count);
104 friend class QWebPagePrivate;
110 QWebHistoryPrivate *d;
GLuint GLuint GLsizei count
QWEBKIT_EXPORT QDataStream & operator<<(QDataStream &stream, const QWebHistory &history)
QWEBKIT_EXPORT QDataStream & operator>>(QDataStream &stream, QWebHistory &history)