blob: df78c1d1c9ca7adbb257003cf24400b5d465acf9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
-- File: XDEDRAW_Props.cdl
-- Created: Fri Aug 4 14:39:39 2000
-- Author: Pavel TELKOV
-- <ptv@zamox.nnov.matra-dtv.fr>
---Copyright: Matra Datavision 2000
class Props from XDEDRAW
---Purpose: Contains commands to work with geometric validation
-- properties of shapes
uses
Interpretor from Draw
is
InitCommands (myclass; theCommands: in out Interpretor from Draw);
end Props;
|