Expand description
Structs§
- Categories
List Args - Arguments for a widget function that makes a list of category items that can be selected.
- Category
Header Args - Arguments for a widget function that makes a category header in a settings list.
- Category
Item Args - Arguments for a widget function that makes a category item for a categories list.
- Setting
Args - Arguments for a widget function that makes a setting container.
- Settings
Args - Arguments for a widget function that makes a settings for a category list.
- Settings
Editor WSettings editor widget.
Traits§
- Setting
Builder Editor Ext - Extends
SettingBuilderto set custom editor metadata. - Settings
CtxExt - Extends
SETTINGSto provide contextual information in an editor.
Functions§
- categories_
list_ fn PWidget function that convertsCategoriesListArgsto a category list.- category_
header_ fn PWidget function that convertsCategoryHeaderArgsto a category settings header.- category_
item_ fn PWidget function that convertsCategoryItemArgsto a category item on a category list.- reset_
button - Reset button used by
default_setting_fn. - setting_
fn PWidget function that convertsSettingArgsto a setting editor entry on a settings list.- settings_
fn PWidget function that convertsSettingsArgsto a settings list.