|
Project Documentation Manager BRIGADOON-0002
Project Documentation Manager
|
#include "common_definitions.h"#include "projectdocmanager.h"#include "projectoptionsmanager.h"#include "projectsubstitute.h"#include "doxygenmanager.h"#include "readprojectinfo.h"#include <QMessageBox>#include <QProcess>Go to the source code of this file.
Variables | |
| PROJECT_INFORMATION | project_information |
| ProjectOptionsManager * | project_opts_manager |
| ReadProjectInfo * | read_project_info |
| DoxygenManager * | doxy_manager |
| ProjectSubstitute * | project_subs_manager |
| int | current_locked_project |
| Database Index of currently locked Project. | |
| int current_locked_project |
Database Index of currently locked Project.
If no project is locked, the value will be 0.
Definition at line 23 of file projectdocmanager.cpp.
Referenced by ProjectDocManager::LockProject(), ProjectDocManager::SetEditState(), ReadProjectInfo::SetProjectStatus(), and ProjectDocManager::~ProjectDocManager().
|
extern |
Definition at line 24 of file mainwindow.cpp.
| PROJECT_INFORMATION project_information |
Definition at line 10 of file projectdocmanager.cpp.
Referenced by MainWindow::MainWindow(), ProjectIdentifier::SavePreferredProject(), and ProjectIdentifier::SetSite().
|
extern |
Definition at line 20 of file mainwindow.cpp.
|
extern |
Definition at line 22 of file mainwindow.cpp.
|
extern |
Definition at line 23 of file mainwindow.cpp.