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

Class SelectionLists

source code

object --+
         |
        SelectionLists

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
set_index(self, x) source code
 
__onEditList(self, *args) source code
 
__onSelect(self, index, field_name, sender) source code
 
__onDoubleClick(self, index, field_name) source code
 
__onChangeListName(self, lst, name) source code
 
index_of(self, name) source code
 
by_name(self, name) source code
 
show_list(self, name) source code
 
del_list(self, name_or_ix) source code
 
read_from_classic_tree(self, lists_node) source code
 
to_classic_tree(self) source code
 
read_from_tree(self, lists_node) source code
 
to_tree(self) source code
 
clone(self) source code
 
make_sub_list(self, name, offset, count, max_grow=0) source code

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

Instance Variables [hide private]
  lists
list of SelectionList
Properties [hide private]
  index
index of onscreen list
  item
onscreen SelectionList

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)

Property Details [hide private]

index

index of onscreen list

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

item

onscreen SelectionList

Get Method:
unreachable(self)