Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QTextBrowserPrivate::HistoryEntry Struct Reference
Collaboration diagram for QTextBrowserPrivate::HistoryEntry:

Public Member Functions

 HistoryEntry ()
 HistoryEntry ()

Public Attributes

QUrl url
QString title
int hpos
int vpos
int focusIndicatorPosition
int focusIndicatorAnchor
QTextDocument::ResourceType type = QTextDocument::UnknownResource

Detailed Description

Definition at line 58 of file qtextbrowser.cpp.

Constructor & Destructor Documentation

◆ HistoryEntry() [1/2]

QTextBrowserPrivate::HistoryEntry::HistoryEntry ( )
inline

Definition at line 59 of file qtextbrowser.cpp.

References focusIndicatorAnchor, focusIndicatorPosition, hpos, and vpos.

Referenced by QTextBrowserPrivate::history().

Here is the caller graph for this function:

◆ HistoryEntry() [2/2]

QTextBrowserPrivate::HistoryEntry::HistoryEntry ( )
inline

Definition at line 59 of file qtextbrowser.cpp.

Member Data Documentation

◆ focusIndicatorAnchor

int QTextBrowserPrivate::HistoryEntry::focusIndicatorAnchor

◆ focusIndicatorPosition

int QTextBrowserPrivate::HistoryEntry::focusIndicatorPosition

◆ hpos

int QTextBrowserPrivate::HistoryEntry::hpos

Definition at line 64 of file qtextbrowser.cpp.

Referenced by HistoryEntry().

◆ title

QString QTextBrowserPrivate::HistoryEntry::title

Definition at line 63 of file qtextbrowser.cpp.

◆ type

QTextDocument::ResourceType QTextBrowserPrivate::HistoryEntry::type = QTextDocument::UnknownResource

Definition at line 67 of file qtextbrowser.cpp.

◆ url

QUrl QTextBrowserPrivate::HistoryEntry::url

Definition at line 62 of file qtextbrowser.cpp.

◆ vpos

int QTextBrowserPrivate::HistoryEntry::vpos

Definition at line 65 of file qtextbrowser.cpp.

Referenced by HistoryEntry().


The documentation for this struct was generated from the following file: