disguise developers

Designer Plugins

Plugins for Disguise Designer software.

ValueBoxProperty

Base class: _BlipValue

Subclasses: ArrayBoxProperty, FieldProperty, PropertyProperty, ProxyFieldProperty, ReflectionValueProperty

Properties

name : str (Read-Only)

type : Type (Read-Only)

Constructors

__init__(self, other: ValueBoxProperty)

Copy constructor for ValueBoxProperty

__init__(self, name: str, getter: Callable, setter: Callable)

__init__(self, name: str, getter: Callable, setter: Callable, type: Type)

__init__(self, name: str, getter: Callable, setter: Callable, object: ReflectionValue, _: ReflectionAttributeContainer)

Methods

attributes(self) -> ReflectionAttributeContainer

field(self) -> FieldInfo

getter(self) -> Callable

object(self) -> ReflectionValue

property_(self) -> PropertyInfo

setter(self) -> Callable