|
ObjectivelyMVC
Object oriented MVC framework for SDL3 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 void | dealloc (Object *self) |
| 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. | |
| static Array * | visibleSubviews (const View *self) |
| #define _Class _PageView |
Definition at line 28 of file PageView.c.
| Class * _PageView | ( | void | ) |
Definition at line 177 of file PageView.c.
Definition at line 49 of file PageView.c.
|
static |
Definition at line 35 of file PageView.c.
Definition at line 65 of file PageView.c.
|
static |
Definition at line 160 of file PageView.c.
Definition at line 102 of file PageView.c.
Definition at line 72 of file PageView.c.
Definition at line 130 of file PageView.c.
|
static |
|
static |
Definition at line 92 of file PageView.c.