|
FifeGUI 0.2.0
A C++ GUI library designed for games.
|
This is the complete list of members for fcn::Image, including all inherited members.
| convertToDisplayFormat()=0 | fcn::Image | pure virtual |
| free()=0 | fcn::Image | pure virtual |
| getHeight() const =0 | fcn::Image | pure virtual |
| getImageLoader() | fcn::Image | static |
| getPixel(int x, int y)=0 | fcn::Image | pure virtual |
| getWidth() const =0 | fcn::Image | pure virtual |
| Image() (defined in fcn::Image) | fcn::Image | |
| Image(Image const &)=delete (defined in fcn::Image) | fcn::Image | |
| Image(Image &&)=delete (defined in fcn::Image) | fcn::Image | |
| load(std::string const &filename, bool convertToDisplayFormat=true) | fcn::Image | static |
| mImageLoader | fcn::Image | protectedstatic |
| operator=(Image const &)=delete (defined in fcn::Image) | fcn::Image | |
| operator=(Image &&)=delete (defined in fcn::Image) | fcn::Image | |
| putPixel(int x, int y, Color const &color)=0 | fcn::Image | pure virtual |
| setImageLoader(ImageLoader *imageLoader) | fcn::Image | static |
| ~Image() (defined in fcn::Image) | fcn::Image | virtual |