class |
CmdAddShape |
Class that represent command for add new shape to the draw.
|
class |
CmdBringToBack |
Class that represent command to bring some shape to the back.
|
class |
CmdBringToFront |
Class that represent command to bring some shape to the front.
|
class |
CmdRemoveShape |
Class that represent command for remove existing shape from the draw.
|
class |
CmdSelectShape |
Class that represent command to set shape to selected or unselected state.
|
class |
CmdToBack |
Class that represent command for bring some shape one position to the back.
|
class |
CmdToFront |
Class that represent command for bring some shape one position to the front.
|
class |
CmdUpdateCircle |
Class that represent command for update existing circle from the draw.
|
class |
CmdUpdateHexagon |
Class that represent command for update existing hexagon from the draw.
|
class |
CmdUpdateLine |
Class that represent command for update existing line from the draw.
|
class |
CmdUpdatePoint |
Class that represent command for update existing point from the draw.
|
class |
CmdUpdateRectangle |
Class that represent command for update existing rectangle from the draw.
|
class |
CmdUpdateSquare |
Class that represent command for update existing square from the draw.
|