![]() |
Home · All Classes · Main Classes · Grouped Classes · Modules · Functions | ![]() |
The QWebHistory class represents the history of a QWebPage More...
#include <QWebHistory>
This class was introduced in Qt 4.4.
The QWebHistory class represents the history of a QWebPage
Each QWebPage contains a history of visited pages that can be accessed by QWebPage::history(). QWebHistory represents this history and makes it possible to navigate it.
returns the item before the current item.
Returns the list of items that are in the backwards history. At most maxItems entries are returned.
returns true if we have an item to go back to.
returns true if we have an item to go forward to.
Clears the history.
returns the current item.
returns the item after the current item.
Returns the list of items that are in the forward history. At most maxItems entries are returned.
goes back one history item.
goes forward one history item.
goes to item item in the history.
returns the item at index i.
returns a list of all items currently in the history.
Copyright © 2007 Trolltech | Trademarks | Qt 4.4.0-tp1 |