FifeGUI 0.2.0
A C++ GUI library designed for games.
fcn::opengl::Image Member List

This is the complete list of members for fcn::opengl::Image, including all inherited members.

convertToDisplayFormat() overridefcn::opengl::Imagevirtual
free() overridefcn::opengl::Imagevirtual
getHeight() const overridefcn::opengl::Imagevirtual
getImageLoader()fcn::Imagestatic
getPixel(int x, int y) overridefcn::opengl::Imagevirtual
getTextureHandle() constfcn::opengl::Imagevirtual
getTextureHeight() constfcn::opengl::Imagevirtual
getTextureWidth() constfcn::opengl::Imagevirtual
getWidth() const overridefcn::opengl::Imagevirtual
Image(std::span< unsigned int const > pixels, int width, int height, bool convertToDisplayFormat=true)fcn::opengl::Image
Image(GLuint textureHandle, int width, int height, bool autoFree)fcn::opengl::Image
Image(Image const &)=delete (defined in fcn::opengl::Image)fcn::opengl::Image
Image(Image &&)=delete (defined in fcn::opengl::Image)fcn::opengl::Image
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::Imagestatic
mAutoFreefcn::opengl::Imageprotected
mHeightfcn::opengl::Imageprotected
mImageLoaderfcn::Imageprotectedstatic
mPixelsfcn::opengl::Imageprotected
mTextureHandlefcn::opengl::Imageprotected
mTextureHeightfcn::opengl::Imageprotected
mTextureWidthfcn::opengl::Imageprotected
mWidthfcn::opengl::Imageprotected
operator=(Image const &)=delete (defined in fcn::opengl::Image)fcn::opengl::Image
operator=(Image &&)=delete (defined in fcn::opengl::Image)fcn::opengl::Image
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) overridefcn::opengl::Imagevirtual
setImageLoader(ImageLoader *imageLoader)fcn::Imagestatic
~Image() override (defined in fcn::opengl::Image)fcn::opengl::Imagevirtual