|
|
|
|
|
__createGUI(self)
Assembles the widgets together onto the window |
source code
|
|
|
|
|
|
|
__createToolbar(self)
Creates the toolbar on the left of the screen that holds the tools
defined in editortools |
source code
|
|
|
|
createTreeView(self)
Creates the tree view and its associated buttons |
source code
|
|
|
|
| delete_event(self,
widget,
event,
data=None) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bool
|
|
|
bool
|
closeCheck(self)
Checks to see if the user wants to quit and if he/she wants to save
the changes to the map. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| view_toggleGridPalette(self,
widget,
data=None) |
source code
|
|
|
|
| view_toggleToolbar(self,
widget,
data=None) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
help_about(self,
window,
data=None)
The answer to the age-old question "Who's responsible for this
mess?" |
source code
|
|
|
|
toolSelect(self,
action,
ignored)
Handles tool selection on the map toolbar |
source code
|
|
|
|
addLayer(self,
window,
data=None)
Adds a layer to the map |
source code
|
|
|
|
removeLayer(self,
window,
data=None)
Removes a layer from the map |
source code
|
|
|
|
raiseLayer(self,
window,
data=None)
Raises the currently selected layer in the map |
source code
|
|
|
|
lowerLayer(self,
window,
data=None)
Lowers the currently selected layer in the map |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from mapcontroller.MapListener:
getController,
listenAddLayer,
listenAddShape,
listenAddTile,
listenAddTileSet,
listenRemoveLayer,
listenRemoveShape,
listenRemoveTile,
listenResize,
listenSelectLayer,
listenSetSelection,
listenSetVisibilty,
listenSwapLayers
|