Home | Trees | Index | Help |
---|
|
object
--+ |LevelEditorTool
--+ | GroundTool
Method Summary | |
---|---|
__init__(self,
level,
display)
| |
Turn this tool on. | |
Turn this tool off. | |
Select the subtool corresponding to the given icon | |
_click(self,
event)
| |
_drag(self,
event)
| |
_tiles_between(self,
(x1,
y1),
(x2,
y2))
| |
Inherited from LevelEditorTool | |
| |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
Return hash(x)... | |
Return a new object with type S, a subtype of T... | |
helper for pickle | |
helper for pickle | |
Return repr(x)... | |
x.__setattr__('name', value) <==> x.name = value | |
Return str(x)... |
Instance Variable Summary | |
---|---|
NoneType |
shortcut : The keyboard shortcut for this tool, or None if this tool
doesn't have a keyboard shortcut. |
Class Variable Summary | |
---|---|
int |
DEPTH = 3 |
Method Details |
---|
__init__(self,
level,
display)
|
activate(self)Turn this tool on.
|
deactivate(self)Turn this tool off.
|
select_subtool(self, subtool)Select the subtool corresponding to the given icon
|
_click(self, event) |
_drag(self, event) |
_tiles_between(self, (x1, y1), (x2, y2)) |
Instance Variable Details |
---|
shortcutThe keyboard shortcut for this tool, orNone if this tool
doesn't have a keyboard shortcut.
|
Class Variable Details |
---|
DEPTH
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Thu Sep 22 22:52:46 2005 | http://epydoc.sf.net |