HomeSort by relevance Sort by last modified time
    Searched defs:QWebHistoryItem (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKit/qt/Api/
qwebhistory.h 39 class QWEBKIT_EXPORT QWebHistoryItem {
41 QWebHistoryItem(const QWebHistoryItem &other);
42 QWebHistoryItem &operator=(const QWebHistoryItem &other);
43 ~QWebHistoryItem();
59 QWebHistoryItem(QWebHistoryItemPrivate *priv);
64 //friend QDataStream & operator<<(QDataStream& out,const QWebHistoryItem& hist);
65 //friend QDataStream & operator>>(QDataStream& in,QWebHistoryItem& hist);
75 QList<QWebHistoryItem> items() const
    [all...]
qwebhistory.cpp 40 \class QWebHistoryItem
42 \brief The QWebHistoryItem class represents one item in the history of a QWebPage
46 Each QWebHistoryItem instance represents an entry in the history stack of a Web page,
62 \note QWebHistoryItem objects are value based, but \e{explicitly shared}. Changing
63 a QWebHistoryItem instance by calling setUserData() will change all copies of that
74 QWebHistoryItem::QWebHistoryItem(const QWebHistoryItem &other)
84 QWebHistoryItem &QWebHistoryItem::operator=(const QWebHistoryItem &other
    [all...]

Completed in 40 milliseconds