Trees | Indices | Help |
|
---|
|
object --+ | NbController
The global instance of this type, qubx.notebook.Notebook, is created by qubx.notebook.Init(), and keeps registries of the various output methods (NbTargets) and automatically-triggered NbItems.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
target_ix index of user's choice in targets |
|||
target_id chosen target's target_id |
|||
target chosen NbTarget |
|||
OnAddAuto WeakEvent(index, NbAutoRec) |
|||
OnAddTarget WeakEvent(index) |
|||
OnChangeAuto WeakEvent(index, NbAutoRec) e.g. |
|||
OnChangeTargetIx WeakEvent(index) |
|||
OnRemovingTarget WeakEvent(index) |
|||
auto dict(auto_id -> NbAutoRec) |
|||
targets list of NbTargetRec |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Declares that automatic items will be generated with this auto_id and caption. With default=False, the user will have to enable it in the Notebook tab. |
Writes an NbItem to the chosen NbTarget.
|
|
target_ixindex of user's choice in targets
|
target_idchosen target's target_id
|
targetchosen NbTarget
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Dec 15 19:07:38 2017 | http://epydoc.sourceforge.net |