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

kate

  • Kate
  • Application
Public Member Functions | Friends | List of all members
Kate::Application Class Reference

#include <application.h>

Inherits TQObject.

Public Member Functions

 Application (void *application)
 
virtual ~Application ()
 
Kate::DocumentManager * documentManager ()
 
Kate::PluginManager * pluginManager ()
 
Kate::MainWindow * activeMainWindow ()
 
uint mainWindows ()
 
Kate::MainWindow * mainWindow (uint n=0)
 

Friends

class PrivateApplication
 

Detailed Description

Interface to the application, beside some global methodes to access other objects like document/projectmanager, ... no way goes around this central interface.

Definition at line 38 of file application.h.

Constructor & Destructor Documentation

◆ Application()

Kate::Application::Application ( void *  application)

Construtor, should not interest, internal usage.

Definition at line 49 of file application.cpp.

◆ ~Application()

Kate::Application::~Application ( )
virtual

Desctructor.

Definition at line 55 of file application.cpp.

Member Function Documentation

◆ activeMainWindow()

MainWindow * Kate::Application::activeMainWindow ( )

Definition at line 70 of file application.cpp.

◆ documentManager()

DocumentManager * Kate::Application::documentManager ( )

Returns a pointer to the document manager.

Definition at line 60 of file application.cpp.

◆ mainWindow()

MainWindow * Kate::Application::mainWindow ( uint  n = 0)

Definition at line 83 of file application.cpp.

◆ mainWindows()

uint Kate::Application::mainWindows ( )

Definition at line 78 of file application.cpp.

◆ pluginManager()

PluginManager * Kate::Application::pluginManager ( )

Definition at line 65 of file application.cpp.

Friends And Related Function Documentation

◆ PrivateApplication

friend class PrivateApplication
friend

Definition at line 40 of file application.h.


The documentation for this class was generated from the following files:
  • application.h
  • application.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.