Package NetworkEditor :: Module itemBase :: Class NetworkItemsBase
[hide private]
[frames] | no frames]

Class NetworkItemsBase

source code

object --+
         |
        NetworkItemsBase
Known Subclasses:
widgets.PortWidget, NetworkItems, net.Network

Base class for all objects that can be added to a Canvas.

Instance Methods [hide private]
  getEditor(self)
  setEditor(self, editor)
  delEditor(self)
  __init__(self, name)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  _setModified(self, modified)
set the _modified attribute.
  _setOriginal(self, original)
set the _original attribute.

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


Properties [hide private]
  editor
Used for backwards compatibility because we changed this to a weakref.

Inherited from object: __class__


Method Details [hide private]

getEditor(self)

source code 
None

setEditor(self, editor)

source code 
None

delEditor(self)

source code 
None

__init__(self, name)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

_setModified(self, modified)

source code 
set the _modified attribute. Users should not call this method

_setOriginal(self, original)

source code 
set the _original attribute. Users should not call this method

Property Details [hide private]

editor

Used for backwards compatibility because we changed this to a weakref.
Get Method:
NetworkEditor.itemBase.NetworkItemsBase.getEditor(self)
Set Method:
NetworkEditor.itemBase.NetworkItemsBase.setEditor(self, editor)
Delete Method:
NetworkEditor.itemBase.NetworkItemsBase.delEditor(self)