OpenASIP
2.0
|
#include <ProximDisasmAttrProvider.hh>
Public Member Functions | |
ProximDisasmAttrProvider () | |
virtual | ~ProximDisasmAttrProvider () |
virtual void | update () |
virtual wxGridCellAttr * | moveCellAttr (InstructionAddress address, int move)=0 |
Interface for highlighter classes which provide highlighting colours for disassembly grid cells.
Definition at line 44 of file ProximDisasmAttrProvider.hh.
ProximDisasmAttrProvider::ProximDisasmAttrProvider | ( | ) |
|
virtual |
|
pure virtual |
Returns style attribute for the disassembly grid cell with the given move.
address | Address of the cell's instruciton. |
move | Index of the cell's move in the instruction. |
Implemented in DisasmTopCountAttrProvider, and DisasmExecPercentageAttrProvider.
Definition at line 56 of file ProximDisasmAttrProvider.cc.
Referenced by ProximDisassemblyGridTable::GetAttr().
|
virtual |
This function is called when the simulation stops.
Implement in the derived class to update the attr provider state if necessary.
Reimplemented in DisasmTopCountAttrProvider.
Definition at line 68 of file ProximDisasmAttrProvider.cc.