Trees | Indices | Help |
---|
|
object --+ | GLObject --+ | object --+ | | | StateMixin --+ | BindReleaseObject
Base class for objects that can be bound and released.
BindReleaseObject
should be used instead of BindableObject when binding and releasing are not
performed by setting a property on a context, but by custom bind and release methods.
Subclasses are responsible for restoring any objects previously bound to the same target.
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
bind = NotImplemented Method for binding self to _context.
|
|||
release = NotImplemented Method for releasing self from _context.
|
|
|||
|
|||
Inherited from Inherited from |
|
Create a new
|
Called when a Activates the parent Context and calls bind. |
Called when a Calls release and deactivates the parent Context. |
|
bindMethod for binding
|
releaseMethod for releasing
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Mar 16 17:56:04 2012 | http://epydoc.sourceforge.net |