Package Volume :: Package VisionInterface :: Module ContourSpectrum :: Class NEContourSpectrum
[hide private]
[frames] | no frames]

Class NEContourSpectrum

source code

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

NetworkEditor wrapper for ContourSpectrum widget.
Handles all PortWidget arguments and all ContourSpectrum arguments except for value.
    Name:          default:
    callback       None
    continuous     1
    lockContinuous 0
    lockBMin       0
    lockBMax       0
    lockMin        0
    lockMax        0
    lockPrecision  0
    lockShowLabel  0
    lockType       0
    lockValue      0
    min            None
    max            None
    precision      2
    showLabel      1
    size           50
    type           'float'



Instance Methods [hide private]
  __init__(self, port, **kw)
  configure(self, rebuild=True, **kw)
  set(self, value, run=1)
  get(self)
  optionsPanelOK_cb(self, event=None)
  optionsPanelApply_cb(self, event=None)
  toggleOptionsPanel(self, event=None)
  getDescr(self)

Inherited from NetworkEditor.widgets.PortWidget: compareToOrigWidgetDescr, destroy, edit, getDataForSaving, 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 = {'lockContinuous': {'defaultValue': False, 'type': '...
  ownConfigOpts = {'lockContinuous': {'defaultValue': False, 'type': '...

Properties [hide private]

Inherited from NetworkEditor.itemBase.NetworkItemsBase: editor

Inherited from object: __class__


Method Details [hide private]

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

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

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

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

set(self, value, run=1)

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

get(self)

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

optionsPanelOK_cb(self, event=None)

source code 
None

optionsPanelApply_cb(self, event=None)

source code 
None

toggleOptionsPanel(self, event=None)

source code 
None

getDescr(self)

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

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'},
 'callback': {'defaultValue': None, 'type': 'None', 'description': '??
?'},
...                                                                    
      

ownConfigOpts

None
Value:
{'callback': {'defaultValue': None, 'type': 'None', 'description': '??
?'},
 'continuous': {'defaultValue': True, 'type': 'boolean', 'description'
: ''},
 'lockBMax': {'defaultValue': False, 'type': 'boolean', 'description':
 ''},
 'lockBMin': {'defaultValue': False, 'type': 'boolean', 'description':
 ''},
...