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 _StackView |
Functions | |
Class * | _StackView (void) |
static void | applyStyle (View *self, const Style *style) |
static View * | init (View *self) |
static void | initialize (Class *clazz) |
static StackView * | initWithFrame (StackView *self, const SDL_Rect *frame) |
static void | layoutSubviews (View *self) |
static SDL_Size | sizeThatFits (const View *self) |
Variables | |
const EnumName | StackViewAxisNames [] |
const EnumName | StackViewDistributionNames [] |
#define _Class _StackView |
Definition at line 39 of file StackView.c.
Class * _StackView | ( | void | ) |
Definition at line 262 of file StackView.c.
Definition at line 46 of file StackView.c.
Definition at line 64 of file StackView.c.
|
static |
Definition at line 247 of file StackView.c.
Definition at line 232 of file StackView.c.
|
static |
Definition at line 71 of file StackView.c.
Definition at line 176 of file StackView.c.
const EnumName StackViewAxisNames[] |
Definition at line 28 of file StackView.c.
const EnumName StackViewDistributionNames[] |
Definition at line 33 of file StackView.c.