Loading...
Searching...
No Matches
Classes |
Public Types |
Public Member Functions |
Static Public Member Functions |
Public Attributes |
Static Public Attributes |
List of all members
Media::Sound::QImagePool Struct Reference
Classes | |
| struct | Images |
Public Types | |
| using | pool_t = ossia::hash_map< std::pair< int, int >, Images > |
Public Member Functions | |
| QImage * | request (int w, int h) |
| void | giveBack (const QVector< QImage * > &imgs) |
| QVector< QImage * > | gc () |
| void | cacheStats () |
Static Public Member Functions | |
| static QImagePool & | instance () noexcept |
Public Attributes | |
| pool_t | pool |
| std::mutex | m_mtx |
Static Public Attributes | |
| static const constexpr int | max_count = 100 |
| static int | hit = 0 |
| static int | miss = 0 |
The documentation for this struct was generated from the following file: