e2d::graphics::Video Member List
This is the complete list of members for
e2d::graphics::Video, including all inherited members.
Add(const Rect &other_rect) | e2d::core::Rect | |
ClearScreen(Color *color=NULL, Rect *area=NULL) | e2d::graphics::Video | |
Collide(const Rect &other_rect) | e2d::core::Rect | |
Copy(const Rect &other_rect) | e2d::core::Rect | |
Equals(const Rect &other_rect) | e2d::core::Rect | |
framebuffer | e2d::graphics::Video | |
FULLSCREEN | e2d::graphics::Video | [static] |
GetColordepth(void) | e2d::graphics::Video | |
GetFramebuffer(void) | e2d::graphics::Video | |
GetH(void) | e2d::core::Rect | |
GetInstance(void) | e2d::graphics::Video | [static] |
GetSDL_Rect(void) | e2d::core::Rect | |
GetW(void) | e2d::core::Rect | |
GetX(void) | e2d::core::Rect | |
GetY(void) | e2d::core::Rect | |
Init(int width, int height, int colordepth, unsigned int screen_mode, char *window_title="Easy2D - Object Oriented 2D Game Engine", char *icon_file=NULL) | e2d::graphics::Video | |
Move(int x, int y) | e2d::core::Rect | |
Quit(void) | e2d::graphics::Video | |
Rect(int x, int y, int w, int h) | e2d::core::Rect | |
Rect(const Rect &original) | e2d::core::Rect | |
Resize(int w, int h) | e2d::core::Rect | |
SetDimension(int w, int h) | e2d::core::Rect | |
SetH(int h) | e2d::core::Rect | |
SetPosition(int x, int y) | e2d::core::Rect | |
SetW(int w) | e2d::core::Rect | |
SetX(int x) | e2d::core::Rect | |
SetY(int y) | e2d::core::Rect | |
SwapBuffers(void) | e2d::graphics::Video | |
WINDOWED | e2d::graphics::Video | [static] |