comparison Applications/Samples/Deprecated/StoneSampleCommands.yml @ 1347:bfd77672d825 broker

Moved Application/Samples/* to Application/Samples/Deprecated/*
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 07 Apr 2020 14:29:01 +0200
parents Applications/Samples/StoneSampleCommands.yml@b1377625e4ba
children
comparison
equal deleted inserted replaced
1346:df8bf351c23f 1347:bfd77672d825
1 #
2 # 1 2 3 4 5 6 7 8
3 # 345678901234567890123456789012345678901234567890123456789012345678901234567890
4 #
5 rootName: StoneSampleCommands
6
7 # +---------------------------------+
8 # | Messages from TypeScript to C++ |
9 # +---------------------------------+
10
11 enum Tool:
12 - LineMeasure
13 - CircleMeasure
14 - Crop
15 - Windowing
16 - Zoom
17 - Pan
18 - Move
19 - Rotate
20 - Resize
21 - Mask
22
23 struct SelectTool:
24 __handler: cpp
25 tool: Tool
26
27 enum ActionType:
28 - UndoCrop
29 - Rotate
30 - Invert
31
32 struct Action:
33 __handler: cpp
34 type: ActionType
35