Parent Directory
|
Revision Log
|
Patch
revision 557 by jonathan, Thu Mar 20 09:44:04 2003 UTC | revision 558 by jonathan, Wed Mar 26 11:05:20 2003 UTC | |
---|---|---|
# | Line 301 class Layer(BaseLayer): | Line 301 class Layer(BaseLayer): |
301 | ||
302 | def ClassChanged(self): | def ClassChanged(self): |
303 | """Called from the classification object when it has changed.""" | """Called from the classification object when it has changed.""" |
304 | self.changed(LAYER_LEGEND_CHANGED, self) | self.changed(LAYER_CHANGED, self) |
305 | ||
306 | def TreeInfo(self): | def TreeInfo(self): |
307 | items = [] | items = [] |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |