Ref T292, Ref T285 signal when "real" loading was started (loading from disk)

This commit is contained in:
Klaus Basan
2018-07-24 22:16:48 +02:00
parent f36ebbfa83
commit 74fa7d7289
3 changed files with 15 additions and 2 deletions

View File

@@ -220,10 +220,18 @@ namespace BlackMisc
//! \threadsafe
virtual void synchronizeCache(const CSimulatorInfo &simulator) = 0;
//! Synchronize multiple simulators
//! \threadsafe
virtual void synchronizeMultiCaches(const CSimulatorInfo &simulator);
//! Admit the cache for given simulator
//! \threadsafe
virtual void admitCache(const CSimulatorInfo &simulator) = 0;
//! Synchronize multiple simulators
//! \threadsafe
virtual void admitMultiCaches(const CSimulatorInfo &simulator);
//! Info string about models in cache
QString getInfoString() const;