Kate::ProjectManager Class Reference
Interface to the projectmanager. More...
#include <projectmanager.h>
Signals | |
| void | projectChanged () |
| void | projectCreated (Kate::Project *project) |
| void | projectDeleted (uint projectNumber) |
Public Member Functions | |
| ProjectManager (void *projectManager) | |
| virtual | ~ProjectManager () |
| Project * | create (const QString &type, const QString &name, const QString &filename) |
| Project * | open (const QString &filename) |
| bool | close (Kate::Project *project) |
| Project * | project (uint n=0) |
| uint | projects () |
Friends | |
| class | PrivateProjectManager |
Detailed Description
Interface to the projectmanager.
Definition at line 31 of file projectmanager.h.
Constructor & Destructor Documentation
|
|
Construtor, should not interest, internal usage.
Definition at line 43 of file projectmanager.cpp. |
|
|
Desctructor.
Definition at line 49 of file projectmanager.cpp. |
Member Function Documentation
|
||||||||||||||||
|
Creates a new project file at give url of given type + opens it.
Definition at line 54 of file projectmanager.cpp. |
|
|
Definition at line 59 of file projectmanager.cpp. |
The documentation for this class was generated from the following files:
