qubx :: data_types :: SelectionList :: Class SelectionList
[hide private]
[frames] | no frames]

Class SelectionList

source code

   object --+        
            |        
  table.Table --+    
                |    
table.SimpleTable --+
                    |
                   SelectionList

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
set_list_name(self, x) source code
 
insert(self, i, entry, undoing=False) source code
 
insert_selection(self, From, To, Label='', **kw) source code
 
insert_selections(self, sels) source code
 
append_selection(self, From, To, Label='', **kw) source code
 
selections_in(self, f, l, trimmed=False) source code
 
__onRemoved(self, index, undoing=False) source code
 
__onSet(self, index, field_name, val, prev, undoing=False) source code
 
__reinsert(self, index) source code
 
read_from_classic_tree(self, tree) source code
 
to_classic_tree(self) source code
 
read_from_tree(self, tree) source code
 
to_tree(self) source code
 
from_text(self, txt) source code
 
find_selection(self, From, To) source code

Inherited from table.SimpleTable: add_field, clone, get, get_row, get_size, remove, remove_field, set

Inherited from table.Table: __getitem__, __iter__, __len__, __setitem__, __str__, add_field_to_stats, add_notebook_item, all_rows, append, calc_expr_values, check_rows_if, clear, copy_rows_from, dispose, from_json, get_by_name, get_row_by_name, index, nb_get_caption, nb_get_col, nb_get_col_format, nb_get_headers, nb_get_row, nb_get_shape, nb_get_type, remove_field_from_stats, rows_meeting_criteria, select, set_checked, set_global_name, to_json, to_text

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

Instance Variables [hide private]

Inherited from table.SimpleTable: entries

Inherited from table.Table: OnAddField, OnAfterInsert, OnChecked, OnDoubleClick, OnInsert, OnRemoved, OnRemoving, OnRemovingField, OnSelect, OnSet, accept, all_stats, checked, choices, count_in_group, default, field_stats, fields, fields_independent, format, global_name, group_stats, groups_occupied, label, mean, median, mode, rows_in_group, size, sortable, std, units, user_can_remove

Properties [hide private]
  list_name

Inherited from table.SimpleTable: auto_accept, auto_add_fields, auto_default, auto_format

Inherited from table.Table: custom, max_bools, max_fields, notebook, notebook_items

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

insert(self, i, entry, undoing=False)

source code 
Overrides: table.Table.insert

from_text(self, txt)

source code 
Overrides: table.Table.from_text

Property Details [hide private]

list_name

Get Method:
unreachable(self)
Set Method:
unreachable(self, x)