Module implementing the QTextBrowser based help viewer class.
AboutBlank |
PageNotFound |
HelpViewerImplQTB | Class implementing the QTextBrowser based help viewer class. |
None |
Class implementing the QTextBrowser based help viewer class.
None |
None |
HelpViewerImplQTB | Constructor |
__bookmarkPage | Private method called by the context menu to bookmark the page. |
__canLoadResource | Private method to check, if the given resource can be loaded. |
__closeOtherPages | Private method called by the context menu to close all other pages. |
__closePage | Private method called by the context menu to close the current page. |
__copyLink | Private method called by the context menu to copy a link to the clipboard. |
__createLinkContextMenu | Private method to populate the context menu for URLs. |
__openLinkInBackgroundPage | Private method called by the context menu to open a link in a background page. |
__openLinkInNewPage | Private method called by the context menu to open a link in a new page. |
__showContextMenu | Private slot to show the context menu. |
doSetSource | Public method to load the data and show it. |
event | Public method handling events. |
gestureEvent | Protected method handling gesture events. |
gotoHistory | Public method to step through the history. |
isBackwardAvailable | Public method to check, if stepping backward through the history is available. |
isEmptyPage | Public method to check, if the current page is the empty page. |
isForwardAvailable | Public method to check, if stepping forward through the history is available. |
isScaleDownAvailable | Public method to check, if the min. |
isScaleUpAvailable | Public method to check, if the max. |
keyPressEvent | Protected method to handle key press events. |
link | Public method to get the URL of the shown document. |
loadResource | Public method to load data of the specified type from the resource with the given name. |
mousePressEvent | Protected method called by a mouse press event. |
mouseReleaseEvent | Protected method called by a mouse release event. |
pageTitle | Public method get the page title. |
resetScale | Public method to reset the zoom level. |
scale | Public method to get the zoom level. |
scaleDown | Public method to zoom out. |
scaleUp | Public method to zoom in. |
setLink | Public method to set the URL of the document to be shown. |
setScale | Public method to set the zoom level. |
wheelEvent | Protected method to handle wheel event to zoom. |
None |
Constructor
Private method called by the context menu to bookmark the page.
Private method to check, if the given resource can be loaded.
Private method called by the context menu to close all other pages.
Private method called by the context menu to close the current page.
Private method called by the context menu to copy a link to the clipboard.
Private method to populate the context menu for URLs.
Private method called by the context menu to open a link in a background page.
Private method called by the context menu to open a link in a new page.
Private slot to show the context menu.
Public method to load the data and show it.
Public method handling events.
Protected method handling gesture events.
Public method to step through the history.
Public method to check, if stepping backward through the history is available.
Public method to check, if the current page is the empty page.
Public method to check, if stepping forward through the history is available.
Public method to check, if the min. zoom level is reached.
Public method to check, if the max. zoom level is reached.
Protected method to handle key press events.
Public method to get the URL of the shown document.
Public method to load data of the specified type from the resource with the given name.
Protected method called by a mouse press event.
Protected method called by a mouse release event.
Public method get the page title.
Public method to reset the zoom level.
Public method to get the zoom level.
Public method to zoom out.
Public method to zoom in.
Public method to set the URL of the document to be shown.
Public method to set the zoom level.
Protected method to handle wheel event to zoom.