Kate::ViewManager Class Reference
#include <viewmanager.h>
Detailed Description
Interface to the viewmanager.
Definition at line 33 of file viewmanager.h.
Public Slots | |
| Kate::View * | activeView () |
| void | activateView (uint documentNumber) |
| void | openURL (const KURL &url) |
Signals | |
| void | viewChanged () |
Public Member Functions | |
| ViewManager (void *viewManager) | |
| virtual | ~ViewManager () |
Friends | |
| class | PrivateViewManager |
Constructor & Destructor Documentation
|
|
Construtor, should not interest, internal usage.
Definition at line 46 of file viewmanager.cpp. |
|
|
Desctructor.
Definition at line 52 of file viewmanager.cpp. |
Member Function Documentation
|
|
Activates the view with the corresponding documentNumber.
Definition at line 62 of file viewmanager.cpp. |
|
|
Returns a pointer to the currently active view.
Definition at line 57 of file viewmanager.cpp. |
|
|
Opens the file pointed to by URL.
Definition at line 67 of file viewmanager.cpp. |
|
|
Active view has changed.
|
The documentation for this class was generated from the following files:

