Inheritance diagram for bre20::LoggerGrid:
Public Member Functions | |
LoggerGrid (int width, int height) | |
void | InitGrid (ArrayList *newvals) |
void | setKeyValue (int row, String *value) |
void | setKeyValue (int row, String *key, String *value) |
|
|
|
Sets up the grid by creating the rows, sizing the columns, and putting the labels/keys in the grid. Will be called when the Logger start button is clicked. This is slower than update grid. Values in the list are of type LoggerKey. |
|
|
|
|