Atlas Game Manager
A game manager for f95 and dlsite written in c++
Loading...
Searching...
No Matches
atlas::images::ImageLoader Struct Referencefinal

#include <ImageLoader.hpp>

Inheritance diagram for atlas::images::ImageLoader:

Signals

void imageReady (QPersistentModelIndex index)
 

Public Member Functions

 ImageLoader (QPersistentModelIndex index, const QFuture< QPixmap > future)
 
void triggerReady ()
 
 ~ImageLoader ()
 

Public Attributes

QPersistentModelIndex m_index
 
QFuture< QPixmap > m_future
 
QFutureWatcher< QPixmap > watcher {}
 

Constructor & Destructor Documentation

◆ ImageLoader()

atlas::images::ImageLoader::ImageLoader ( QPersistentModelIndex index,
const QFuture< QPixmap > future )

◆ ~ImageLoader()

atlas::images::ImageLoader::~ImageLoader ( )
inline

Member Function Documentation

◆ imageReady

void atlas::images::ImageLoader::imageReady ( QPersistentModelIndex index)
signal

◆ triggerReady()

void atlas::images::ImageLoader::triggerReady ( )

Member Data Documentation

◆ m_future

QFuture< QPixmap > atlas::images::ImageLoader::m_future

◆ m_index

QPersistentModelIndex atlas::images::ImageLoader::m_index

◆ watcher

QFutureWatcher< QPixmap > atlas::images::ImageLoader::watcher {}

The documentation for this struct was generated from the following files: