|
ObjectivelyMVC
Object oriented MVC framework for SDL3 and GNU C
|
#include <assert.h>#include <math.h>#include <stdlib.h>#include <stdio.h>#include <string.h>#include "ProgressBar.h"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 32 of file ProgressBar.c.
| Class * _ProgressBar | ( | void | ) |
Definition at line 209 of file ProgressBar.c.
|
static |
Definition at line 59 of file ProgressBar.c.
|
static |
Definition at line 39 of file ProgressBar.c.
|
static |
Definition at line 95 of file ProgressBar.c.
Definition at line 85 of file ProgressBar.c.
|
static |
Definition at line 191 of file ProgressBar.c.
|
static |
Definition at line 107 of file ProgressBar.c.
|
static |
Definition at line 142 of file ProgressBar.c.
|
static |
Definition at line 150 of file ProgressBar.c.
|
static |
Definition at line 164 of file ProgressBar.c.