Basic attribute management and "active class" support
Methods
|
|
_bindingChanging
_delBinding
_getBinding
_getBindingFuncs
_hasBinding
_postGet
_setBinding
|
|
_bindingChanging
|
_bindingChanging (
self,
attr,
newval,
isSlot=False,
)
|
|
_delBinding
|
_delBinding (
self,
attr,
useSlot=False,
)
|
|
_getBinding
|
_getBinding (
self,
attr,
default=None,
useSlot=False,
)
|
|
_getBindingFuncs
|
_getBindingFuncs (
klass,
attr,
useSlot=False,
)
|
|
_hasBinding
|
_hasBinding (
self,
attr,
useSlot=False,
)
|
|
_postGet
|
_postGet (
self,
attr,
value,
isSlot=False,
)
|
|
_setBinding
|
_setBinding (
self,
attr,
value,
useSlot=False,
)
|
|