Module implementing a tabbed viewmanager class.
TabWidget | Class implementing a custimized TabWidget. |
Tabview | Class implementing a tabbed viewmanager class embedded in a splitter. |
None |
Class implementing a custimized TabWidget.
TabWidget | Constructor |
__captionChange | Private method to handle Caption change signals from the editor. |
__closeButtonClicked | Private method to handle the press of the close button. |
__contextMenuClose | Private method to close the selected tab. |
__contextMenuCloseAll | Private method to close all tabs. |
__contextMenuMoveLeft | Private method to move a tab one position to the left. |
__contextMenuMoveRight | Private method to move a tab one position to the right. |
__contextMenuPrintFile | Private method to print the selected tab. |
__contextMenuSave | Private method to save the selected tab. |
__contextMenuSaveAll | Private method to save all tabs. |
__contextMenuSaveAs | Private method to save the selected tab to a new file. |
__contextMenuSaveToProject | Private method to save the selected tab to the current project. |
__initMenu | Private method to initialize the tab context menu. |
__showContextMenu | Private slot to show the tab context menu. |
addTab | Overwritten method to add a new tab. |
currentWidget | Overridden method to return a reference to the current page. |
hasEditor | Public method to check for an editor. |
hasEditors | Public method to test, if any editor is managed. |
removeWidget | Public method to remove a widget. |
showIndicator | Public slot to set the indicator on or off. |
Constructor
Private method to handle Caption change signals from the editor.
Updates the listview text to reflect the new caption information.
Private method to handle the press of the close button.
Private method to close the selected tab.
Private method to close all tabs.
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 save the selected tab.
Private method to save all tabs.
Private method to save the selected tab to a new file.
Private method to save the selected tab to the current project.
Private method to initialize the tab context menu.
Private slot to show the tab context menu.
Overwritten method to add a new tab.
Overridden method to return a reference to the current page.
Public method to check for an editor.
Public method to test, if any editor is managed.
Public method to remove a widget.
Public slot to set the indicator on or off.
Class implementing a tabbed viewmanager class embedded in a splitter.
Tabview | Constructor |
__currentChanged | Private slot to handle the currentChanged signal. |
_addView | Protected method to add a view (i.e. |
_initWindowActions | Protected method to define the user interface actions for window handling. |
_modificationStatusChanged | Protected slot to handle the modificationStatusChanged signal. |
_removeAllViews | Protected method to remove all views (i.e. |
_removeView | Protected method to remove a view (i.e. |
_showView | Protected method to show a view (i.e. |
_syntaxErrorToggled | Protected slot to handle the syntaxerrorToggled signal. |
activeWindow | Public method to return the active (i.e. |
addSplit | Public method used to split the current view. |
canCascade | Public method to signal if cascading of managed windows is available. |
canSplit | public method to signal if splitting of the view is available. |
canTile | Public method to signal if tiling of managed windows is available. |
cascade | Public method to cascade the managed windows. |
eventFilter | Public method called to filter the event queue. |
nextSplit | Public slot used to move to the next split. |
preferencesChanged | Public slot to handle the preferencesChanged signal. |
prevSplit | Public slot used to move to the previous split. |
removeSplit | Public method used to remove the current split view. |
setEditorName | Public method to change the displayed name of the editor. |
setSplitOrientation | Public method used to set the orientation of the split view. |
showWindowMenu | Public method to set up the viewmanager part of the Window menu. |
tile | Public method to tile the managed windows. |
Constructor
Private slot to handle the currentChanged signal.
Protected method to add a view (i.e. window)
Protected method to define the user interface actions for window handling.
Protected slot to handle the modificationStatusChanged signal.
Protected method to remove all views (i.e. windows)
Protected method to remove a view (i.e. window)
Protected method to show a view (i.e. window)
Protected slot to handle the syntaxerrorToggled signal.
Public method to return the active (i.e. current) window.
Public method used to split the current view.
Public method to signal if cascading of managed windows is available.
public method to signal if splitting of the view is available.
Public method to signal if tiling of managed windows is available.
Public method to cascade the managed windows.
Public method called to filter the event queue.
Public slot used to move to the next split.
Public slot to handle the preferencesChanged signal.
Public slot used to move to the previous split.
Public method used to remove the current split view.
Public method to change the displayed name of the editor.
Public method used to set the orientation of the split view.
Public method to set up the viewmanager part of the Window menu.
Public method to tile the managed windows.