Searched defs:QWebHistoryItem (Results 1 - 2 of 2) sorted by path

/external/webkit/Source/WebKit/qt/Api/
H A Dqwebhistory.cpp43 \class QWebHistoryItem
45 \brief The QWebHistoryItem class represents one item in the history of a QWebPage
49 Each QWebHistoryItem instance represents an entry in the history stack of a Web page,
65 \note QWebHistoryItem objects are value based, but \e{explicitly shared}. Changing
66 a QWebHistoryItem instance by calling setUserData() will change all copies of that
77 QWebHistoryItem::QWebHistoryItem(const QWebHistoryItem &other) function in class:QWebHistoryItem
87 QWebHistoryItem &QWebHistoryItem
197 QWebHistoryItem::QWebHistoryItem(QWebHistoryItemPrivate *priv) function in class:QWebHistoryItem
[all...]
H A Dqwebhistory.h39 class QWEBKIT_EXPORT QWebHistoryItem { class
41 QWebHistoryItem(const QWebHistoryItem &other);
42 QWebHistoryItem &operator=(const QWebHistoryItem &other);
43 ~QWebHistoryItem();
59 QWebHistoryItem(QWebHistoryItemPrivate *priv);
65 //friend QDataStream & operator<<(QDataStream& out,const QWebHistoryItem& hist);
66 //friend QDataStream & operator>>(QDataStream& in,QWebHistoryItem& hist);
76 QList<QWebHistoryItem> item
[all...]

Completed in 142 milliseconds