Package schrodinger :: Package application :: Package msv :: Package gui :: Module viewmodel :: Class RowWrapRemovingRows
[hide private]
[frames] | no frames]

Class RowWrapRemovingRows

object --+
         |
        RowWrapRemovingRows

An object to store RowWrapProxyModel bookkeeping for the removal of top-level rows.

Instance Methods [hide private]
 
__init__(self, old_source_row_count, new_source_row_count, source_start, source_end)
x.__init__(...) initializes x; see help(type(x)) for signature

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

Instance Variables [hide private]
int new_source_row_count
The number of rows in the source model after the removal.
  num_rem_rows
The number of rows being removed.
int old_source_row_count
The number of rows in the source model before the removal.
int source_start
The row number of the first row being removed.
int wrap
The wrap of RowWrapProxyModel that rows were just removed from - see RowWrapProxyModel._sourceRowsAboutToBeRemoved.
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, old_source_row_count, new_source_row_count, source_start, source_end)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)