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

Class DataViewLayer

source code

Instance Methods [hide private]
 
plugged()
Emits a "plugged" singal on a layer.
source code
 
unplugged()
Emits a "unplugged" singal on a layer.
source code
 
updated()
Emits a "updated" singal on a layer.
source code
 
realize()
Tells a data view layer its parent was realized and it can create display-specific resources.
source code
 
unrealize()
Tells a data view layer its parent was unrealized and it should destroy display-specific resources.
source code
Method Details [hide private]

plugged()

source code 

Emits a "plugged" singal on a layer.

Primarily intended for DataView implementation.

unplugged()

source code 

Emits a "unplugged" singal on a layer.

Primarily intended for DataView implementation.