Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

QWebHistory Class Reference
[QtWebKit module]

The QWebHistory class represents the history of a QWebPage More...

 #include <QWebHistory>

This class was introduced in Qt 4.4.

Public Functions


Detailed Description

The QWebHistory class represents the history of a QWebPage

Each QWebPage instance contains a history of visited pages that can be accessed by QWebPage::history(). QWebHistory represents this history and makes it possible to navigate it.

The history uses the concept of a current item, dividing the pages visited into those that can be visited by navigating back and forward using the back() and forward() functions. The current item can be obtained by calling currentItem(), and an arbitrary item in the history can be made the current item by passing it to goToItem().

A list of items describing the pages that can be visited by going back can be obtained by calling the backItems() function; similarly, items describing the pages ahead of the current page can be obtained with the forwardItems() function. The total list of items is obtained with the items() function.

Just as with containers, functions are available to examine the history in terms of a list. Arbitrary items in the history can be obtained with itemAt(), the total number of items is given by count(), and the history can be cleared with the clear() function.

See also QWebHistoryItem, QWebHistoryInterface, and QWebPage.


Member Function Documentation

void QWebHistory::back ()

Set the current item to be the previous item in the history and goes to the corresponding page; i.e., goes back one history item.

See also forward() and goToItem().

QWebHistoryItem QWebHistory::backItem () const

Returns the item before the current item in the history.

QList<QWebHistoryItem> QWebHistory::backItems ( int maxItems ) const

Returns the list of items in the backwards history list. At most maxItems entries are returned.

See also forwardItems().

bool QWebHistory::canGoBack () const

Returns true if there is an item preceding the current item in the history; otherwise returns false.

See also canGoForward().

bool QWebHistory::canGoForward () const

Returns true if we have an item to go forward to; otherwise returns false.

See also canGoBack().

void QWebHistory::clear ()

Clears the history.

See also count() and items().

int QWebHistory::count () const

Returns the total number of items in the history.

QWebHistoryItem QWebHistory::currentItem () const

Returns the current item in the history.

int QWebHistory::currentItemIndex () const

Returns the index of the current item in history.

This function was introduced in Qt 4.5.

void QWebHistory::forward ()

Sets the current item to be the next item in the history and goes to the corresponding page; i.e., goes forward one history item.

See also back() and goToItem().

QWebHistoryItem QWebHistory::forwardItem () const

Returns the item after the current item in the history.

QList<QWebHistoryItem> QWebHistory::forwardItems ( int maxItems ) const

Returns the list of items in the forward history list. At most maxItems entries are returned.

See also backItems().

void QWebHistory::goToItem ( const QWebHistoryItem & item )

Sets the current item to be the specified item in the history and goes to the page.

See also back() and forward().

QWebHistoryItem QWebHistory::itemAt ( int i ) const

Returns the item at index i in the history.

QList<QWebHistoryItem> QWebHistory::items () const

Returns a list of all items currently in the history.

See also count() and clear().

int QWebHistory::maximumItemCount () const

Returns the maximum number of items in the history.

This function was introduced in Qt 4.5.

See also setMaximumItemCount().

void QWebHistory::setMaximumItemCount ( int count )

Sets the maximum number of items in the history to count.

This function was introduced in Qt 4.5.

See also maximumItemCount().

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 94
  2. Apercevoir la troisième dimension ou l'utilisation multithreadée d'OpenGL dans Qt, un article des Qt Quarterly traduit par Guillaume Belz 0
  3. Pourquoi les programmeurs sont-ils moins payés que les gestionnaires de programmes ? Manquent-ils de pouvoir de négociation ? 47
  4. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  5. Les développeurs détestent-ils les antivirus ? Un programmeur manifeste sa haine envers ces solutions de sécurité 13
  6. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  7. Qt Commercial : Digia organise un webinar gratuit le 27 mars sur la conception d'interfaces utilisateur et d'applications avec le framework 0
Page suivante

Le Qt Labs au hasard

Logo

Améliorer les performances de Qt lors du rendu avec plus de SIMD

Les Qt Labs sont les laboratoires des développeurs de Qt, où ils peuvent partager des impressions sur le framework, son utilisation, ce que pourrait être son futur. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt 4.5
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web