|
ObjectivelyMVC
Object oriented MVC framework for SDL3 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 | SDLGPUBlendFactorNames [] |
| #define _Class _ImageView |
Definition at line 44 of file ImageView.c.
| Class * _ImageView | ( | void | ) |
Definition at line 255 of file ImageView.c.
|
static |
Definition at line 67 of file ImageView.c.
|
static |
Definition at line 51 of file ImageView.c.
Definition at line 86 of file ImageView.c.
|
static |
see Class::initialize(Class *)
Definition at line 234 of file ImageView.c.
Definition at line 134 of file ImageView.c.
Definition at line 151 of file ImageView.c.
Definition at line 93 of file ImageView.c.
|
static |
Definition at line 119 of file ImageView.c.
Definition at line 165 of file ImageView.c.
|
static |
Definition at line 189 of file ImageView.c.
|
static |
Definition at line 202 of file ImageView.c.
|
static |
Definition at line 215 of file ImageView.c.
| const EnumName SDLGPUBlendFactorNames[] |
Definition at line 28 of file ImageView.c.