Module sys

Source
Expand description

Concrete system.

Modules§

context
Main aggregating object.
context_changer
Context changer.
drawing
Draw changer.
exposed
Exposed namespace of the module.
orphan
Orphan namespace of the module.
prelude
Prelude to use essentials: use my_module::prelude::*.
protected
Protected namespace of the module.
stroke_brush
Brush stroke.
target
Target to draw.

Structs§

Context
Context.
ContextChanger
Context.
DrawChanger
ChangerInterface of brush stroke.
Drawing
Drawing.
DrawingChangeNew
ChangerInterface of brush stroke.
RectChangeNew
Command to draw rectangle.
RectChangeRegion
Command to draw rectangle.
RectChanger
Command to draw rectangle.
StrokeBrush
StrokeBrush.
StrokeBrushChangeColor
ChangerInterface of brush stroke.
StrokeBrushChangeNew
ChangerInterface of brush stroke.
StrokeBrushChangeWidth
ChangerInterface of brush stroke.
StrokeBrushChanger
ChangerInterface of brush stroke.

Functions§

context
Get current context.