Tuner – tuner-1 Reference Manual
Packages
tuner-1
Tuner
Modifier
ActionRow
Addin
ComboRow
DataComboRow
FlagsSwitchRow
FontRow
Group
GroupContent
Page
PageContent
PanelPage
PanelPageContent
ResetButton
SwitchRow
ValueComboRow
ValueSwitchRow
Tuner
Description:
Content:
Interfaces:
Modifier
-
Base interface that allows binding with settings
Classes:
ActionRow
-
Empty action row that support binding with settings
Addin
-
Abstract base class for plugins.
ComboRow
-
Combo row that sets setting string value
DataComboRow
-
ComboRow that loads model from directory contents using
DataComboRow.content_filter
FlagsSwitchRow
-
SwitchRow
that adds or removes
FlagsSwitchRow.value
from setting string array
FontRow
-
ActionRow
that sets font name to setting string
Group
-
Widget allows to use Content addins
GroupContent
-
Builder class for adding widgets to an existing
Tuner.Group
.
Page
-
A settings page that can contain groups of preferences widgets.
PageContent
-
Builder class for adding UI content to an existing
Tuner.Page
.
PanelPage
-
A top-level page that represents a settings row in the application.
PanelPageContent
-
Builder class for adding UI content to an existing
Tuner.PanelPage
.
ResetButton
-
Button with icon-name: edit-undo- symbolic, flat as css class and valign is center
SwitchRow
-
ActionRow
with switch widget that bind with settings boolean value
ValueComboRow
-
ComboRow
that loads model from setting enum fields and capitalize it
ValueSwitchRow
-
SwitchRow
that will set value to settings if active and reset setting value otherwise