QWebHistoryItem Class ReferenceThe QWebHistoryItem class represents one item in the history of a QWebPage More... #include <QWebHistoryItem> This class was introduced in Qt 4.4. Public Functions
Detailed DescriptionThe QWebHistoryItem class represents one item in the history of a QWebPage Each QWebHistoryItem instance represents an entry in the history stack of a Web page, containing information about the page, its location, and when it was last visited. The following table shows the properties of the page held by the history item, and the functions used to access them.
Note: QWebHistoryItem objects are value based and explicitly shared. See also QWebHistory, QWebPage::history(), and QWebHistoryInterface. Member Function DocumentationQWebHistoryItem::QWebHistoryItem ( const QWebHistoryItem & other )Constructs a history item from other. QWebHistoryItem::~QWebHistoryItem ()Destroys the history item. QIcon QWebHistoryItem::icon () constReturns the icon associated with the history item. See also title(), url(), and lastVisited(). QDateTime QWebHistoryItem::lastVisited () constReturns the date and time that the page associated with the item was last visited. See also title(), icon(), and url(). QUrl QWebHistoryItem::originalUrl () constReturns the original URL associated with the history item. See also url(). QString QWebHistoryItem::title () constReturns the title of the page associated with the history item. See also icon(), url(), and lastVisited(). QUrl QWebHistoryItem::url () constReturns the URL associated with the history item. See also originalUrl(), title(), and lastVisited(). QWebHistoryItem & QWebHistoryItem::operator= ( const QWebHistoryItem & other )Assigns the other history item to this.
|
Попытка перевода Qt документации. Если есть желание присоединиться, или если есть замечания или пожелания, то заходите на форум: Перевод Qt документации на русский язык... Люди внесшие вклад в перевод: Команда переводчиков |