KateProjectManager Class Reference
Collaboration diagram for KateProjectManager:
Public Member Functions | |
KateProjectManager (QObject *parent) | |
~KateProjectManager () | |
Kate::ProjectManager * | projectManager () const |
Kate::Project * | create (const QString &type, const QString &name, const QString &filename) |
Kate::Project * | open (const QString &filename) |
bool | close (Kate::Project *project, bool force=false) |
Kate::Project * | project (uint n=0) |
uint | projects () |
Kate::ProjectPlugin * | createPlugin (Kate::Project *project) |
void | enableProjectGUI (Kate::Project *project, class KateMainWindow *win) |
void | disableProjectGUI (Kate::Project *project, class KateMainWindow *win) |
ProjectInfo * | newProjectDialog (QWidget *parent) |
QStringList | pluginStringList () |
void | setCurrentProject (Kate::Project *project) |
bool | queryCloseAll () |
bool | closeAll () |
void | saveProjectList (class KConfig *config) |
void | restoreProjectList (class KConfig *config) |
Static Public Member Functions | |
static KateProjectManager * | self () |
Detailed Description
Definition at line 62 of file kateprojectmanager.h.
The documentation for this class was generated from the following files: