![]() |
Blamite Game Engine - Keystone
00326.06.27.21.0407.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
Class representing a file shared settings tree widget item. More...
#include <settings_treewidgets.h>
Public Member Functions | |
SharedSettingsFileTreeItem (BlamConfigurationFile *_file) | |
Constructs a new shared settings section tree item. More... | |
Public Attributes | |
BlamConfigurationFile * | file = nullptr |
The file associated with this tree item. More... | |
![]() | |
SharedSettingsTreeItemType | tree_item_type = SharedSettingsTreeItemType::Unspecified |
The type of the tree widget item. More... | |
Class representing a file shared settings tree widget item.
This class is used to wrap around a configuration file, and will automatically create child items for the sections contained within the file.
SharedSettingsFileTreeItem::SharedSettingsFileTreeItem | ( | BlamConfigurationFile * | _file | ) |
Constructs a new shared settings section tree item.
_file | - The file to associate this tree item with. |
BlamConfigurationFile* SharedSettingsFileTreeItem::file = nullptr |
The file associated with this tree item.