summaryrefslogtreecommitdiff
path: root/inc/MFT_TypeOfCommand.hxx
blob: 0e405cc613a32cba9447fd983eb5f5a59edeef53 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
// This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to 
// this header file considered to be the "object code" form of the original source.

#ifndef _MFT_TypeOfCommand_HeaderFile
#define _MFT_TypeOfCommand_HeaderFile


enum MFT_TypeOfCommand {
MFT_TOC_UNKNOWN,
MFT_TOC_HSTEM,
MFT_TOC_VSTEM,
MFT_TOC_VMOVETO,
MFT_TOC_RLINETO,
MFT_TOC_HLINETO,
MFT_TOC_VLINETO,
MFT_TOC_RRCURVETO,
MFT_TOC_CLOSEPATH,
MFT_TOC_HSBW,
MFT_TOC_ENDCHAR,
MFT_TOC_RMOVETO,
MFT_TOC_HMOVETO,
MFT_TOC_VHCURVETO,
MFT_TOC_HVCURVETO,
MFT_TOC_DOTSECTION,
MFT_TOC_VSTEM3,
MFT_TOC_HSTEM3,
MFT_TOC_SEAC,
MFT_TOC_SBW,
MFT_TOC_SETCURRENTPOINT,
MFT_TOC_CHARSTRING,
MFT_TOC_NUMERIC,
MFT_TOC_MINMAX
};

#ifndef _Standard_PrimitiveTypes_HeaderFile
#include <Standard_PrimitiveTypes.hxx>
#endif

#endif