#include <surface.h>
Inheritance diagram for TypedSurface< colorDepth >:

Public Member Functions | |
| TypedSurface (SDL_Surface *surface) | |
| TypedSurface (SDLmm::Surface &surface, int depthCheck) | |
| the parameter depthcheck is primarily there to prevent accidential usage of this constructor | |
| TypedSurface (const TypedSurface< colorDepth > &other) | |
| TypedSurface () | |
Static Public Attributes | |
| static const int | depth = colorDepth |
Protected Member Functions | |
| virtual int | getDepthFormat () |
Definition at line 136 of file surface.h.
| TypedSurface< colorDepth >::TypedSurface | ( | SDL_Surface * | surface | ) | [inline, explicit] |
| TypedSurface< colorDepth >::TypedSurface | ( | SDLmm::Surface & | surface, | |
| int | depthCheck | |||
| ) | [inline, explicit] |
the parameter depthcheck is primarily there to prevent accidential usage of this constructor
Definition at line 142 of file surface.h.
References TypedSurface< colorDepth >::depth.
| TypedSurface< colorDepth >::TypedSurface | ( | const TypedSurface< colorDepth > & | other | ) | [inline] |
| TypedSurface< colorDepth >::TypedSurface | ( | ) | [inline] |
| virtual int TypedSurface< colorDepth >::getDepthFormat | ( | ) | [inline, protected, virtual] |
Reimplemented from Surface.
Definition at line 150 of file surface.h.
References TypedSurface< colorDepth >::depth.
const int TypedSurface< colorDepth >::depth = colorDepth [static] |
Definition at line 138 of file surface.h.
Referenced by TypedSurface< colorDepth >::getDepthFormat(), and TypedSurface< colorDepth >::TypedSurface().
1.5.1