ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
|
Go to the source code of this file.
Macros | |
#define | _Class _ImageView |
Functions | |
Class * | _ImageView (void) |
static void | awakeWithDictionary (View *self, const Dictionary *dictionary) |
static void | dealloc (Object *self) |
static View * | init (View *self) |
static void | initialize (Class *clazz) |
static ImageView * | initWithFrame (ImageView *self, const SDL_Rect *frame) |
static ImageView * | initWithImage (ImageView *self, Image *image) |
static void | render (View *self, Renderer *renderer) |
static void | renderDeviceWillReset (View *self) |
static void | setImage (ImageView *self, Image *image) |
static void | setImageWithResource (ImageView *self, const Resource *resource) |
static void | setImageWithResourceName (ImageView *self, const char *name) |
static void | setImageWithSurface (ImageView *self, SDL_Surface *surface) |
Variables | |
const EnumName | GLBlendNames [] |
#define _Class _ImageView |
Definition at line 43 of file ImageView.c.
Class * _ImageView | ( | void | ) |
Definition at line 261 of file ImageView.c.
|
static |
Definition at line 68 of file ImageView.c.
|
static |
Definition at line 50 of file ImageView.c.
Definition at line 87 of file ImageView.c.
|
static |
see Class::initialize(Class *)
Definition at line 240 of file ImageView.c.
Definition at line 140 of file ImageView.c.
Definition at line 157 of file ImageView.c.
Definition at line 94 of file ImageView.c.
|
static |
Definition at line 121 of file ImageView.c.
Definition at line 171 of file ImageView.c.
|
static |
Definition at line 195 of file ImageView.c.
|
static |
Definition at line 208 of file ImageView.c.
|
static |
Definition at line 221 of file ImageView.c.
const EnumName GLBlendNames[] |
Definition at line 28 of file ImageView.c.