Home | History | Annotate | Download | only in Api

Lines Matching refs:QWebHistoryInterface

23 #include "qwebhistoryinterface.h"
31 static QWebHistoryInterface* default_interface;
47 When the application exists QWebHistoryInterface will automatically delete the
50 void QWebHistoryInterface::setDefaultInterface(QWebHistoryInterface* defaultInterface)
75 QWebHistoryInterface* QWebHistoryInterface::defaultInterface()
81 \class QWebHistoryInterface
83 \brief The QWebHistoryInterface class provides an interface to implement link history.
87 The QWebHistoryInterface is an interface that can be used to
92 visited by the user. By default the QWebHistoryInterface is not set, so WebKit does not keep
95 \note The history tracked by QWebHistoryInterface is not specific to an instance of QWebPage
100 Constructs a new QWebHistoryInterface with parent \a parent.
102 QWebHistoryInterface::QWebHistoryInterface(QObject* parent)
110 QWebHistoryInterface::~QWebHistoryInterface()
117 \fn bool QWebHistoryInterface::historyContains(const QString &url) const = 0
124 \fn void QWebHistoryInterface::addHistoryEntry(const QString &url) = 0