Module implementing the helpviewer main window.
HelpWindow | Class implementing the helpviewer main window. |
None |
Class implementing the helpviewer main window.
HelpWindow | Constructor |
__about | Private slot to show the about information. |
__aboutQt | Private slot to show info about Qt. |
__addBookmark | Private slot called to add the displayed file to the bookmarks. |
__backward | Private slot called to handle the backward action. |
__bookmarkChosen | Private slot called by the bookmarks menu to display the selected file. |
__clearHistory | Private slot called to clear the current history. |
__close | Private slot called to handle the close action. |
__closeAll | Private slot called to handle the close all action. |
__copy | Private slot called to handle the copy action. |
__currentChanged | Private slot to handle the currentChanged signal. |
__editBookmarks | Private slot called to edit the bookmarks. |
__find | Private slot to handle the find action. |
__forward | Private slot called to handle the forward action. |
__historyChosen | Private slot called by the history menu to display the selected file. |
__home | Private slot called to handle the home action. |
__initActions | Private method to define the user interface actions. |
__initMenus | Private method to create the menus. |
__initTabContextMenu | Private mezhod to create the tab context menu. |
__initToolbars | Private method to create the toolbars. |
__openFile | Private slot called to open a file. |
__openFileNewTab | Private slot called to open a file in a new tab. |
__pathSelected | Private slot called when a file is selected in the combobox. |
__printFile | Private slot called to print the displayed file. |
__printPreview | Public slot to generate a print preview.exec_ |
__printPreviewFile | Private slot called to show a print preview of the displayed file. |
__readBookmarks | Private function to read the bookmarks from the eric4 preferences file. |
__readHistory | Private function to read the history from the eric4 preferences file. |
__reload | Private slot called to handle the reload action. |
__setBackwardAvailable | Private slot called when backward references are available. |
__setForwardAvailable | Private slot called when forward references are available. |
__showBookmarksMenu | Private slot called in order to show the bookmarks menu. |
__showContextMenu | Private slot to show the tab context menu. |
__showHistoryMenu | Private slot called in order to show the history menu. |
__sourceChanged | Private slot called when the displayed text of the combobox is changed. |
__tabContextMenuClose | Private method to close the selected tab. |
__tabContextMenuMoveLeft | Private method to move a tab one position to the left. |
__tabContextMenuMoveRight | Private method to move a tab one position to the right. |
__tabContextMenuPrint | Private method to print the selected tab. |
__tabContextMenuPrintPreview | Private method to show a print preview of the selected tab. |
__whatsThis | Private slot called in to enter Whats This mode. |
__zoomIn | Private slot called to handle the zoom in action. |
__zoomOut | Private slot called to handle the zoom out action. |
closeEvent | Private event handler for the close event. |
currentBrowser | Public method to get a reference to the current help browser. |
getActions | Public method to get a list of all actions. |
newBrowser | Public method to create a new help browser tab. |
newTab | Public slot called to open a new help window tab. |
newWindow | Public slot called to open a new help browser dialog. |
writeBookmarks | Public function to write the bookmarks to the eric4 preferences file. |
Constructor
Private slot to show the about information.
Private slot to show info about Qt.
Private slot called to add the displayed file to the bookmarks.
Private slot called to handle the backward action.
Private slot called by the bookmarks menu to display the selected file.
Private slot called to clear the current history.
Private slot called to handle the close action.
Private slot called to handle the close all action.
Private slot called to handle the copy action.
Private slot to handle the currentChanged signal.
Private slot called to edit the bookmarks.
It opens the bookmark dialog to rearrange, delete or edit the collection of bookmarks.
Private slot to handle the find action.
It opens the search dialog in order to perform the various search actions and to collect the various search info.
Private slot called to handle the forward action.
Private slot called by the history menu to display the selected file.
Private slot called to handle the home action.
Private method to define the user interface actions.
Private method to create the menus.
Private mezhod to create the tab context menu.
Private method to create the toolbars.
Private slot called to open a file.
Private slot called to open a file in a new tab.
Private slot called when a file is selected in the combobox.
Private slot called to print the displayed file.
Public slot to generate a print preview.exec_
Private slot called to show a print preview of the displayed file.
Private function to read the bookmarks from the eric4 preferences file.
Private function to read the history from the eric4 preferences file.
Private slot called to handle the reload action.
Private slot called when backward references are available.
Private slot called when forward references are available.
Private slot called in order to show the bookmarks menu.
Private slot to show the tab context menu.
Private slot called in order to show the history menu.
Private slot called when the displayed text of the combobox is changed.
Private method to close the selected tab.
Private method to move a tab one position to the left.
Private method to move a tab one position to the right.
Private method to print the selected tab.
Private method to show a print preview of the selected tab.
Private slot called in to enter Whats This mode.
Private slot called to handle the zoom in action.
Private slot called to handle the zoom out action.
Private event handler for the close event.
This handler saves the current history entries and the window geomety to the eric4 Preferences file.
Public method to get a reference to the current help browser.
Public method to get a list of all actions.
Public method to create a new help browser tab.
Public slot called to open a new help window tab.
Public slot called to open a new help browser dialog.
Public function to write the bookmarks to the eric4 preferences file.