|
cpp-sdl2
C++ header-only SDL2 wrapper
|
This is the complete list of members for sdl::Surface, including all inherited members.
| alphamod() const | sdl::Surface | inline |
| blendmode() const | sdl::Surface | inline |
| blit_on(Rect const &src, Surface &surf, Rect const &dst) const | sdl::Surface | inline |
| blit_on(Surface &surf, Rect const &dst) const | sdl::Surface | inline |
| cliprect() const | sdl::Surface | inline |
| coloralphamod() const | sdl::Surface | inline |
| colorkey() const | sdl::Surface | inline |
| colormod() const | sdl::Surface | inline |
| convert_to(SDL_PixelFormat const &format) | sdl::Surface | inline |
| convert_to(Uint32 format) | sdl::Surface | inline |
| disable_colorkey() const | sdl::Surface | inline |
| flags() const | sdl::Surface | inline |
| format() const | sdl::Surface | inline |
| has_colorkey() const | sdl::Surface | inline |
| height() const | sdl::Surface | inline |
| lock() | sdl::Surface | inline |
| operator=(Surface &&other) noexcept | sdl::Surface | inline |
| pixelformat() const | sdl::Surface | inline |
| ptr() const | sdl::Surface | inline |
| set_alphamod(Uint8 alpha) const | sdl::Surface | inline |
| set_blendmode(SDL_BlendMode const &bm) const | sdl::Surface | inline |
| set_coloralphamod(Uint8 r, Uint8 g, Uint8 b, Uint8 a) const | sdl::Surface | inline |
| set_coloralphamod(Color const &c) const | sdl::Surface | inline |
| set_colorkey(Uint32 key) const | sdl::Surface | inline |
| set_colorkey(Color const &color) const | sdl::Surface | inline |
| set_colormod(Color const &color) const | sdl::Surface | inline |
| set_colormod(Uint8 r, Uint8 g, Uint8 b) const | sdl::Surface | inline |
| size() const | sdl::Surface | inline |
| Surface(SDL_Surface *surface) | sdl::Surface | inlineexplicit |
| Surface(Surface &&other) noexcept | sdl::Surface | inline |
| Surface(Uint32 flags, int w, int h, int depth, Uint32 rmask, Uint32 gmask, Uint32 bmask, Uint32 amask) | sdl::Surface | inline |
| Surface(void *pixels, int w, int h, int depth, int pitch, Uint32 rmask, Uint32 gmask, Uint32 bmask, Uint32 amask) | sdl::Surface | inline |
| Surface(Uint32 flags, int w, int h, int depth, Uint32 format) | sdl::Surface | inline |
| Surface(void *pixels, int w, int h, int depth, int pitch, int format) | sdl::Surface | inline |
| Surface(std::string const &filename) | sdl::Surface | inline |
| Surface(std::string const &filename) | sdl::Surface | inline |
| surface_ | sdl::Surface | private |
| width() const | sdl::Surface | inline |
| with_format(SDL_PixelFormat const &format) const | sdl::Surface | inline |
| with_format(Uint32 format) const | sdl::Surface | inline |
| ~Surface() | sdl::Surface | inline |