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

Class RowWrapInsertingChildRows

object --+
         |
        RowWrapInsertingChildRows

An object to store RowWrapProxyModel bookkeeping for the insertion 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]
int num_new_rows
The number of rows being inserted.
int source_parent_row
The row number of the top-level row that the child rows are being inserted into.
int source_start
The row number of the first row being inserted.
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, source_parent_row, source_start, source_end)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)