Trees | Indices | Help |
|
---|
|
object --+ | NbTarget
Base class for objects which receive notebook items. Multiple NbTargets can be registered by name with the NbController qubx.notebook.Notebook. Targets need not inherit from this class, but must implement these properties and methods: supports: list of subclasses of NbItem which this target can handle, e.g. [NbText, NbDynText, NbTable] nb_init(): called when the target is (re-) activated nb_send(item): acts on the L{NbItem}
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Dec 15 19:07:38 2017 | http://epydoc.sourceforge.net |