|
ObjectivelyMVC
Object oriented MVC framework for SDL3 and GNU C
|
Go to the source code of this file.
Macros | |
| #define | _Class _TableRowView |
Functions | |
| Class * | _TableRowView (void) |
| static void | addCell (TableRowView *self, TableCellView *cell) |
| static void | dealloc (Object *self) |
| static void | initialize (Class *clazz) |
| static TableRowView * | initWithTableView (TableRowView *self, TableView *tableView) |
| static bool | matchesSelector (const View *self, const SimpleSelector *simpleSelector) |
| static void | removeAllCells (TableRowView *self) |
| static void | removeAllCells_enumerate (const Array *array, ident obj, ident data) |
| ArrayEnumerator to remove TableCellViews from the row. | |
| static void | removeCell (TableRowView *self, TableCellView *cell) |
| static void | setSelected (TableRowView *self, bool isSelected) |
| #define _Class _TableRowView |
Definition at line 29 of file TableRowView.c.
| Class * _TableRowView | ( | void | ) |
Definition at line 162 of file TableRowView.c.
|
static |
Definition at line 69 of file TableRowView.c.
|
static |
Definition at line 36 of file TableRowView.c.
|
static |
Definition at line 145 of file TableRowView.c.
|
static |
Definition at line 82 of file TableRowView.c.
|
static |
Definition at line 50 of file TableRowView.c.
|
static |
Definition at line 111 of file TableRowView.c.
|
static |
ArrayEnumerator to remove TableCellViews from the row.
Definition at line 102 of file TableRowView.c.
|
static |
Definition at line 119 of file TableRowView.c.
|
static |
Definition at line 132 of file TableRowView.c.