Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QTextBrowserPrivate::HistoryEntry Struct Reference
+ Collaboration diagram for QTextBrowserPrivate::HistoryEntry:

Public Member Functions

 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 57 of file qtextbrowser.cpp.

Constructor & Destructor Documentation

◆ HistoryEntry()

QTextBrowserPrivate::HistoryEntry::HistoryEntry ( )
inline

Definition at line 58 of file qtextbrowser.cpp.

Member Data Documentation

◆ focusIndicatorAnchor

int QTextBrowserPrivate::HistoryEntry::focusIndicatorAnchor

Definition at line 65 of file qtextbrowser.cpp.

◆ focusIndicatorPosition

int QTextBrowserPrivate::HistoryEntry::focusIndicatorPosition

Definition at line 65 of file qtextbrowser.cpp.

◆ hpos

int QTextBrowserPrivate::HistoryEntry::hpos

Definition at line 63 of file qtextbrowser.cpp.

◆ title

QString QTextBrowserPrivate::HistoryEntry::title

Definition at line 62 of file qtextbrowser.cpp.

◆ type

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

Definition at line 66 of file qtextbrowser.cpp.

◆ url

QUrl QTextBrowserPrivate::HistoryEntry::url

◆ vpos

int QTextBrowserPrivate::HistoryEntry::vpos

Definition at line 64 of file qtextbrowser.cpp.


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