|
Public Member Functions |
| GridPageArray (TabControl *tc, ParamPage *ppage, RomRep::HondaEcu *ecu) |
bool | AddControlToScriptPage (Control *con, int index) |
void | setCellColor (GridPage *page, int x, int y, float val, int mode) |
| sets the cell color of a cell in the map sprcified by the grid page
|
void | setFuelCell (int x, int y, float value, int index) |
float | getFuelCell (int x, int y, int index) |
| index = 0 for non vtec, 1 for vtec
|
void | setViewMode (bool viewGrid) |
| index = 0 for non vtec, 1 for vtec
|
void | scaleFuelMaps (float multiplier) |
void | AddExtraMap (GridPage *page) |
int | AddMapPair (String *fuelTabName, RomRep::MapLocs *flocs, String *ignTabName, RomRep::MapLocs *ignlocs, int x, int y, int copyIndex, bool copyContents) |
void | changeColHeader (bool vtec, int col, String *str) |
void | copy () |
void | paste () |
void | doBoostEfficiency () |
void | doFuelAdjust () |
void | setAllColHeaders () |
| grabs the col headers from the ROM and resets the grid headers
|
TabPage * | getScriptTabPages ()[] |
Public Attributes |
__event SimpleGrid::GridChangedHandler * | CellChanged |
__event FireScriptEventHandler * | FireScriptEvent |