csc.domain.SelectorFilter¶
- class csc.domain.SelectorFilter¶
SelectorFilter enumerable
Free = 0x00, Selectable = 0x01, ObjectType = 0x02, Layer = 0x04, CustomSelectionPolicy = 0x08, Standart = Selectable | ObjectType | Layer, Full = 0xFF,
Members:
Free
Selectable
ObjectType
Layer
CustomSelectionPolicy
Standart
Full
- __init__(self: csc.domain.SelectorFilter, value: int) None ¶
Methods
__init__
(self, value)Attributes
- CustomSelectionPolicy = <SelectorFilter.CustomSelectionPolicy: 8>¶
- Free = <SelectorFilter.Free: 0>¶
- Full = <SelectorFilter.Full: 255>¶
- Layer = <SelectorFilter.Layer: 4>¶
- ObjectType = <SelectorFilter.ObjectType: 2>¶
- Selectable = <SelectorFilter.Selectable: 1>¶
- Standart = <SelectorFilter.Standart: 7>¶
- __annotations__ = {}¶
- __index__(self: csc.domain.SelectorFilter) int ¶
- __init__(self: csc.domain.SelectorFilter, value: int) None ¶
- __int__(self: csc.domain.SelectorFilter) int ¶
- __members__ = {'CustomSelectionPolicy': <SelectorFilter.CustomSelectionPolicy: 8>, 'Free': <SelectorFilter.Free: 0>, 'Full': <SelectorFilter.Full: 255>, 'Layer': <SelectorFilter.Layer: 4>, 'ObjectType': <SelectorFilter.ObjectType: 2>, 'Selectable': <SelectorFilter.Selectable: 1>, 'Standart': <SelectorFilter.Standart: 7>}¶
- __module__ = 'csc.domain'¶
- __setstate__(self: csc.domain.SelectorFilter, state: int) None ¶
- property name¶
- property value¶