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