dRonin
adbada4
dRonin GCS
|
#include <cacheitemqueue.h>
Public Member Functions | |
CacheItemQueue (const MapType::Types &Type, const core::Point &Pos, const QByteArray &Img, const int &Zoom) | |
CacheItemQueue () | |
CacheItemQueue (const CacheItemQueue &cSource) | |
CacheItemQueue & | operator= (const CacheItemQueue &cSource) |
bool | operator== (const CacheItemQueue &cSource) |
void | SetMapType (const MapType::Types &value) |
void | SetPosition (const core::Point &value) |
void | SetImg (const QByteArray &value) |
MapType::Types | GetMapType () |
core::Point | GetPosition () |
QByteArray | GetImg () |
int | GetZoom () |
void | SetZoom (const int &value) |
Definition at line 37 of file cacheitemqueue.h.