Qt Components Hildon  0.20
QML components for Maemo5 with Hildon styling.
 All Classes Functions Properties Groups Pages
Public Slots | Properties | List of all members
WebHistoryInterface Class Reference

A global context property providing access to the global web history. More...

Public Slots

void clear ()
 Clears all items from the history.
bool load ()
 Returns true if the history can be loaded from storageFileName.
bool save ()
 Returns true if the history can be saved to storageFileName.

Properties

int count
 The current number of items in the history.
string storageFileName
 The file name used to (re)store the history.
list< string > urls
 The list of urls in the history.

Detailed Description

A global context property providing access to the global web history.

Note
This component cannot be created in QML.