| Trees | Index | Help | 
|---|
| Module gwy :: Class InventoryStore | 
  | 
| Method Summary | |
|---|---|
Gets tree model column corresponding to a trait name.  | |
Gets the inventory a inventory store wraps.  | |
Initializes a tree iterator to row corresponding to a inventory item.  | |
Checks if the given iter is a valid iter for this inventory store.  | |
| Method Details | 
|---|
  get_column_by_name(name)Gets tree model column corresponding to a trait name. The underlying inventory must support trait names, except forname 
  <literal>"item"</literal> which always works (and 
  always maps to 0).
  
  | 
  get_inventory()Gets the inventory a inventory store wraps.
  | 
  UNIMPLEMENTED_get_iter(name, iter)Initializes a tree iterator to row corresponding to a inventory item.
  | 
  UNIMPLEMENTED_iter_is_valid(iter)Checks if the given iter is a valid iter for this inventory store. <warning>This function is slow. Only use it for debugging and/or testing purposes.</warning>
  | 
| Trees | Index | Help | 
|---|
| Generated by Epydoc 2.1 on Tue Dec 30 04:01:41 2008 | http://epydoc.sf.net |