![]() |
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.
goes back one history item.
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 total number of items in the back-forward history.
returns the current item.
goes forward one history 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 to item item in the history.
returns the item at index i.
returns a list of all items currently in the history.
Copyright © 2008 Trolltech | Trademarks | Qt 4.4.0-beta1 |