#include <project.hpp>
|
| | Project (const QString &name) |
| | Constructs a Project with the given name.
|
| |
| void | addFile (const QString &file) |
| | Adds a file to the project if it is not already present.
|
| |
| void | removeFile (const QString &file) |
| | Removes a file from the project.
|
| |
| QString | getName () const |
| | Gets the name of the project.
|
| |
| QList< QString > | getFiles () const |
| | Gets the list of files in the project.
|
| |
◆ Project()
| Project::Project |
( |
const QString & |
name | ) |
|
Constructs a Project with the given name.
- Parameters
-
| name | The name of the project. |
◆ addFile()
| void Project::addFile |
( |
const QString & |
file | ) |
|
Adds a file to the project if it is not already present.
- Parameters
-
◆ getFiles()
| QList< QString > Project::getFiles |
( |
| ) |
const |
Gets the list of files in the project.
- Returns
- A list of file paths.
◆ getName()
| QString Project::getName |
( |
| ) |
const |
Gets the name of the project.
- Returns
- The name of the project.
◆ removeFile()
| void Project::removeFile |
( |
const QString & |
file | ) |
|
Removes a file from the project.
- Parameters
-
◆ files
| QList<QString> Project::files |
|
private |
◆ name
The documentation for this class was generated from the following files: