Home | Trees | Indices | Help |
|
---|
|
Proxy representing a collection of entities that live in the model thread.
The proxy represents them in the gui thread and provides access to the data with zero delay. If the data is not yet present in the proxy, dummy data is returned and an update signal is emitted when the correct data is available.
Classes | |
DelayedProxy A proxy object needs to be constructed within the GUI thread. Construct a delayed proxy when the construction of a proxy is needed within the Model thread. On first occasion the delayed proxy will be converted to a real proxy within the GUI thread |
|
EmptyRowData | |
SortingRowMapper Class mapping rows of a collection 1:1 without sorting and filtering, unless a mapping has been defined explicitly |
|
CollectionProxy The CollectionProxy contains a limited copy of the data in the actual collection, usable for fast visualisation in a QTableView |
Functions | |||
|
|||
|
|||
|
|||
|
Variables | |
logger = logging.getLogger('camelot.view.proxy.collection_proxy')
|
|
empty_row_data = EmptyRowData()
|
|
__package__ =
|
Function Details |
|
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jun 12 15:41:31 2010 | http://epydoc.sourceforge.net |