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.
|
|||
DelayedProxy A proxy object needs to be constructed within the GUI thread. |
|||
EmptyRowData | |||
CollectionProxy The CollectionProxy contains a limited copy of the data in the actual collection, usable for fast visualisation in a QTableView |
|
|||
|
|||
|
|
|||
logger = logging.getLogger('camelot.view.proxy.collection_proxy')
|
|||
verbose = False
|
|||
empty_row_data = EmptyRowData()
|
|
Create row data from an object, by fetching its attributes
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jan 31 18:49:51 2009 | http://epydoc.sourceforge.net |