![]() |
DDraceNetwork Documentation
|
Public Member Functions | |
| CCommunityIconLoadJob (CCommunityIcons *pCommunityIcons, const char *pCommunityId, int StorageType) | |
| ~CCommunityIconLoadJob () override | |
| CImageInfo & | ImageInfo () |
| CImageInfo & | ImageInfoGrayscale () |
| Public Member Functions inherited from IJob | |
| IJob () | |
| virtual | ~IJob () |
| IJob (const IJob &Other)=delete | |
| IJob & | operator= (const IJob &Other)=delete |
| EJobState | State () const |
| bool | Done () const |
| virtual bool | Abort () |
| bool | IsAbortable () const |
| Public Member Functions inherited from CCommunityIcons::CAbstractCommunityIconJob | |
| const char * | CommunityId () const |
| bool | Success () const |
| const SHA256_DIGEST & | Sha256 () const |
| virtual | ~CAbstractCommunityIconJob ()=default |
Protected Member Functions | |
| void | Run () override |
| Protected Member Functions inherited from IJob | |
| void | Abortable (bool Abortable) |
| Protected Member Functions inherited from CCommunityIcons::CAbstractCommunityIconJob | |
| CAbstractCommunityIconJob (CCommunityIcons *pCommunityIcons, const char *pCommunityId, int StorageType) | |
Private Attributes | |
| CImageInfo | m_ImageInfo |
| CImageInfo | m_ImageInfoGrayscale |
Additional Inherited Members | |
| Public Types inherited from IJob | |
| enum | EJobState { STATE_QUEUED = 0 , STATE_RUNNING , STATE_DONE , STATE_ABORTED } |
| Protected Attributes inherited from CCommunityIcons::CAbstractCommunityIconJob | |
| CCommunityIcons * | m_pCommunityIcons |
| char | m_aCommunityId [CServerInfo::MAX_COMMUNITY_ID_LENGTH] |
| char | m_aPath [IO_MAX_PATH_LENGTH] |
| int | m_StorageType |
| bool | m_Success = false |
| SHA256_DIGEST | m_Sha256 |
| CCommunityIcons::CCommunityIconLoadJob::CCommunityIconLoadJob | ( | CCommunityIcons * | pCommunityIcons, |
| const char * | pCommunityId, | ||
| int | StorageType ) |
|
override |
|
inline |
|
inline |
|
overrideprotectedvirtual |
Performs tasks in a worker thread.
Implements IJob.
|
private |
|
private |