• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • kate
 

kate

  • Kate
  • ViewManager
Public Slots | Signals | Public Member Functions | Friends | List of all members
Kate::ViewManager Class Reference

#include <viewmanager.h>

Inherits TQObject.

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
 

Detailed Description

Interface to the viewmanager.

Definition at line 33 of file viewmanager.h.

Constructor & Destructor Documentation

◆ ViewManager()

Kate::ViewManager::ViewManager ( void *  viewManager)

Construtor, should not interest, internal usage.

Definition at line 46 of file viewmanager.cpp.

◆ ~ViewManager()

Kate::ViewManager::~ViewManager ( )
virtual

Desctructor.

Definition at line 52 of file viewmanager.cpp.

Member Function Documentation

◆ activateView

void Kate::ViewManager::activateView ( uint  documentNumber)
slot

Activates the view with the corresponding documentNumber.

Parameters
documentNumberthe document's number

Definition at line 62 of file viewmanager.cpp.

◆ activeView

View * Kate::ViewManager::activeView ( )
slot

Returns a pointer to the currently active view.

Returns
View active view

Definition at line 57 of file viewmanager.cpp.

◆ openURL

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

Opens the file pointed to by URL.

Parameters
urlurl to the file

Definition at line 67 of file viewmanager.cpp.

◆ viewChanged

void Kate::ViewManager::viewChanged ( )
signal

Active view has changed.

Friends And Related Function Documentation

◆ PrivateViewManager

friend class PrivateViewManager
friend

Definition at line 35 of file viewmanager.h.


The documentation for this class was generated from the following files:
  • viewmanager.h
  • viewmanager.cpp

kate

Skip menu "kate"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members

kate

Skip menu "kate"
  • kate
  • libkonq
  • twin
  •   lib
Generated for kate by doxygen 1.9.4
This website is maintained by Timothy Pearson.