Module implementing the listspace viewmanager class.
None |
Listspace | Class implementing the listspace viewmanager class. |
StackedWidget | Class implementing a custimized StackedWidget. |
None |
Class implementing the listspace viewmanager class.
None |
None |
Listspace | Constructor |
__captionChange | Private method to handle caption change signals from the editor. |
__contextMenuClose | Private method to close the selected editor. |
__contextMenuCloseAll | Private method to close all editors. |
__contextMenuCloseOthers | Private method to close the other editors. |
__contextMenuCopyPathToClipboard | Private method to copy the file name of the selected editor to the clipboard. |
__contextMenuOpenRejections | Private slot to open a rejections file associated with the selected editor. |
__contextMenuPrintFile | Private method to print the selected editor. |
__contextMenuSave | Private method to save the selected editor. |
__contextMenuSaveAll | Private method to save all editors. |
__contextMenuSaveAs | Private method to save the selected editor to a new file. |
__currentChanged | Private slot to handle the currentChanged signal. |
__cursorLineChanged | Private slot to handle a change of the current editor's cursor line. |
__initMenu | Private method to initialize the viewlist context menu. |
__showMenu | Private slot to handle the customContextMenuRequested signal of the viewlist. |
__showSelectedView | Private slot called to show a view selected in the list. |
_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. |
getOpenEditorsForSession | Public method to get a lists of all open editors. |
getSplitOrientation | Public method to get the orientation of the split view. |
mainWidget | Public method to return a reference to the main Widget of a specific view manager subclass. |
nextSplit | Public slot used to move to the next split. |
prevSplit | Public slot used to move to the previous split. |
removeSplit | Public method used to remove the current split view or a split view by index. |
setEditorName | Public method to change the displayed name of the editor. |
setSplitCount | Public method to set the number of split views. |
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. |
splitCount | Public method to get the number of splitted views. |
tile | Public method to tile the managed windows. |
None |
Constructor
Private method to handle caption change signals from the editor.
Updates the listwidget text to reflect the new caption information.
Private method to close the selected editor.
Private method to close all editors.
Private method to close the other editors.
Private method to copy the file name of the selected editor to the clipboard.
Private slot to open a rejections file associated with the selected editor.
Private method to print the selected editor.
Private method to save the selected editor.
Private method to save all editors.
Private method to save the selected editor to a new file.
Private slot to handle the currentChanged signal.
Private slot to handle a change of the current editor's cursor line.
Private method to initialize the viewlist context menu.
Private slot to handle the customContextMenuRequested signal of the viewlist.
Private slot called to show a view selected in the list.
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 method to get a lists of all open editors.
The returned list contains one list per split view. If the view manager cannot split the view, only one list of editors is returned.
Public method to get the orientation of the split view.
Public method to return a reference to the main Widget of a specific view manager subclass.
Public slot used to move to the next split.
Public slot used to move to the previous split.
Public method used to remove the current split view or a split view by index.
Public method to change the displayed name of the editor.
Public method to set the number of split views.
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 get the number of splitted views.
Public method to tile the managed windows.
Class implementing a custimized StackedWidget.
None |
None |
StackedWidget | Constructor |
addWidget | Public method to add a new widget. |
currentWidget | Public method to get a reference to the current editor. |
firstEditor | Public method to retrieve the first editor in the list of managed editors. |
hasEditor | Public method to check for an editor. |
nextTab | Public slot used to show the next tab. |
prevTab | Public slot used to show the previous tab. |
removeWidget | Public method to remove a widget. |
setCurrentIndex | Public method to set the current widget by its index. |
setCurrentWidget | Public method to set the current widget. |
None |
Constructor
Public method to add a new widget.
Public method to get a reference to the current editor.
Public method to retrieve the first editor in the list of managed editors.
Public method to check for an editor.
Public slot used to show the next tab.
Public slot used to show the previous tab.
Public method to remove a widget.
Public method to set the current widget by its index.
Public method to set the current widget.