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 _ProgressBar |
Functions | |
Class * | _ProgressBar (void) |
static void | awakeWithDictionary (View *self, const Dictionary *dictionary) |
static void | dealloc (Object *self) |
static void | formatLabel (ProgressBar *self) |
static View * | init (View *self) |
static void | initialize (Class *clazz) |
static ProgressBar * | initWithFrame (ProgressBar *self, const SDL_Rect *frame) |
static double | progress (const ProgressBar *self) |
static void | setLabelFormat (ProgressBar *self, const char *labelFormat) |
static void | setValue (ProgressBar *self, double value) |
#define _Class _ProgressBar |
Definition at line 29 of file ProgressBar.c.
Class * _ProgressBar | ( | void | ) |
Definition at line 204 of file ProgressBar.c.
|
static |
Definition at line 54 of file ProgressBar.c.
|
static |
Definition at line 36 of file ProgressBar.c.
|
static |
Definition at line 90 of file ProgressBar.c.
Definition at line 80 of file ProgressBar.c.
|
static |
Definition at line 186 of file ProgressBar.c.
|
static |
Definition at line 102 of file ProgressBar.c.
|
static |
Definition at line 137 of file ProgressBar.c.
|
static |
Definition at line 145 of file ProgressBar.c.
|
static |
Definition at line 159 of file ProgressBar.c.