![]() |
Blamite Game Engine - Keystone
00363.09.06.22.0059.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
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... | |
Class representing a section shared settings tree widget item.
This class is used to wrap around a configuration section.
| SharedSettingsSectionTreeItem::SharedSettingsSectionTreeItem | ( | BlamConfigurationSection * | _section | ) |
Constructs a new shared settings section tree item.
| _section | - The section to associate this tree item with. |
| BlamConfigurationSection* SharedSettingsSectionTreeItem::section = nullptr |
The section associated with this tree item.