|
sgltk 0.6
Simple OpenGL Tool Kit
|
This is the complete list of members for sgltk::Image, including all inherited members.
| add_path(std::string path) | sgltk::Image | static |
| bytes_per_pixel | sgltk::Image | |
| copy_from(const Image &src, int x, int y) | sgltk::Image | |
| copy_from(const Image &src, SDL_Rect &dst_rect) | sgltk::Image | |
| copy_from(const Image &src, SDL_Rect &dst_rect, const SDL_Rect &src_rect) | sgltk::Image | |
| create_empty(unsigned int width, unsigned int height) | sgltk::Image | |
| data | sgltk::Image | |
| height | sgltk::Image | |
| horizontal_flip() | sgltk::Image | |
| Image() (defined in sgltk::Image) | sgltk::Image | |
| Image(std::string filename) | sgltk::Image | |
| Image(unsigned int width, unsigned int height, unsigned int bytes_per_pixel, void *data) | sgltk::Image | |
| image | sgltk::Image | |
| load(const std::string &filename) | sgltk::Image | |
| load(unsigned int width, unsigned int height, unsigned int bytes_per_pixel, void *data) | sgltk::Image | |
| save(const std::string &filename) | sgltk::Image | |
| set_color_key(int r, int g, int b, bool enable=true) | sgltk::Image | |
| vertical_flip() | sgltk::Image | |
| width | sgltk::Image | |
| ~Image() (defined in sgltk::Image) | sgltk::Image |