View Source API Reference reflect_os_kernel v0.10.0
Modules
Custom Type to support storing atom module names in an Ecto.Changeset
.
Helper functions for working with Scenic.Graph
Layouts define the arrangment of sections on the screen.
Holds the layout definition struct.
Used to register one or more ReflectOS.Kernel.Layout
with the system.
Layout Managers are responsible for determining which layout should be rendered to the dashboard.
Holds the layout manager definition struct.
Used to register one or more ReflectOS.Kernel.LayoutManager
s with the system.
Holds the struct which is used as the ReflectOS.Kernel.LayoutManager
state.
Defines the struct used by sections, layouts, and layout managers to present configuration options to users in the ReflectOS Console UI.
Creates a visual grouping of configuration option inputs in the Console UI.
Provides useful helpers for developing section UIs using Scenic.Scene
on the ReflectOS platform.
Sections are the widgets which appear your ReflectOS screen, showing information to user.
Holds the section definition struct.
Used to register one or more ReflectOS.Kernel.Section
s with the system.
This module allows you to retrieve system settings, as well as subscribe to changes.
Provides a set of helper functions working with text in
Scenic.Scene
for ReflectOS sections.