See: Description
Class | Description |
---|---|
AboutCommand | |
Command |
Base class for each Commmand.
|
CopyCommand |
Copy selected elements from model and put into clipboard.
|
CutCommand |
Cut selected elements from model and put into clipboard.
|
DeleteCommand |
Only top-level elements can be selected.
|
DuplicateCommand |
Only top-level elements can be selected.
|
FillCommand |
Fill selected items, which is recursively passed down into groups.
|
GroupCommand |
Group together selected elements.
|
NewCommand |
Create JSON string for model.
|
OpenCommand |
Create JSON string for model.
|
PasteCommand |
Paste selected elements from model and put into clipboard.
|
PenCommand |
Fill selected items, which is recursively passed down into groups.
|
QuitCommand |
Exit Application
|
SaveCommand |
Create JSON string for model.
|
StrokeCommand |
Set stroke for selected items, which is recursively passed down into groups.
|
UngroupCommand |