spinetoolbox.spine_db_fetcher¶
SpineDBFetcher class.
| authors: |
|
|---|---|
| date: | 13.3.2020 |
Module Contents¶
Classes¶
SpineDBFetcher |
Fetches content from a Spine database and ‘sends’ them to another thread (via a signal-slot mechanism of course), |
-
class
spinetoolbox.spine_db_fetcher.SpineDBFetcher(db_mngr, listener)[source]¶ Bases:
PySide2.QtCore.QObjectFetches content from a Spine database and ‘sends’ them to another thread (via a signal-slot mechanism of course), so contents can be processed in that thread without affecting the UI.
Initializes the fetcher object.
Parameters: - db_mngr (SpineDBManager) –
- listener (SpineDBEditor) –