|
Public Member Functions |
| ParamPage () |
| basic. Try not to use this.
|
| ParamPage (RomRep::HondaEcu *ecu) |
Object * | getParent () |
void | setParent (Object *p) |
void | setGridSize () |
| Calculates and sets the physical size of the grid.
|
bool | addMultiplierRow (unsigned char values __gc[]) |
int | getGridValue (int col, int row) |
bool | setGridValue (int col, int row, int val) |
void | anchorGrid () |
Static Public Member Functions |
static int | getBoxVal (TextBox *box) |
static int | getBoxVal (LabeledText *box) |
static int | getBoxVal (TextBox *box, int oldval, int min, int max) |
static void | setBoxVal (bre20::LabeledText *box, bre20::intGetFunction *getFn, bre20::intSetFunction *setFn, int min, int max) |
static void | setBoxVal (TextBox *box, bre20::intGetFunction *getFn, bre20::intSetFunction *setFn, int min, int max) |
Public Attributes |
__event EventHandler * | CellChanged |
| happens when the user changes a value in the multiplier grid
|
Protected Member Functions |
void | fillGrid () |
| fills the multiplier grid
|
virtual void | onCellChanged (SimpleGrid::CellEvent *e) |
| called when the user changes a value in the multiplier grid
|
Protected Attributes |
Object * | parent |
SimpleGrid::Grid * | grid |
RomRep::HondaEcu * | rom |