| Home | Trees | Index | Help |
|---|
|
|
object --+
|
LevelEditorTool --+
|
PathTool
| Method Summary | |
|---|---|
__init__(self,
level,
display)
| |
Turn this tool on. | |
Turn this tool off. | |
Select the subtool corresponding to the given icon | |
| 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 | |
|---|---|
| Inherited from LevelEditorTool | |
NoneType |
shortcut: The keyboard shortcut for this tool, or None if this tool
doesn't have a keyboard shortcut. |
| Class Variable Summary | |
|---|---|
type |
LinkMarker = pajammin.util.leveleditor.LinkMarker |
type |
NodeMarker = pajammin.util.leveleditor.NodeMarker |
| 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 |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Sep 22 22:52:46 2005 | http://epydoc.sf.net |