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