Mana
Loading...
Searching...
No Matches
Macros
tablemodel.cpp File Reference
#include "gui/widgets/tablemodel.h"
#include "utils/dtor.h"
#include <guichan/widget.hpp>

Go to the source code of this file.

Macros

#define WIDGET_AT(row, column)   (((row) * mColumns) + (column))
 
#define DYN_SIZE(h)   ((h) >= 0)
 

Macro Definition Documentation

◆ DYN_SIZE

#define DYN_SIZE (   h)    ((h) >= 0)

Definition at line 52 of file tablemodel.cpp.

◆ WIDGET_AT

#define WIDGET_AT (   row,
  column 
)    (((row) * mColumns) + (column))

Definition at line 51 of file tablemodel.cpp.