87 Image(
void* data,
int width,
int height);
95 Image(
const std::string& filename);
108 virtual int getWidth()
const;
115 virtual int getHeight()
const;
125 virtual void* _getData()
const;
144 static void setImageLoader(
ImageLoader* imageLoader);
160 #endif // end GCN_IMAGE_HPP
void * mData
Definition: image.h:152
bool mLoadedWithImageLoader
Definition: image.h:155
static ImageLoader * mImageLoader
Definition: image.h:156
Definition: cliprectangle.cpp:61
Definition: imageloader.h:72
int mHeight
Definition: image.h:154
int mWidth
Definition: image.h:153