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 |
__showViewByIndex | Internal slot called to show a view (i.e. window) selected in the list. |
activeWindow | Private method to return the active (i.e. current) window. |
addSplit | Public method used to split the current view. |
addView | Private method to add a view (i.e. window) |
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. |
handleModificationStatusChanged | Private slot to handle the modificationStatusChanged signal. |
handleShowWindowMenu | Private method to set up the viewmanager part of the Window menu. |
initWindowActions | Define the user interface actions for window handling. |
removeAllViews | Private method to remove all views (i.e. windows) |
removeSplit | Public method used to remove the current split view. |
removeView | Private method to remove a view (i.e. window) |
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. window) |
tile | Public method to tile the managed windows. |
Constructor
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 slot to handle the modificationStatusChanged signal.
Private method to set up the viewmanager part of the Window menu.
Define the user interface actions for window handling.
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.