![]() |
Blamite Game Engine - Keystone
00402.09.29.23.0627.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
Class representing a generic shared settings tree widget item. More...
#include <settings_treewidgets.h>
Public Attributes | |
SharedSettingsTreeItemType | tree_item_type = SharedSettingsTreeItemType::Unspecified |
The type of the tree widget item. More... | |
Class representing a generic shared settings tree widget item.
This class is a simple base class which is used for all other customized tree widget items for the shared settings dialog. It only stores the type of the tree widget, and is used to identify the widget at runtime.
SharedSettingsTreeItemType SharedSettingsGenericTreeItem::tree_item_type = SharedSettingsTreeItemType::Unspecified |
The type of the tree widget item.