![]() |
Blamite Game Engine - Keystone
00406.12.10.23.1457.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>
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.