|
ObjectivelyMVC
Object oriented MVC framework for SDL3 and GNU C
|
Go to the source code of this file.
Macros | |
| #define | _Class _ViewController |
Functions | |
| Class * | _ViewController (void) |
| static void | addChildViewController (ViewController *self, ViewController *childViewController) |
| static void | dealloc (Object *self) |
| static ViewController * | init (ViewController *self) |
| static void | initialize (Class *clazz) |
| static void | loadView (ViewController *self) |
| static void | loadViewIfNeeded (ViewController *self) |
| static void | moveToParentViewController (ViewController *self, ViewController *parentViewController) |
| static void | removeChildViewController (ViewController *self, ViewController *childViewController) |
| static void | removeFromParentViewController (ViewController *self) |
| static void | renderDeviceDidReset (ViewController *self) |
| static void | renderDeviceDidReset_enumerate (const Array *array, ident obj, ident data) |
| ArrayEnumerator for renderDeviceDidReset recursion. | |
| static void | renderDeviceWillReset (ViewController *self) |
| static void | renderDeviceWillReset_enumerate (const Array *array, ident obj, ident data) |
| ArrayEnumerator for renderDeviceWillReset recursion. | |
| static void | respondToEvent (ViewController *self, const SDL_Event *event) |
| static void | respondToEvent_enumerate (const Array *array, ident obj, ident data) |
| ArrayEnumerator for respondToEvent recursion. | |
| static void | setView (ViewController *self, View *view) |
| static void | viewDidAppear (ViewController *self) |
| static void | viewDidAppear_enumerate (const Array *array, ident obj, ident data) |
| ArrayEnumerator for viewDidAppear recursion. | |
| static void | viewDidDisappear (ViewController *self) |
| static void | viewDidDisappear_enumerate (const Array *array, ident obj, ident data) |
| ArrayEnumerator for viewDidDisappear recursion. | |
| static void | viewWillAppear (ViewController *self) |
| static void | viewWillAppear_enumerate (const Array *array, ident obj, ident data) |
| ArrayEnumerator for viewWillAppear recursion. | |
| static void | viewWillDisappear (ViewController *self) |
| static void | viewWillDisappear_enumerate (const Array *array, ident obj, ident data) |
| ArrayEnumerator for viewWillDisappear recursion. | |
| #define _Class _ViewController |
Definition at line 28 of file ViewController.c.
| Class * _ViewController | ( | void | ) |
Definition at line 335 of file ViewController.c.
|
static |
Definition at line 51 of file ViewController.c.
|
static |
Definition at line 35 of file ViewController.c.
|
static |
Definition at line 83 of file ViewController.c.
|
static |
Definition at line 310 of file ViewController.c.
|
static |
Definition at line 98 of file ViewController.c.
|
static |
Definition at line 113 of file ViewController.c.
|
static |
Definition at line 127 of file ViewController.c.
|
static |
Definition at line 144 of file ViewController.c.
|
static |
Definition at line 165 of file ViewController.c.
|
static |
Definition at line 198 of file ViewController.c.
|
static |
ArrayEnumerator for renderDeviceDidReset recursion.
Definition at line 190 of file ViewController.c.
|
static |
Definition at line 216 of file ViewController.c.
|
static |
ArrayEnumerator for renderDeviceWillReset recursion.
Definition at line 208 of file ViewController.c.
|
static |
Definition at line 183 of file ViewController.c.
|
static |
ArrayEnumerator for respondToEvent recursion.
Definition at line 175 of file ViewController.c.
|
static |
Definition at line 227 of file ViewController.c.
|
static |
Definition at line 256 of file ViewController.c.
|
static |
ArrayEnumerator for viewDidAppear recursion.
Definition at line 248 of file ViewController.c.
|
static |
Definition at line 271 of file ViewController.c.
|
static |
ArrayEnumerator for viewDidDisappear recursion.
Definition at line 263 of file ViewController.c.
|
static |
Definition at line 286 of file ViewController.c.
|
static |
ArrayEnumerator for viewWillAppear recursion.
Definition at line 278 of file ViewController.c.
|
static |
Definition at line 301 of file ViewController.c.
|
static |
ArrayEnumerator for viewWillDisappear recursion.
Definition at line 293 of file ViewController.c.