![]() |
Blamite Game Engine - Keystone
00423.10.27.24.0533.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
Class used to represent a Project tree widget item within the Open Scenario dialog. More...
#include <treewidget.h>
Inheritance diagram for BlamOpenScenarioTreeWidget_Project:
Collaboration diagram for BlamOpenScenarioTreeWidget_Project:Public Member Functions | |
| BlamOpenScenarioTreeWidget_Project (BlamProject *_project) | |
| Constructs a new Project tree widget item. More... | |
Public Attributes | |
| BlamProject * | project = nullptr |
| The project associated with this tree widget item. More... | |
Class used to represent a Project tree widget item within the Open Scenario dialog.
| BlamOpenScenarioTreeWidget_Project::BlamOpenScenarioTreeWidget_Project | ( | BlamProject * | _project | ) |
Constructs a new Project tree widget item.
| _project | - The project to associate with this tree widget item. |
| BlamProject* BlamOpenScenarioTreeWidget_Project::project = nullptr |
The project associated with this tree widget item.