#include <project_manager.hpp>
|
| void | selectProjectFolder () |
| | Opens a dialog to select a project folder and opens the selected project.
|
| |
◆ ProjectManager()
| ProjectManager::ProjectManager |
( |
QObject * |
parent = nullptr | ) |
|
Constructs a ProjectManager object.
- Parameters
-
| parent | The parent QObject. |
◆ closeProject()
| void ProjectManager::closeProject |
( |
Project * |
project | ) |
|
Closes the specified project and deletes it.
- Parameters
-
| project | The project to close. |
◆ getProjects()
| QList< Project * > ProjectManager::getProjects |
( |
| ) |
const |
Gets the list of currently opened projects.
- Returns
- A list of pointers to the opened projects.
◆ openProject()
| void ProjectManager::openProject |
( |
const QString & |
path | ) |
|
Opens a project from the specified directory path.
- Parameters
-
| path | The directory path of the project. |
◆ selectProjectFolder
| void ProjectManager::selectProjectFolder |
( |
| ) |
|
|
slot |
Opens a dialog to select a project folder and opens the selected project.
◆ projects
| QList<Project*> ProjectManager::projects |
|
private |
The documentation for this class was generated from the following files: