Minsky
|
move the contents of cell at (srcRow, srcCol) to (destRow, destCol). More...
#include <godleyIcon.h>
Public Attributes | |
int | srcRow |
int | srcCol |
int | destRow |
int | destCol |
move the contents of cell at (srcRow, srcCol) to (destRow, destCol).
Definition at line 103 of file godleyIcon.h.
int minsky::GodleyIcon::MoveCellArgs::destCol |
Definition at line 105 of file godleyIcon.h.
Referenced by minsky::GodleyIcon::moveCell().
int minsky::GodleyIcon::MoveCellArgs::destRow |
Definition at line 105 of file godleyIcon.h.
Referenced by minsky::GodleyIcon::moveCell().
int minsky::GodleyIcon::MoveCellArgs::srcCol |
Definition at line 105 of file godleyIcon.h.
Referenced by minsky::GodleyIcon::moveCell().
int minsky::GodleyIcon::MoveCellArgs::srcRow |
Definition at line 105 of file godleyIcon.h.
Referenced by minsky::GodleyIcon::moveCell().