func_sketch._gui.constants module#

Constants for the GUI.

func_sketch._gui.constants.CURVE_COLORS#

Colors for curves in the plot area.

func_sketch._gui.constants.DEFAULT_PLOT_CONFIG#

Default plot configuration object.

func_sketch._gui.constants.DEFAULT_PLOT_RANGE#

Default range for the plot area.

func_sketch._gui.constants.ERROR_MESSAGE_COLOR#

Color for error messages.

func_sketch._gui.constants.FONT_SIZE_DEFAULT#

Default font size in Kivy.

func_sketch._gui.constants.FONT_SIZE_HEADER1#

Font size for level 1 headers.

func_sketch._gui.constants.FONT_SIZE_HEADER2#

Font size for level 2 headers.

func_sketch._gui.constants.FONT_SIZE_TEXT#

Font size for normal text.

func_sketch._gui.constants.NAVIGATION_BACKGROUND_COLOR#

Background color for the navigation area.

func_sketch._gui.constants.NORMAL_TEXT_COLOR#

Color for normal text.

func_sketch._gui.constants.NUM_CURVES#

Number of curves supported in the application.

func_sketch._gui.constants.PADDING_NAVIGATION#

Padding for the navigation area.

func_sketch._gui.constants.PLOT_BACKGROUND_COLOR#

Background color for the plot area.

func_sketch._gui.constants.SPACING_DEFAULT#

Default spacing between widgets.

func_sketch._gui.constants.SPACING_HEADER1#

Spacing for level 1 headers.

func_sketch._gui.constants.SPACING_HEADER2#

Spacing for level 2 headers.

func_sketch._gui.constants.SPLITTER_COLOR#

Color for the splitter between the navigation and main content areas.

func_sketch._gui.constants.TEXT_INPUT_ERROR_BACKGROUND_COLOR#

Background color for text input fields in error state.

func_sketch._gui.constants.TEXT_INPUT_ERROR_BORDER_COLOR#

Border color for text input fields in error state.

func_sketch._gui.constants.TEXT_INPUT_FOCUSED_BACKGROUND_COLOR#

Background color for text input fields in focused state.

func_sketch._gui.constants.TEXT_INPUT_FOCUSED_BORDER_COLOR#

Border color for text input fields in focused state.

func_sketch._gui.constants.TEXT_INPUT_NORMAL_BACKGROUND_COLOR#

Background color for text input fields.

func_sketch._gui.constants.TEXT_INPUT_NORMAL_BORDER_COLOR#

Border color for text input fields in normal state.

func_sketch._gui.constants._default_plot_config() PlotConfig#

Create a default PlotConfig object.

Returns:

Default plot configuration object.

Return type:

PlotConfig