Package qubx :: Module table_panel :: Class TableTab
[hide private]
[frames] | no frames]

Class TableTab

source code

     object --+    
              |    
util_types.Anon --+
                  |
                 TableTab

Info about one tab in TablesFace.

Instance Methods [hide private]

Inherited from util_types.Anon: __getattr__, __init__, __repr__, __str__, clone

Inherited from util_types.Anon (private): _find_arg_dicts, _str_indent

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Instance Variables [hide private]
  controls
gtk.Widget to display above the table, or None
  lamb
bound and curried ref to Tables._onSelect; brings table to front when a row/item is externally selected (e.g.
  onedit
bound and curried ref to Tables._onEdit; seals a restore point if the table has associated undoStack
  table
qubx.table.Table
  undoStack
qubx.undo.UndoStack that is already connected via qubx.table.TableUndo, or None
  view
qubx.tableGTK.TableView
Properties [hide private]

Inherited from object: __class__

Instance Variable Details [hide private]

lamb

bound and curried ref to Tables._onSelect; brings table to front when a row/item is externally selected (e.g. click a state)