#include <SimpleDataWidget.h>
arrays and vectors support More...
arrays and vectors support
This class is used to get properties of a data type in order to display it as a table or a list
Public Member Functions | |
const char * | header (const data_type &, Size i) |
const char * | header (const data_type &, Size i) |
const char * | header (const data_type &, Size i) |
const char * | header (const data_type &, Size i) |
Static Public Member Functions | |
static Size | size (const data_type &) |
Get the number of rows. More... | |
static const char * | header (const data_type &, Size=0) |
Get the name of a row, or nullptr if the index should be used instead. More... | |
static const value_type * | get (const data_type &d, Size i=0) |
Get a row. More... | |
static void | set (const value_type &v, data_type &d, Size i=0) |
Set a row. More... | |
static void | resize (Size, data_type &) |
Resize. More... | |
|
inlinestatic |
Get a row.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
Get the name of a row, or nullptr if the index should be used instead.
|
inlinestatic |
Resize.
|
inlinestatic |
Set a row.
|
inlinestatic |
Get the number of rows.