diplomat.wx_gui.point_edit

Provides a point editing widget. This is a video player with a body part and labeler selections available on the side.

Classes

BasicDataFields(*args, **kwargs)

PRIVATE: Allows for defining a list of basic data fields in your subclass with basic checker methods, and will automatically construct getters and setters for those values.

ColoredRadioBox(*args, **kwargs)

A colored radio box.

ColoredRadioButton(*args, **kwargs)

A colored radio button, used for displaying colors of each body part.

ColoredShape(*args, **kwargs)

Represents a static, colored circle.

Initialisable()

Defines a class that needs to be initialized as soon as it is read in by python.

PointEditor(*args, **kwargs)

The Point Editor.

PointViewNEdit(*args, **kwargs)

An extension of the VideoPlayer widget, which is also capable of display body part locations and allowing the user to edit them.

WxDotShapeDrawer(dc)