dips.SetWindowEntityInfoVal module#

Generated wrapper for SetWindowEntityInfo protobuf message.

class dips.SetWindowEntityInfoVal.SetWindowEntityInfoVal(color: ColorSurrogateVal | None = None, statistics_settings: SetStatisticsSettingsVal | None = None, circular_set_window: CircularWindowVal | None = None, curved_set_window: CurvedWindowVal | None = None, wrapped_freehand_set_window: WrappedFreehandWindowVal | None = None, cluster_set_window: ClusterWindowVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for SetWindowEntityInfo with Pythonic getters and setters.

property circular_set_window: CircularWindowVal#

Get the CircularSetWindow field as a wrapper.

property cluster_set_window: ClusterWindowVal#

Get the ClusterSetWindow field as a wrapper.

property color: ColorSurrogateVal#

Get the Color field as a wrapper.

copy()#

Create a copy of this wrapper.

property curved_set_window: CurvedWindowVal#

Get the CurvedSetWindow field as a wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property set_window_type: Any#

Get the SetWindowType field value.

property statistics_settings: SetStatisticsSettingsVal#

Get the StatisticsSettings field as a wrapper.

to_proto()#

Get the underlying protobuf message.

property wrapped_freehand_set_window: WrappedFreehandWindowVal#

Get the WrappedFreehandSetWindow field as a wrapper.