Inheritance diagram for CellRightShifter:
Public Member Functions | |
CellRightShifter (int f, int c) | |
Protected Member Functions | |
Reference * | copyRef (Reference *ref) |
Definition at line 235 of file iiscell.cpp.
|
Definition at line 238 of file iiscell.cpp. 00238 : CellShifter(f,c) 00239 { 00240 };
|
|
Implements ReferenceFixer. Definition at line 242 of file iiscell.cpp. References Reference::column, CellShifter::from, and CellShifter::nr.
|