dips.FoldWindowEntityInfoVal module#
Generated wrapper for FoldWindowEntityInfo protobuf message.
- class dips.FoldWindowEntityInfoVal.FoldWindowEntityInfoVal(color: ColorSurrogateVal | None = None, wrapped_freehand_fold_window: WrappedFreehandWindowVal | None = None, proto_message: Any | None = None)#
Bases:
objectSimple wrapper for FoldWindowEntityInfo with Pythonic getters and setters.
- property color: ColorSurrogateVal#
Get the Color field as a wrapper.
- copy()#
Create a copy of this wrapper.
- classmethod from_proto(proto_message)#
Create wrapper from existing protobuf message.
- to_proto()#
Get the underlying protobuf message.
- property wrapped_freehand_fold_window: WrappedFreehandWindowVal#
Get the WrappedFreehandFoldWindow field as a wrapper.