Integration of OCCT 6.5.0 from SVN
[occt.git] / src / XSControl / XSControl_Functions.cdl
1 -- File:        XSControl_Functions.cdl
2 -- Created:     Tue Mar 26 18:08:36 1996
3 -- Author:      Christian CAILLET
4 --              <cky@fidox>
5 ---Copyright:    Matra Datavision 1996
6
7
8 class Functions  from XSControl
9
10     ---Purpose : Functions from XSControl gives access to actions which can be
11     --           commanded with the resources provided by XSControl: especially
12     --           Controller and Transfer
13     --           
14     --           It works by adding functions by method Init
15
16 uses CString
17
18 is
19
20     Init (myclass);
21     ---Purpose : Defines and loads all functions for XSControl (as ActFunc)
22
23 end Functions;