Package pajammin :: Package util :: Module leveleditor :: Class LevelEditorToolbar
[show private | hide private]
[frames | no frames]

Class LevelEditorToolbar


Method Summary
  __init__(self, level, display)
  select(self, new_selection, subselection)
  set_level(self, level)
  _cycle(self, event)
  _shortcut_cb(self, event, i)

Class Variable Summary
tuple POS = (10, 10)
list TOOLS = [<class 'pajammin.util.leveleditor.BackgroundToo...

Method Details

__init__(self, level, display)
(Constructor)

select(self, new_selection, subselection=None)

set_level(self, level)

_cycle(self, event)

_shortcut_cb(self, event, i)


Class Variable Details

POS

Type:
tuple
Value:
(10, 10)                                                               

TOOLS

Type:
list
Value:
[<class 'pajammin.util.leveleditor.BackgroundTool'>,
 <class 'pajammin.util.leveleditor.AgentTool'>,
 <class 'pajammin.util.leveleditor.AvatarTool'>,
 <class 'pajammin.util.leveleditor.GroundTool'>,
 <class 'pajammin.util.leveleditor.PlatformTool'>,
 <class 'pajammin.util.leveleditor.BouncyPlatformTool'>,
 <class 'pajammin.util.leveleditor.WallTool'>,
 <class 'pajammin.util.leveleditor.DecorationTool'>,
...