0028999: Modify Qt Browser build option
[occt.git] / src / DrawResources / DrawPlugin
1 ! Description of available plugins for DRAW Test Harness
2 ! *****************************************************************************
3 !
4 ! Format of the file is compliant with the standard Open CASCADE resource files
5 ! (see the Resource_Manager.cdl file for details).
6 !
7 ! Each key defines a sequence of either further keys or a name of the dynamic
8 ! library. Keys can be nested down to an arbitrary level. However, make sure
9 ! there are no cyclic dependencies (internal checks are not performed).
10
11 ! For details how to implement a DRAW plugin refer to the Test Harness User's
12 ! Guide.
13 !
14 ! To load a plugin use the following command in DRAW:
15 !
16 ! Draw> pload [-PluginFileName] [[Key1] [Key2]...], where:
17 !     <-PluginFileName> - Defines the name of a resource file.
18 !                         If this parameter is omitted then the default name DrawPlugin
19 !                         is used.
20 !                         According to the Open CASCADE resource file management rules
21 !                         the environment variable CSF_<PluginFileName>Defaults must
22 !                         be set and point to the directory storing the file. If it is
23 !                         omitted then it defaults to $CASROOT/src/DrawResources.
24 !     [Key]             - Defines the key(s) enumerating plugins to be loaded.
25 !                         If no keys are specified then the key named DEFAULT is used
26 !                         (if there is no such in the file then no plugins are loaded).
27 !
28 !
29 ! NOTE: Make sure the DATAEXCHANGE or XDE key succeeds the OCAF key in a sequence
30 !
31
32 DEFAULT            : MODELING
33 MODELING           : TOPTEST
34 VISUALIZATION      : AISV
35 OCAFKERNEL         : DCAF
36 DATAEXCHANGEKERNEL : XSDRAW
37 OCAF               : VISUALIZATION, OCAFKERNEL
38 DATAEXCHANGE       : XDE, VISUALIZATION
39 XDE                : DATAEXCHANGEKERNEL, XDEDRAW
40 ALL                : MODELING, OCAFKERNEL, DATAEXCHANGE
41
42 TOPTEST            : TKTopTest
43 DCAF               : TKDCAF
44 AISV               : TKViewerTest
45 XSDRAW             : TKXSDRAW
46 XDEDRAW            : TKXDEDRAW
47 TOBJ               : TKTObjDRAW
48 DFBROWSER          : TKDFBrowser
49 QAcommands         : TKQADraw
50 VIS                : TKIVtkDraw
51 INSPECTOR          : TKToolsDraw