Searched defs:QWebHistory (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/qt/Api/
H A Dqwebhistory.h60 friend class QWebHistory;
72 class QWEBKIT_EXPORT QWebHistory { class
100 QWebHistory();
101 ~QWebHistory();
105 friend QWEBKIT_EXPORT QDataStream& operator>>(QDataStream&, QWebHistory&);
106 friend QWEBKIT_EXPORT QDataStream& operator<<(QDataStream&, const QWebHistory&);
108 Q_DISABLE_COPY(QWebHistory)
113 QWEBKIT_EXPORT QDataStream& operator<<(QDataStream& stream, const QWebHistory& history);
114 QWEBKIT_EXPORT QDataStream& operator>>(QDataStream& stream, QWebHistory& history);
H A Dqwebhistory.cpp69 \sa QWebHistory, QWebPage::history(), QWebHistoryInterface
212 \class QWebHistory
214 \brief The QWebHistory class represents the history of a QWebPage
219 by QWebPage::history(). QWebHistory represents this history and makes it possible
238 QWebHistory's state can be saved to a QDataStream using the >> operator and loaded
245 QWebHistory::QWebHistory() function in class:QWebHistory
250 QWebHistory::~QWebHistory()
260 void QWebHistory
[all...]

Completed in 46 milliseconds