KateViewManager Class Reference
List of all members.Detailed Description
Definition at line 39 of file kateviewmanager.h.
Public Slots | |
| void | openURL (const KURL &url) |
| bool | getShowFullPath () const |
| void | activateView (uint documentNumber) |
| void | activateView (int documentNumber) |
| void | slotDocumentNew () |
| void | slotDocumentOpen () |
| void | slotDocumentClose () |
| void | slotSplitViewSpaceHoriz () |
| void | slotSplitViewSpaceVert () |
| void | slotNewTab () |
| void | slotCloseTab () |
| void | activateNextTab () |
| void | activatePrevTab () |
| void | slotCloseCurrentViewSpace () |
| void | setActiveSpace (KateViewSpace *vs) |
| void | setActiveView (Kate::View *view) |
| void | setShowFullPath (bool enable) |
| void | activateNextView () |
| void | activatePrevView () |
Signals | |
| void | statusChanged (Kate::View *, int, int, int, bool, int, const QString &) |
| void | statChanged () |
| void | viewChanged () |
Public Member Functions | |
| KateViewManager (KateMainWindow *parent) | |
| ~KateViewManager () | |
| Kate::ViewManager * | viewManager () const |
| KateViewSpaceContainer * | activeContainer () |
| QPtrList< KateViewSpaceContainer > * | containers () |
| void | updateViewSpaceActions () |
| void | saveViewConfiguration (KConfig *config, const QString &group) |
| void | restoreViewConfiguration (KConfig *config, const QString &group) |
| uint | openURL (const KURL &url, const QString &encoding, bool activate=true, bool isTempFile=false) |
| Kate::View * | activeView () |
| KateViewSpace * | activeViewSpace () |
| uint | viewCount () |
| uint | viewSpaceCount () |
| void | setViewActivationBlocked (bool block) |
| void | closeViews (uint documentNumber) |
| KateMainWindow * | mainWindow () |
Protected Attributes | |
| QGuardedPtr< Kate::View > | guiMergedView |
Friends | |
| class | KateViewSpaceContainer |
Member Function Documentation
|
||||||||||||
|
session config functions
Definition at line 466 of file kateviewmanager.cpp. |
|
|
Splits the active viewspace horizontally.
Definition at line 446 of file kateviewmanager.cpp. |
|
|
Splits the active viewspace vertically.
Definition at line 439 of file kateviewmanager.cpp. |
The documentation for this class was generated from the following files:

