![]() |
Atlas Game Manager
A game manager for f95 and dlsite written in c++
|
#include <ProgressNotification.hpp>
Public Member Functions | |
| FutureWatcherSignaler ()=delete | |
| FutureWatcherSignaler (QFuture< T > future) | |
| ~FutureWatcherSignaler () | |
Private Types | |
| using | Future = QFuture< T > |
| using | Watcher = QFutureWatcher< T > |
Private Attributes | |
| Future | m_future |
| Watcher | m_watcher {} |
| ProgressSignaler | m_signaler |
| std::vector< QMetaObject::Connection > | m_signals |
|
private |
|
private |
|
delete |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |