![]() |
Blamite Game Engine - Keystone
00430.01.19.25.2136.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
Class used to represent a Scenario tree widget item within the Open Scenario dialog. More...
#include <treewidget.h>
Inheritance diagram for BlamOpenScenarioTreeWidget_Scenario:
Collaboration diagram for BlamOpenScenarioTreeWidget_Scenario:Public Member Functions | |
| BlamOpenScenarioTreeWidget_Scenario (std::string name, std::string path) | |
| Constructs a new Scenario tree widget item. More... | |
Public Attributes | |
| std::string | scenario_name = "unknown" |
| The name of the scenario. More... | |
| std::string | scenario_path = "unknown path" |
| The tag path of the scenario. More... | |
Class used to represent a Scenario tree widget item within the Open Scenario dialog.
| BlamOpenScenarioTreeWidget_Scenario::BlamOpenScenarioTreeWidget_Scenario | ( | std::string | name, |
| std::string | path | ||
| ) |
Constructs a new Scenario tree widget item.
| name | - The name of the scenario. |
| path | - The tag path of the scenario. |
| std::string BlamOpenScenarioTreeWidget_Scenario::scenario_name = "unknown" |
The name of the scenario.
| std::string BlamOpenScenarioTreeWidget_Scenario::scenario_path = "unknown path" |
The tag path of the scenario.