Home | History | Annotate | Download | only in Api

Lines Matching defs: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)
74 QWebHistoryInterface* QWebHistoryInterface::defaultInterface()
80 \class QWebHistoryInterface
82 \brief The QWebHistoryInterface class provides an interface to implement link history.
86 The QWebHistoryInterface is an interface that can be used to
95 Constructs a new QWebHistoryInterface with parent \a parent.
97 QWebHistoryInterface::QWebHistoryInterface(QObject* parent)
105 QWebHistoryInterface::~QWebHistoryInterface()
112 \fn bool QWebHistoryInterface::historyContains(const QString &url) const = 0
119 \fn void QWebHistoryInterface::addHistoryEntry(const QString &url) = 0