|
SDL++
C++wrapperfortheSDLlibrary.
|
| blit(Surface &surface, const Rect &srcRect, const Rect &dstRect) | sdl::video::Surface | [inline] |
| bpp() | sdl::video::Surface | [inline] |
| height() | sdl::video::Surface | [inline] |
| lock() | sdl::video::Surface | [inline] |
| operator=(const Surface &rhs) | sdl::video::Surface | [inline] |
| save(const string &fileName) | sdl::video::Surface | [inline] |
| Surface() | sdl::video::Surface | [inline] |
| Surface(SDL_Surface *surface) | sdl::video::Surface | [inline] |
| Surface(const string &fileName) | sdl::video::Surface | [inline] |
| Surface(int height, int width, int bpp, unsigned int flags) | sdl::video::Surface | [inline] |
| Surface(Uint32 flags, const Rect &rect, int bpp, const Color &mask) | sdl::video::Surface | [inline] |
| Surface(void *pixels, const Rect &rect, int bpp, int pitch, const Color &mask) | sdl::video::Surface | [inline] |
| Surface(const Surface &rhs) | sdl::video::Surface | [inline] |
| to_c() const | sdl::video::Surface | [inline] |
| unlock() | sdl::video::Surface | [inline] |
| width() | sdl::video::Surface | [inline] |
| ~Surface() | sdl::video::Surface | [inline] |