#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 () |
|
||||||||||
|
|
|
||||||||||||||||
|
the parameter depthcheck is primarily there to prevent accidential usage of this constructor
Definition at line 142 of file surface.h. References assert, and TypedSurface< colorDepth >::depth. |
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
Reimplemented from Surface. Definition at line 150 of file surface.h. References TypedSurface< colorDepth >::depth. |
|
|||||
|
Definition at line 138 of file surface.h. Referenced by TypedSurface< colorDepth >::getDepthFormat(), and TypedSurface< colorDepth >::TypedSurface(). |
1.4.2