Drag[en]gine Script Module DragonScript
1.23
|
Interface for sheets in WindowSettings. More...
Public Member Functions | |
Widget | createWidget () |
Create widget to display sheet. More... | |
String | getIdentifier () |
Unique identifier of sheet. More... | |
String | getTitle () |
Title shown in toggle button. More... | |
void | resetSettings (Widget widget) |
Reset all settings. More... | |
void | saveSettings (Widget widget) |
Save all settings. More... | |
Interface for sheets in WindowSettings.
This interface is used to create and manipulate the sheet content. Sheets have a unique identifier allowing to located them in the settings window. The title is used as label for the toggle button.
Widget Dragengine.Gui.WindowSettingsSheet.createWidget | ( | ) |
Create widget to display sheet.
Implemented in Dragengine.Gui.WSSModuleParameters, and Dragengine.Gui.WSSEditBindings.
String Dragengine.Gui.WindowSettingsSheet.getIdentifier | ( | ) |
Unique identifier of sheet.
Typically used to save settings in the game configuration.
Implemented in Dragengine.Gui.DefaultWindowSettingsSheet.
String Dragengine.Gui.WindowSettingsSheet.getTitle | ( | ) |
Title shown in toggle button.
Implemented in Dragengine.Gui.DefaultWindowSettingsSheet.
void Dragengine.Gui.WindowSettingsSheet.resetSettings | ( | Widget | widget | ) |
Reset all settings.
Implemented in Dragengine.Gui.WSSModuleParameters, and Dragengine.Gui.WSSEditBindings.
void Dragengine.Gui.WindowSettingsSheet.saveSettings | ( | Widget | widget | ) |
Save all settings.
Implemented in Dragengine.Gui.WSSModuleParameters, and Dragengine.Gui.WSSEditBindings.