summaryrefslogtreecommitdiff
path: root/src/IGESSelect/IGESSelect_Activator.cdl
blob: f885196703b87287e9444143bb4b9daa8fba3e6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
-- File:	IGESSelect_Activator.cdl
-- Created:	Fri Jun  3 09:34:52 1994
-- Author:	Christian CAILLET
--		<cky@meteox>
---Copyright:	 Matra Datavision 1994


class Activator  from IGESSelect  inherits Activator  from IFSelect

    ---Purpose : Performs Actions specific to IGESSelect, i.e. creation of
    --           IGES Selections and Dispatches, plus dumping specific to IGES

uses CString, SessionPilot, ReturnStatus

is

    Create returns mutable Activator from IGESSelect;


    Do   (me : mutable; number : Integer; pilot : mutable SessionPilot)
    	returns ReturnStatus;
    ---Purpose : Executes a Command Line for IGESSelect

    Help (me; number : Integer) returns CString;
    ---Purpose : Sends a short help message for IGESSelect commands

end Activator;