Elaztek Developer Hub
Blamite Game Engine - Keystone  00402.09.29.23.0627.blamite
A library that enables the use of Qt in Blamite's editing tools.
settings_treewidgets.h File Reference
#include <qtreewidget.h>
#include <Strings/components/settings/config/config.h>
+ Include dependency graph for settings_treewidgets.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SharedSettingsGenericTreeItem
 Class representing a generic shared settings tree widget item. More...
 
class  SharedSettingsSectionTreeItem
 Class representing a section shared settings tree widget item. More...
 
class  SharedSettingsFileTreeItem
 Class representing a file shared settings tree widget item. More...
 

Enumerations

enum  SharedSettingsTreeItemType { SharedSettingsTreeItemType::Section, SharedSettingsTreeItemType::File, SharedSettingsTreeItemType::Unspecified }
 Enumerator listing all possible setting tree widget types. More...
 

Enumeration Type Documentation

◆ SharedSettingsTreeItemType

Enumerator listing all possible setting tree widget types.

Enumerator
Section 

Indicates the tree widget represents a configuration section.

File 

Indicates the tree widget represents a configuration file.

Unspecified 

Indicates the tree widget has not been properly configured.