kate Library API Documentation

Kate::ViewManager Class Reference

Interface to the viewmanager. More...

#include <viewmanager.h>

List of all members.

Signals

void viewChanged ()

Public Member Functions

 ViewManager (void *viewManager)
virtual ~ViewManager ()
View * activeView ()
void activateView (uint documentNumber)
void openURL (const KURL &url)


Detailed Description

Interface to the viewmanager.

Definition at line 31 of file viewmanager.h.


Constructor & Destructor Documentation

Kate::ViewManager::ViewManager void *  viewManager  ) 
 

Construtor, should not interest, internal usage.

Definition at line 46 of file viewmanager.cpp.

Kate::ViewManager::~ViewManager  )  [virtual]
 

Desctructor.

Definition at line 52 of file viewmanager.cpp.


Member Function Documentation

View * Kate::ViewManager::activeView  ) 
 

Returns a pointer to the currently active view.

Returns:
View active view
Definition at line 57 of file viewmanager.cpp.

void Kate::ViewManager::activateView uint  documentNumber  ) 
 

Activates the view with the corresponding documentNumber.

Parameters:
documentNumber the document's number
Definition at line 62 of file viewmanager.cpp.

void Kate::ViewManager::openURL const KURL &  url  ) 
 

Opens the file pointed to by URL.

Parameters:
url url to the file
Definition at line 67 of file viewmanager.cpp.

void Kate::ViewManager::viewChanged  )  [signal]
 

Active view has changed.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kate Library Version 3.2.3.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Aug 31 00:02:10 2004 by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2003