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

Class RowWrapRemovingChildRows

object --+
         |
        RowWrapRemovingChildRows

An object to store RowWrapProxyModel bookkeeping for the removal of child rows.

Instance Methods [hide private]
 
__init__(self, source_parent_row, 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]
  num_rem_rows
The number of rows being removed.
int source_parent_row
The row number of the top-level row that the child rows are being removed from.
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, source_parent_row, source_start, source_end)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)