0031570: Samples - add Qt samples similar to standard MFC samples
[occt.git] / samples / OCCTOverview / code / Ocaf.json
1 {
2   "OCAF": {
3     "1 Create": [{
4         "text": "Create Box",
5         "function": "CreateBoxOcafSample",
6         "description": ""
7       },
8       {
9         "text": "Create Cylinder",
10         "function": "CreateCylinderOcafSample",
11         "description": ""
12       }
13     ],
14     "2 Modify": [{
15         "text": "Modify Box",
16         "function": "ModifyBoxOcafSample",
17         "description": ""
18       },
19       {
20         "text": "Modify Cylinder",
21         "function": "ModifyCylinderOcafSample",
22         "description": ""
23       }
24     ],
25     "3 Action": [{
26         "text": "Undo",
27         "function": "UndoOcafSample",
28         "description": ""
29       },
30       {
31         "text": "Redo",
32         "function": "RedoOcafSample",
33         "description": ""
34       }
35     ],
36     "4 Data storage": [{
37         "text": "Open OCAF",
38         "function": "DialogOpenOcafSample",
39         "description": ""
40       },
41       {
42         "text": "Save binary OCAF",
43         "function": "DialogSaveBinOcafSample",
44         "description": ""
45       },
46       {
47         "text": "Save XML OCAF",
48         "function": "DialogSaveXmlOcafSample",
49         "description": ""
50       }
51     ]
52   }
53 }