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

Class representing a section shared settings tree widget item. More...

#include <settings_treewidgets.h>

+ Inheritance diagram for SharedSettingsSectionTreeItem:

Public Member Functions

 SharedSettingsSectionTreeItem (BlamConfigurationSection *_section)
 Constructs a new shared settings section tree item. More...
 

Public Attributes

BlamConfigurationSection * section = nullptr
 The section associated with this tree item. More...
 
- Public Attributes inherited from SharedSettingsGenericTreeItem
SharedSettingsTreeItemType tree_item_type = SharedSettingsTreeItemType::Unspecified
 The type of the tree widget item. More...
 

Detailed Description

Class representing a section shared settings tree widget item.

This class is used to wrap around a configuration section.

Constructor & Destructor Documentation

◆ SharedSettingsSectionTreeItem()

SharedSettingsSectionTreeItem::SharedSettingsSectionTreeItem ( BlamConfigurationSection *  _section)

Constructs a new shared settings section tree item.

Parameters
_section- The section to associate this tree item with.

Member Data Documentation

◆ section

BlamConfigurationSection* SharedSettingsSectionTreeItem::section = nullptr

The section associated with this tree item.


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