csc.domain.FrameActionOnChange

class csc.domain.FrameActionOnChange

FrameActionOnChange enum

AutoKey = 0, Fixing = 1, DoNothing = 2

Members:

AutoKey

Fixing

DoNothing

__init__(self: csc.domain.FrameActionOnChange, value: int) None

Methods

__init__(self, value)

Attributes

AutoKey

DoNothing

Fixing

name

value

AutoKey = <FrameActionOnChange.AutoKey: 0>
DoNothing = <FrameActionOnChange.DoNothing: 2>
Fixing = <FrameActionOnChange.Fixing: 1>
__annotations__ = {}
__eq__(self: object, other: object) bool
__getstate__(self: object) int
__hash__(self: object) int
__index__(self: csc.domain.FrameActionOnChange) int
__init__(self: csc.domain.FrameActionOnChange, value: int) None
__int__(self: csc.domain.FrameActionOnChange) int
__members__ = {'AutoKey': <FrameActionOnChange.AutoKey: 0>, 'DoNothing': <FrameActionOnChange.DoNothing: 2>, 'Fixing': <FrameActionOnChange.Fixing: 1>}
__module__ = 'csc.domain'
__ne__(self: object, other: object) bool
__repr__(self: object) str
__setstate__(self: csc.domain.FrameActionOnChange, state: int) None
__str__()

name(self: handle) -> str

property name
property value