Module implementing the listspace viewmanager class.
Listspace | Class implementing the listspace viewmanager class. |
WidgetStack | Class implementing a custimized WidgetStack. |
None |
Class implementing the listspace viewmanager class.
Listspace | Constructor |
__showSelectedView | Internal slot called to show a view selected in the list by a mouse click. |
__showViewByIndex | Internal slot called to show a view (i.e. |
activeWindow | Private method to return the active (i.e. |
addSplit | Public method used to split the current view. |
addView | Private method to add a view (i.e. |
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 | Method called to filter the event queue. |
handleCaptionChange | Private method to handle Caption change signals from the editor. |
handleContextClose | Private method to close the selected tab. |
handleContextCloseAll | Private method to close all tabs. |
handleContextMenu | Private slot to show the context menu of the listview. |
handleContextPrintFile | Private method to print the selected tab. |
handleContextSave | Private method to save the selected tab. |
handleContextSaveAll | Private method to save all tabs. |
handleContextSaveAs | Private method to save the selected tab to a new file. |
handleContextSaveToProject | Private method to save the selected tab to the current project. |
handleModificationStatusChanged | Private slot to handle the modificationStatusChanged signal. |
handleShowMenu | Private slot to handle the aboutToShow signal of the viewlist context menu. |
handleShowWindowMenu | Private method to set up the viewmanager part of the Window menu. |
handleSyntaxErrorToggled | Private slot to handle the syntaxerrorToggled signal. |
initMenu | Private method to initialize the viewlist context menu. |
initWindowActions | Define the user interface actions for window handling. |
nextSplit | Public slot used to move to the next split. |
nextTab | Public slot to activate the viewlist giving it the input focus. |
prevSplit | Public slot used to move to the previous split. |
removeAllViews | Private method to remove all views (i.e. |
removeSplit | Public method used to remove the current split view. |
removeView | Private method to remove a view (i.e. |
setEditorName | Change the displayed name of the editor. |
setSplitOrientation | Public method used to set the orientation of the split view. |
showView | Private method to show a view (i.e. |
tile | Public method to tile the managed windows. |
Constructor
Internal slot called to show a view selected in the list by a mouse click.
Internal slot called to show a view (i.e. window) selected in the list.
Private method to return the active (i.e. current) window.
Public method used to split the current view.
Private method to add a view (i.e. window)
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.
Method called to filter the event queue.
Private method to handle Caption change signals from the editor.
Updates the listview text to reflect the new caption information.
Private method to close the selected tab.
Private method to close all tabs.
Private slot to show the context menu of the listview.
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 slot to handle the modificationStatusChanged signal.
Private slot to handle the aboutToShow signal of the viewlist context menu.
Private method to set up the viewmanager part of the Window menu.
Private slot to handle the syntaxerrorToggled signal.
Private method to initialize the viewlist context menu.
Define the user interface actions for window handling.
Public slot used to move to the next split.
Public slot to activate the viewlist giving it the input focus.
Public slot used to move to the previous split.
Private method to remove all views (i.e. windows)
Public method used to remove the current split view.
Private method to remove a view (i.e. window)
Change the displayed name of the editor.
Public method used to set the orientation of the split view.
Private method to show a view (i.e. window)
Public method to tile the managed windows.
Class implementing a custimized WidgetStack.
WidgetStack | Constructor |
addWidget | Overwritten method to add a new widget. |
firstEditor | Public method to retrieve the first editor in the list of managed editors. |
hasEditor | Public method to check for an editor. |
raiseWidget | Overwritten method to raise a widget. |
removeWidget | Overwritten method to remove a widget. |
Constructor
Overwritten method to add a new widget.
Public method to retrieve the first editor in the list of managed editors.
Public method to check for an editor.
Overwritten method to raise a widget.
Overwritten method to remove a widget.