Home | Trees | Index | Help |
---|
|
object
--+
|
LevelEditorTool
BackgroundTool
,
EntityTool
,
GroundTool
,
PathTool
Method Summary | |
---|---|
__init__(self,
level,
display,
subtool_icons)
| |
Turn this tool on. | |
Turn this tool off. | |
Select the subtool corresponding to the given icon | |
set_level(self,
level)
| |
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. |
Method Details |
---|
__init__(self,
level,
display,
subtool_icons)
|
activate(self)Turn this tool on. |
deactivate(self)Turn this tool off. |
select_subtool(self, subtool)Select the subtool corresponding to the given icon |
set_level(self, level) |
Instance Variable Details |
---|
shortcutThe keyboard shortcut for this tool, orNone if this tool
doesn't have a keyboard shortcut.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Thu Sep 22 22:52:43 2005 | http://epydoc.sf.net |