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

Class RowWrapInsertingRows

object --+
         |
        RowWrapInsertingRows

An object to store RowWrapProxyModel bookkeeping for the insertion 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 insertion.
int num_new_rows
The number of rows being inserted.
int old_source_row_count
The number of rows in the source model before the insertion.
int source_start
The row number of the first row being inserted.
int update_row_num
The row number of RowWrapProxyModel that was just updated; i.e., that just had child rows inserted into it - see RowWrapProxyModel._sourceRowsInserted.
int wrap
The wrap of RowWrapProxyModel that rows were just inserted into - see RowWrapProxyModel._sourceRowsAboutToBeInserted.
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)