Parent Directory
|
Revision Log
|
Patch
revision 6 by bh, Tue Aug 28 15:41:52 2001 UTC | revision 63 by bh, Fri Sep 14 12:20:02 2001 UTC | |
---|---|---|
# | Line 47 class Map(TitledObject, Modifiable): | Line 47 class Map(TitledObject, Modifiable): |
47 | def Destroy(self): | def Destroy(self): |
48 | for layer in self.layers: | for layer in self.layers: |
49 | layer.Destroy() | layer.Destroy() |
50 | self.label_layer.Unsubscribe(CHANGED, self.forward, LAYERS_CHANGED) | |
51 | Modifiable.Destroy(self) | Modifiable.Destroy(self) |
52 | ||
53 | def AddLayer(self, layer): | def AddLayer(self, layer): |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |