|
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 _PageView |
Functions | |
| Class * | _PageView (void) |
| static void | addSubview (View *self, View *subview) |
| static View * | init (View *self) |
| static void | initialize (Class *clazz) |
| static PageView * | initWithFrame (PageView *self, const SDL_Rect *frame) |
| static void | removeSubview (View *self, View *subview) |
| static void | setCurrentPage (PageView *self, View *currentPage) |
| static void | setCurrentPage_enumerate (const Array *array, ident obj, ident data) |
| ArrayEnumerator for setCurrentPage. More... | |
| static Array * | visibleSubviews (const View *self) |
| #define _Class _PageView |
Definition at line 28 of file PageView.c.
| Class * _PageView | ( | void | ) |
Definition at line 161 of file PageView.c.
Definition at line 35 of file PageView.c.
Definition at line 51 of file PageView.c.
|
static |
Definition at line 146 of file PageView.c.
Definition at line 88 of file PageView.c.
Definition at line 58 of file PageView.c.
Definition at line 116 of file PageView.c.
|
static |
|
static |
Definition at line 78 of file PageView.c.