Module implementing the help viewer base class.
None |
HelpViewerImplQWE | Class implementing the QTextBrowser based help viewer class. |
None |
Class implementing the QTextBrowser based help viewer class.
ZoomLevelDefault |
ZoomLevels |
None |
HelpViewerImplQWE | Constructor |
__bookmarkPage | Private method called by the context menu to bookmark the page. |
__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. |
__copyText | Private method called by the context menu to copy selected text to the clipboard. |
__createContextMenu | Private method to populate the context menu. |
__createLinkContextMenu | Private method to populate the context menu for URLs. |
__createNewPage | Private method to create a new page object. |
__levelForScale | Private method determining the zoom level index given a zoom factor. |
__newWindowRequested | Private slot handling new window requests of the web page. |
__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. |
__selectAll | Private method called by the context menu to select all text. |
__setRwhvqt | Private slot to set widget that receives input events. |
__showContextMenu | Private slot to show a context menu. |
__titleChanged | Private method to handle a change of the web page title. |
_gestureEvent | Protected method handling gesture events. |
_keyPressEvent | Protected method called by a key press. |
_mouseReleaseEvent | Protected method called by a mouse release event. |
_wheelEvent | Protected method to handle wheel events. |
backward | Public slot to move backwards in history. |
backwardHistoryCount | Public method to get the number of available back history items. |
clearHistory | Public method to clear the history. |
event | Public method handling events. |
eventFilter | Public method to process event for other objects. |
forward | Public slot to move forward in history. |
forwardHistoryCount | Public method to get the number of available forward history items. |
gotoHistory | Public method to go to a history item. |
historyTitle | Public method to get the title of a history item. |
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. |
link | Public method to get the URL of the shown document. |
pageTitle | Public method get the page title. |
reload | Public slot to reload the current page. |
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. |
None |
Constructor
Private method called by the context menu to bookmark the page.
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 called by the context menu to copy selected text to the clipboard.
Private method to populate the context menu.
Private method to populate the context menu for URLs.
Private method to create a new page object.
Private method determining the zoom level index given a zoom factor.
Private slot handling new window requests of the web page.
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 method called by the context menu to select all text.
Private slot to set widget that receives input events.
Private slot to show a context menu.
Private method to handle a change of the web page title.
Protected method handling gesture events.
Protected method called by a key press.
Protected method called by a mouse release event.
Protected method to handle wheel events.
Public slot to move backwards in history.
Public method to get the number of available back history items.
Note: For performance reasons this is limited to the maximum number of history items the help viewer is interested in.
Public method to clear the history.
Public method handling events.
Public method to process event for other objects.
Public slot to move forward in history.
Public method to get the number of available forward history items.
Note: For performance reasons this is limited to the maximum number of history items the help viewer is interested in.
Public method to go to a history item.
Public method to get the title of a history item.
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.
Public method to get the URL of the shown document.
Public method get the page title.
Public slot to reload the current page.
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.