kate Library API Documentation

Kate::MainWindow Class Reference

Inheritance diagram for Kate::MainWindow:

QObject List of all members.

Public Slots

Kate::ViewManagerviewManager () const
Kate::ProjectactiveProject () const
Kate::ProjectcreateProject (const QString &type, const QString &name, const QString &filename)
Kate::ProjectopenProject (const QString &filename)

Signals

void projectChanged ()

Public Member Functions

 MainWindow (void *mainWindow)
virtual ~MainWindow ()
KXMLGUIFactory * guiFactory () const
ToolViewManagertoolViewManager () const

Friends

class PrivateMainWindow

Detailed Description

Definition at line 33 of file mainwindow.h.


Member Function Documentation

Project * Kate::MainWindow::activeProject  )  const [slot]
 

Returns the active project of this main window.

Returns:
Project current active project

Definition at line 76 of file mainwindow.cpp.

Project * Kate::MainWindow::createProject const QString type,
const QString name,
const QString filename
[slot]
 

Creates a new project file at give url of given type + opens it.

Parameters:
type projecttype
filename name of the new project file
Returns:
Project new created project object

Definition at line 81 of file mainwindow.cpp.

Project * Kate::MainWindow::openProject const QString filename  )  [slot]
 

Parameters:
filename name of the project file
Returns:
Project opened project

Definition at line 86 of file mainwindow.cpp.


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.4.1.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Jun 13 19:27:54 2006 by doxygen 1.4.3 written by Dimitri van Heesch, © 1997-2003