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 _Button |
Functions | |
Class * | _Button (void) |
static void | awakeWithDictionary (View *self, const Dictionary *dictionary) |
static _Bool | captureEvent (Control *self, const SDL_Event *event) |
static void | dealloc (Object *self) |
static View * | init (View *self) |
static void | initialize (Class *clazz) |
static Button * | initWithFrame (Button *self, const SDL_Rect *frame) |
static Button * | initWithImage (Button *self, Image *image) |
static Button * | initWithTitle (Button *self, const char *title) |
Class * _Button | ( | void | ) |
Definition at line 167 of file Button.c.
|
static |
Definition at line 51 of file Button.c.
|
static |
Definition at line 76 of file Button.c.
|
static |
Definition at line 67 of file Button.c.
|
static |
Definition at line 149 of file Button.c.
Definition at line 99 of file Button.c.
Definition at line 122 of file Button.c.