|
ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
|
ViewControllers manage a View and its descendants. More...
Classes | |
| struct | NavigationViewController |
| Navigation controllers arrange their child controllers as a stack to facilitate navigation between them. More... | |
| struct | TabViewController |
| TabViewControllers arrange and manage their child ViewControllers in a tab view interface. More... | |
| struct | ViewController |
| A ViewController manages a View and its descendants. More... | |
| struct | WindowController |
| A WindowController manages a ViewController and its descendants within an SDL_Window. More... | |