![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Classes | |
| struct | HistoryItem |
Public Member Functions | |
| HistoryItem | currentHistoryItem () const |
| void | setSourceInternal (const QUrl &url, int *vscroll=nullptr, bool reload=false) |
| void | incrementZoom (int steps) |
| void | applyZoom (int percentage) |
| HistoryItem | currentHistoryItem () const |
| void | setSourceInternal (const QUrl &url, int *vscroll=nullptr, bool reload=false) |
| void | incrementZoom (int steps) |
| void | applyZoom (int percentage) |
Public Attributes | |
| HelpViewer * | q = nullptr |
| QLiteHtmlWidget * | m_viewer = nullptr |
| std::vector< HistoryItem > | m_backItems |
| std::vector< HistoryItem > | m_forwardItems |
| int | m_fontZoom = 100 |
Definition at line 143 of file helpviewer.cpp.
| void HelpViewerPrivate::applyZoom | ( | int | percentage | ) |
Definition at line 209 of file helpviewer.cpp.
References m_fontZoom.
Referenced by HelpViewer::HelpViewer(), incrementZoom(), and HelpViewer::resetScale().
| void HelpViewerPrivate::applyZoom | ( | int | percentage | ) |
| HelpViewerPrivate::HistoryItem HelpViewerPrivate::currentHistoryItem | ( | ) | const |
Definition at line 164 of file helpviewer.cpp.
Referenced by HelpViewer::backward(), and HelpViewer::forward().
| HistoryItem HelpViewerPrivate::currentHistoryItem | ( | ) | const |
| void HelpViewerPrivate::incrementZoom | ( | int | steps | ) |
Definition at line 202 of file helpviewer.cpp.
References applyZoom(), and m_fontZoom.
Referenced by HelpViewer::eventFilter(), HelpViewer::scaleDown(), and HelpViewer::scaleUp().
| void HelpViewerPrivate::incrementZoom | ( | int | steps | ) |
| void HelpViewerPrivate::setSourceInternal | ( | const QUrl & | url, |
| int * | vscroll = nullptr, | ||
| bool | reload = false ) |
Definition at line 169 of file helpviewer.cpp.
References q.
| void HelpViewerPrivate::setSourceInternal | ( | const QUrl & | url, |
| int * | vscroll = nullptr, | ||
| bool | reload = false ) |
| std::vector< HistoryItem > HelpViewerPrivate::m_backItems |
Definition at line 159 of file helpviewer.cpp.
| int HelpViewerPrivate::m_fontZoom = 100 |
Definition at line 161 of file helpviewer.cpp.
Referenced by applyZoom(), and incrementZoom().
| std::vector< HistoryItem > HelpViewerPrivate::m_forwardItems |
Definition at line 160 of file helpviewer.cpp.
| QLiteHtmlWidget * HelpViewerPrivate::m_viewer = nullptr |
Definition at line 158 of file helpviewer.cpp.
| HelpViewer * HelpViewerPrivate::q = nullptr |
Definition at line 157 of file helpviewer.cpp.
Referenced by HelpViewer::HelpViewer(), and setSourceInternal().