![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
HistoryEntry () | |
HistoryEntry () |
Public Attributes | |
QUrl | url |
QString | title |
int | hpos |
int | vpos |
int | focusIndicatorPosition |
int | focusIndicatorAnchor |
QTextDocument::ResourceType | type = QTextDocument::UnknownResource |
Definition at line 58 of file qtextbrowser.cpp.
|
inline |
Definition at line 59 of file qtextbrowser.cpp.
References focusIndicatorAnchor, focusIndicatorPosition, hpos, and vpos.
Referenced by QTextBrowserPrivate::history().
|
inline |
Definition at line 59 of file qtextbrowser.cpp.
int QTextBrowserPrivate::HistoryEntry::focusIndicatorAnchor |
Definition at line 66 of file qtextbrowser.cpp.
Referenced by HistoryEntry(), QTextBrowserPrivate::createHistoryEntry(), and QTextBrowserPrivate::restoreHistoryEntry().
int QTextBrowserPrivate::HistoryEntry::focusIndicatorPosition |
Definition at line 66 of file qtextbrowser.cpp.
Referenced by HistoryEntry(), QTextBrowserPrivate::createHistoryEntry(), and QTextBrowserPrivate::restoreHistoryEntry().
int QTextBrowserPrivate::HistoryEntry::hpos |
Definition at line 64 of file qtextbrowser.cpp.
Referenced by HistoryEntry().
QString QTextBrowserPrivate::HistoryEntry::title |
Definition at line 63 of file qtextbrowser.cpp.
QTextDocument::ResourceType QTextBrowserPrivate::HistoryEntry::type = QTextDocument::UnknownResource |
Definition at line 67 of file qtextbrowser.cpp.
QUrl QTextBrowserPrivate::HistoryEntry::url |
Definition at line 62 of file qtextbrowser.cpp.
int QTextBrowserPrivate::HistoryEntry::vpos |
Definition at line 65 of file qtextbrowser.cpp.
Referenced by HistoryEntry().