 |
Blamite Game Engine - Keystone
00326.06.27.21.0407.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
Go to the documentation of this file.
3 #include <qtreewidget.h>
4 #include <Strings/components/settings/config/config.h>
37 BlamConfigurationSection*
section =
nullptr;
56 BlamConfigurationFile*
file =
nullptr;
Class representing a generic shared settings tree widget item.
Definition: settings_treewidgets.h:23
BlamConfigurationSection * section
The section associated with this tree item.
Definition: settings_treewidgets.h:37
SharedSettingsSectionTreeItem(BlamConfigurationSection *_section)
Constructs a new shared settings section tree item.
Definition: settings_treewidgets.cpp:3
SharedSettingsTreeItemType tree_item_type
The type of the tree widget item.
Definition: settings_treewidgets.h:26
Class representing a file shared settings tree widget item.
Definition: settings_treewidgets.h:53
SharedSettingsFileTreeItem(BlamConfigurationFile *_file)
Constructs a new shared settings section tree item.
Definition: settings_treewidgets.cpp:12
BlamConfigurationFile * file
The file associated with this tree item.
Definition: settings_treewidgets.h:56
Class representing a section shared settings tree widget item.
Definition: settings_treewidgets.h:34
@ Unspecified
Indicates that the editor window type is unknown. This should never happen.