OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:QWebHistory
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/qt/Api/
qwebhistory.h
60
friend class
QWebHistory
;
72
class QWEBKIT_EXPORT
QWebHistory
{
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);
qwebhistory.cpp
21
#include "
qwebhistory
.h"
69
\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
()
250
QWebHistory
::~
QWebHistory
()
[
all
...]
Completed in 4872 milliseconds