Elaztek Developer Hub
Blamite Game Engine - Keystone  00432.02.10.25.1019.blamite
A library that enables the use of Qt in Blamite's editing tools.
BlamOpenScenarioTreeWidget_Scenario Class Reference

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...
 

Detailed Description

Class used to represent a Scenario tree widget item within the Open Scenario dialog.

Constructor & Destructor Documentation

◆ BlamOpenScenarioTreeWidget_Scenario()

BlamOpenScenarioTreeWidget_Scenario::BlamOpenScenarioTreeWidget_Scenario ( std::string  name,
std::string  path 
)

Constructs a new Scenario tree widget item.

Parameters
name- The name of the scenario.
path- The tag path of the scenario.

Member Data Documentation

◆ scenario_name

std::string BlamOpenScenarioTreeWidget_Scenario::scenario_name = "unknown"

The name of the scenario.

◆ scenario_path

std::string BlamOpenScenarioTreeWidget_Scenario::scenario_path = "unknown path"

The tag path of the scenario.


The documentation for this class was generated from the following files: