Mana
|
Go to the source code of this file.
Macros | |
#define | WIDGET_AT(row, column) (((row) * mColumns) + (column)) |
#define | DYN_SIZE(h) ((h) >= 0) |
#define DYN_SIZE | ( | h | ) | ((h) >= 0) |
Definition at line 52 of file tablemodel.cpp.
#define WIDGET_AT | ( | row, | |
column | |||
) | (((row) * mColumns) + (column)) |
Definition at line 51 of file tablemodel.cpp.