Package Vision :: Module matplotlibNodes :: Class NEMatPlotLibOptions
[hide private]
[frames] | no frames]

Class NEMatPlotLibOptions

source code

                             object --+        
                                      |        
NetworkEditor.itemBase.NetworkItemsBase --+    
                                          |    
           NetworkEditor.widgets.PortWidget --+
                                              |
                                             NEMatPlotLibOptions

Instance Methods [hide private]
  __init__(self, port, **kw)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  properties_list(self, prop1, prop2)
  mainChoices(self, prop, val)
  deleteProp(self)
  addProp(self, prop)
  setTwValue(self, prop, val)
  setBoolean(self, args)
  setChoice(self, prop, value)
  set(self, valueDict, run=1)
  get(self)
  configure(self, rebuild=True, **kw)

Inherited from NetworkEditor.widgets.PortWidget: compareToOrigWidgetDescr, destroy, edit, getDataForSaving, getDescr, getWidgetGridCfg, gridLabelAndWidget, label_cb, moveWidgetToPanel, newValueCallback, postWidgetMenu, rebuild, scheduleNode

Inherited from NetworkEditor.itemBase.NetworkItemsBase: delEditor, getEditor, setEditor

Inherited from NetworkEditor.itemBase.NetworkItemsBase (private): _setModified, _setOriginal

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__


Class Variables [hide private]
  configOpts = {'labelGridCfg': {'defaultValue': {}, 'type': 'dict'...
  ownConfigOpts = {'initialValue': {'defaultValue': {}, 'type': 'dict'}}

Properties [hide private]

Inherited from NetworkEditor.itemBase.NetworkItemsBase: editor

Inherited from object: __class__


Method Details [hide private]

__init__(self, port, **kw)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: NetworkEditor.widgets.PortWidget.__init__

properties_list(self, prop1, prop2)

source code 
None

mainChoices(self, prop, val)

source code 
None

deleteProp(self)

source code 
None

addProp(self, prop)

source code 
None

setTwValue(self, prop, val)

source code 
None

setBoolean(self, args)

source code 
None

setChoice(self, prop, value)

source code 
None

set(self, valueDict, run=1)

source code 
None
Overrides: NetworkEditor.widgets.PortWidget.set

get(self)

source code 
None
Overrides: NetworkEditor.widgets.PortWidget.get

configure(self, rebuild=True, **kw)

source code 
None
Overrides: NetworkEditor.widgets.PortWidget.configure

Class Variable Details [hide private]

configOpts

None
Value:
{'NEwidgetPosition': {'defaultValue': {},
                      'description': "dict of type { 'posx':i, 'posy':
j} use to place this NEwidget (label+widget) relative to other NEwidge
ts (2x2 sub-grid) also accepts {'row':i, 'column':j} to specify the re
al row and column",
                      'type': 'dict'},
 'initialValue': {'defaultValue': {}, 'type': 'dict'},
 'labelCfg': {'defaultValue': {'text': ''},
...                                                                    
      

ownConfigOpts

None
Value:
{'initialValue': {'defaultValue': {}, 'type': 'dict'}}