Minsky
minsky::GodleyIcon::MoveCellArgs Struct Reference

move the contents of cell at (srcRow, srcCol) to (destRow, destCol). More...

#include <godleyIcon.h>

Collaboration diagram for minsky::GodleyIcon::MoveCellArgs:
Collaboration graph

Public Attributes

int srcRow
 
int srcCol
 
int destRow
 
int destCol
 

Detailed Description

move the contents of cell at (srcRow, srcCol) to (destRow, destCol).

Definition at line 103 of file godleyIcon.h.

Member Data Documentation

◆ destCol

int minsky::GodleyIcon::MoveCellArgs::destCol

Definition at line 105 of file godleyIcon.h.

Referenced by minsky::GodleyIcon::moveCell().

◆ destRow

int minsky::GodleyIcon::MoveCellArgs::destRow

Definition at line 105 of file godleyIcon.h.

Referenced by minsky::GodleyIcon::moveCell().

◆ srcCol

int minsky::GodleyIcon::MoveCellArgs::srcCol

Definition at line 105 of file godleyIcon.h.

Referenced by minsky::GodleyIcon::moveCell().

◆ srcRow

int minsky::GodleyIcon::MoveCellArgs::srcRow

Definition at line 105 of file godleyIcon.h.

Referenced by minsky::GodleyIcon::moveCell().


The documentation for this struct was generated from the following file: