Package pygext :: Package gl :: Package gui :: Module menus :: Class BaseMenu
[frames | no frames]

Type BaseMenu

object --+        
         |        
      Node --+    
             |    
    EntityNode --+
                 |
                BaseMenu

Known Subclasses:
TextMenu

Method Summary
  __init__(self, *arg, **kw)
  create_item(self, index, item)
  create_selector(self, index, item)
  enter(self)
enter() -> None
  get_bounding_rect(self)
get_bounding_rect() -> Rect
  handle_keydown(self, ev)
  init_items(self)
  menu_init(self)
  update_selector(self)
    Inherited from EntityNode
  get_alpha(self)
  init(self)
  place(self, layername)
place(layername) -> this
  set(self, **kw)
set(**kw) -> this
  set_alpha(self, alpha)
    Inherited from Node
  __iter__(self)
  __len__(self)
  __nonzero__(self)
  abort_actions(self, typefilter)
abort_actions([typefilter]) -> None
  add_collnode(self, group, *arg, **kw)
  attach_to(self, node, back)
attach_to(node) -> None
  clear(self)
clear() -> None
  delete(self)
delete() -> None
  detach(self)
detach() -> None
  do(self, action, **kw)
do(action) -> this
  end_actions(self, typefilter)
end_actions([typefilter]) -> None
  exit(self)
exit() -> None
  get_actions(self, typefilter)
Get a list of currently active actions from this Node
  transform_polygon(self, poly)
  transform_rect(self, rect)
  traverse(self)
traverse() -> None

Property Summary
    Inherited from EntityNode
  alpha
  bottom
  center
  centerx
  centery
  left
  right
  top

Class Variable Summary
list items = []
    Inherited from EntityNode
NoneType image = None                                                                  
NoneType layer = None                                                                  
    Inherited from Node
bool fast_draw = False

Method Details

enter(self)

enter() -> None

Called when entering this node in graph traversal
Overrides:
pygext.gl.director.entities.EntityNode.enter (inherited documentation)

get_bounding_rect(self)

get_bounding_rect() -> Rect

Calculate the bounding rect for the entity.
Overrides:
pygext.gl.director.entities.EntityNode.get_bounding_rect (inherited documentation)

Class Variable Details

items

Type:
list
Value:
[]                                                                     

Generated by Epydoc 2.1 on Sat Feb 25 01:02:00 2006 http://epydoc.sf.net