Module rect

Source
Expand description

Rect editor widget is used to show and edit Rect values. It shows four numeric fields: two for top left corner of a rect, two for its size. See RectEditor docs for more info and usage examples.

Structs§

RectEditor
Rect editor widget is used to show and edit Rect values. It shows four numeric fields: two for top left corner of a rect, two for its size.
RectEditorBuilder
Rect editor builder creates RectEditor widget instances and adds them to the user interface.

Enums§

RectEditorMessage
A set of possible messages, that can be used to either modify or fetch the state of a RectEditor widget.