Module gwy :: Class DataViewLayer
[show private | hide private]
[frames | no frames]

Class DataViewLayer


The ::updated signal is emitted when a DataViewLayer is updated; the exact means how a layer can be updated depends its type.
Method Summary
  plugged()
Emits a "plugged" singal on a layer.
  realize()
Tells a data view layer its parent was realized and it can create display-specific resources.
  unplugged()
Emits a "unplugged" singal on a layer.
  unrealize()
Tells a data view layer its parent was unrealized and it should destroy display-specific resources.
  updated()
Emits a "updated" singal on a layer.

Method Details

plugged()

Emits a "plugged" singal on a layer.

Primarily intended for DataView implementation.

realize()

Tells a data view layer its parent was realized and it can create display-specific resources.

unplugged()

Emits a "unplugged" singal on a layer.

Primarily intended for DataView implementation.

unrealize()

Tells a data view layer its parent was unrealized and it should destroy display-specific resources.

updated()

Emits a "updated" singal on a layer.

Generated by Epydoc 2.1 on Tue Dec 30 04:01:42 2008 http://epydoc.sf.net