Go to the documentation of this file.
33 #ifndef TTA_PROXIM_DISASSEMBLY_GRID_TABLE_HH
34 #define TTA_PROXIM_DISASSEMBLY_GRID_TABLE_HH
52 virtual wxString
GetValue(
int row,
int col);
56 virtual wxGridCellAttr*
GetAttr(
57 int row,
int col, wxGridCellAttr::wxAttrKind kind);
virtual int GetNumberRows()
ProximDisassemblyGridTable()
ProximDisasmAttrProvider * moveCellAttrProvider() const
virtual wxString GetColLabelValue(int col)
Word currentInstruction_
Program counter value.
bool showPCArrow_
True, if the current istrcution arrow should be displayed.
~ProximDisassemblyGridTable()
virtual int GetNumberCols()
void setCurrentInstruction(Word address)
ProximDisasmAttrProvider * attrProvider_
StopPointManager * bpManager_
Stoppoint manager managing program breakpoints.
void setStopPointManager(StopPointManager &manager)
virtual wxGridCellAttr * GetAttr(int row, int col, wxGridCellAttr::wxAttrKind kind)
virtual wxString GetValue(int row, int col)
void setMoveCellAttrProvider(ProximDisasmAttrProvider *attrProvider)