bre20::LoggerGrid Class Reference

Inheritance diagram for bre20::LoggerGrid:

SimpleGrid::Grid List of all members.

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)

Constructor & Destructor Documentation

bre20::LoggerGrid::LoggerGrid int  width,
int  height
 


Member Function Documentation

void bre20::LoggerGrid::InitGrid ArrayList *  newvals  ) 
 

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.

void bre20::LoggerGrid::setKeyValue int  row,
String *  key,
String *  value
 

void bre20::LoggerGrid::setKeyValue int  row,
String *  value
 




BRE Documentation Home