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 _ViewController |
Functions | |
Class * | _ViewController (void) |
static void | addChildViewController (ViewController *self, ViewController *childViewController) |
static void | dealloc (Object *self) |
static void | handleNotification (ViewController *self, const Notification *notification) |
static void | handleNotification_recurse (const Array *array, ident obj, ident data) |
ArrayEnumerator for handleNotification recursion. More... | |
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 | respondToEvent (ViewController *self, const SDL_Event *event) |
static void | setView (ViewController *self, View *view) |
static void | viewDidAppear (ViewController *self) |
static void | viewDidAppear_recurse (const Array *array, ident obj, ident data) |
ArrayEnumerator for viewDidAppear recursion. More... | |
static void | viewDidDisappear (ViewController *self) |
static void | viewDidDisappear_recurse (const Array *array, ident obj, ident data) |
ArrayEnumerator for viewDidDisappear recursion. More... | |
static void | viewWillAppear (ViewController *self) |
static void | viewWillAppear_recurse (const Array *array, ident obj, ident data) |
ArrayEnumerator for viewWillAppear recursion. More... | |
static void | viewWillDisappear (ViewController *self) |
static void | viewWillDisappear_recurse (const Array *array, ident obj, ident data) |
ArrayEnumerator for viewWillDisappear recursion. More... | |
#define _Class _ViewController |
Definition at line 28 of file ViewController.c.
Class * _ViewController | ( | void | ) |
Definition at line 305 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 90 of file ViewController.c.
|
static |
ArrayEnumerator for handleNotification recursion.
Definition at line 82 of file ViewController.c.
|
static |
Definition at line 98 of file ViewController.c.
|
static |
Definition at line 281 of file ViewController.c.
|
static |
Definition at line 113 of file ViewController.c.
|
static |
Definition at line 128 of file ViewController.c.
|
static |
Definition at line 141 of file ViewController.c.
|
static |
Definition at line 158 of file ViewController.c.
|
static |
Definition at line 179 of file ViewController.c.
|
static |
Definition at line 190 of file ViewController.c.
|
static |
Definition at line 198 of file ViewController.c.
|
static |
Definition at line 227 of file ViewController.c.
|
static |
ArrayEnumerator for viewDidAppear recursion.
Definition at line 219 of file ViewController.c.
|
static |
Definition at line 242 of file ViewController.c.
|
static |
ArrayEnumerator for viewDidDisappear recursion.
Definition at line 234 of file ViewController.c.
|
static |
Definition at line 257 of file ViewController.c.
|
static |
ArrayEnumerator for viewWillAppear recursion.
Definition at line 249 of file ViewController.c.
|
static |
Definition at line 272 of file ViewController.c.
|
static |
ArrayEnumerator for viewWillDisappear recursion.
Definition at line 264 of file ViewController.c.