| convertToDisplayFormat() | gcn::OpenGLImage | [virtual] |
| free() | gcn::OpenGLImage | [virtual] |
| getHeight() const | gcn::OpenGLImage | [virtual] |
| getImageLoader() | gcn::Image | [static] |
| getPixel(int x, int y) | gcn::OpenGLImage | [virtual] |
| getTextureHandle() const | gcn::OpenGLImage | [virtual] |
| getTextureHeight() const | gcn::OpenGLImage | [virtual] |
| getTextureWidth() const | gcn::OpenGLImage | [virtual] |
| getWidth() const | gcn::OpenGLImage | [virtual] |
| Image() | gcn::Image | |
| load(const std::string &filename, bool convertToDisplayFormat=true) | gcn::Image | [static] |
| mAutoFree | gcn::OpenGLImage | [protected] |
| mHeight | gcn::OpenGLImage | [protected] |
| mImageLoader | gcn::Image | [protected, static] |
| mPixels | gcn::OpenGLImage | [protected] |
| mTextureHandle | gcn::OpenGLImage | [protected] |
| mTextureHeight | gcn::OpenGLImage | [protected] |
| mTextureWidth | gcn::OpenGLImage | [protected] |
| mWidth | gcn::OpenGLImage | [protected] |
| OpenGLImage(unsigned int *pixels, int width, int height, bool convertToDisplayFormat=true) | gcn::OpenGLImage | |
| OpenGLImage(GLuint textureHandle, int width, int height, bool autoFree) | gcn::OpenGLImage | |
| putPixel(int x, int y, const Color &color) | gcn::OpenGLImage | [virtual] |
| setImageLoader(ImageLoader *imageLoader) | gcn::Image | [static] |
| ~Image() | gcn::Image | [virtual] |
| ~OpenGLImage() | gcn::OpenGLImage | [virtual] |