source: oup/current/FileClasses/_MetaTypes.pas@ 236

Last change on this file since 236 was 236, checked in by alloc, 17 years ago
File size: 5.7 KB
Line 
1unit _MetaTypes;
2
3interface
4
5uses
6 _FileTypes, _EmptyFile, _Unlinked, _DataTypes, _Extensions, _TreeElement,
7 TXAN, TXMP;
8// ABNA, AGDB, AGQC, AGQG, AGQM, AGQR, AISA, AITR, AIWA, AKAA, AKBA, AKBP, AKDA,
9// AKEV, AKOT, AKVA, BINA, CBPI, CBPM, CONS, CRSA, DOOR, DPge, EDIA, ENVP, FILM,
10// FXLR, GMAN, HPge, IDXA, IGHH, IGPA, IGPG, IGSA, IGSt, Impt, IPge, KeyI, M3GA,
11// M3GM, M3TA, Mtrl, NMSA, OBAN, OBDC, OBLS, OBOA, OFGA, ONCC, ONCP, ONCV, ONFA,
12// ONGS, ONIA, ONLD, ONLV, ONMA, ONOA, ONSA, ONSK, ONTA, ONVL, ONWC, OPge, OSBD,
13// OTIT, OTLF, PLEA, PNTA, PSpc, PSpL, PSUI, QTNA, QUDA, SNDD, StNA, SUBT, TMFA,
14// TMRA, TRAC, TRAM, TRAS, TRBS, TRCM, TRFT, TRGA, TRGE, TRIA, TRIG, TRMA, TRSC,
15// TRTA, TSFF, TSFL, TSFT, TSGA, TStr, TURR, TXAN, TXCA, TXMA, TXMB, TXMP, TXPC,
16// TxtC, UUEA, UVDL, VCRA, WMCL, WMDD, WMM_, WMMB, WPge;
17
18type
19 TTreeElement = _TreeElement.TTreeElement;
20 TFile = _FileTypes.TFile;
21 TFile_Empty = _EmptyFile.TFile_Empty;
22 TFile_Unlinked = _Unlinked.TFile_Unlinked;
23 TExtension = _Extensions.TExtension;
24 TExtensions = _Extensions.TExtensions;
25 TDataField = _DataTypes.TDataField;
26
27 TFileClass = class of TFile;
28 TFileDesc = record
29 ext: String;
30 ftype: TFileClass;
31 end;
32
33const
34 FileDescs: array[0..1] of TFileDesc = (
35 (ext: 'TXAN'; ftype: TFile_TXAN),
36 (ext: 'TXMP'; ftype: TFile_TXMP)
37 );
38
39{
40 FileDescs: array[0..112] of TFileDesc = (
41 (ext: 'ABNA'; ftype: TFile_ABNA),
42 (ext: 'AGDB'; ftype: TFile_AGDB),
43 (ext: 'AGQC'; ftype: TFile_AGQC),
44 (ext: 'AGQG'; ftype: TFile_AGQG),
45 (ext: 'AGQM'; ftype: TFile_AGQM),
46 (ext: 'AGQR'; ftype: TFile_AGQR),
47 (ext: 'AISA'; ftype: TFile_AISA),
48 (ext: 'AITR'; ftype: TFile_AITR),
49 (ext: 'AIWA'; ftype: TFile_AIWA),
50 (ext: 'AKAA'; ftype: TFile_AKAA),
51 (ext: 'AKBA'; ftype: TFile_AKBA),
52 (ext: 'AKBP'; ftype: TFile_AKBP),
53 (ext: 'AKDA'; ftype: TFile_AKDA),
54 (ext: 'AKEV'; ftype: TFile_AKEV),
55 (ext: 'AKOT'; ftype: TFile_AKOT),
56 (ext: 'AKVA'; ftype: TFile_AKVA),
57 (ext: 'BINA'; ftype: TFile_BINA),
58 (ext: 'CBPI'; ftype: TFile_CBPI),
59 (ext: 'CBPM'; ftype: TFile_CBPM),
60 (ext: 'CONS'; ftype: TFile_CONS),
61 (ext: 'CRSA'; ftype: TFile_CRSA),
62 (ext: 'DOOR'; ftype: TFile_DOOR),
63 (ext: 'DPge'; ftype: TFile_DPge),
64 (ext: 'EDIA'; ftype: TFile_EDIA),
65 (ext: 'ENVP'; ftype: TFile_ENVP),
66 (ext: 'FILM'; ftype: TFile_FILM),
67 (ext: 'FXLR'; ftype: TFile_FXLR),
68 (ext: 'GMAN'; ftype: TFile_GMAN),
69 (ext: 'HPge'; ftype: TFile_HPge),
70 (ext: 'IDXA'; ftype: TFile_IDXA),
71 (ext: 'IGHH'; ftype: TFile_IGHH),
72 (ext: 'IGPA'; ftype: TFile_IGPA),
73 (ext: 'IGPG'; ftype: TFile_IGPG),
74 (ext: 'IGSA'; ftype: TFile_IGSA),
75 (ext: 'IGSt'; ftype: TFile_IGSt),
76 (ext: 'Impt'; ftype: TFile_Impt),
77 (ext: 'IPge'; ftype: TFile_IPge),
78 (ext: 'KeyI'; ftype: TFile_KeyI),
79 (ext: 'M3GA'; ftype: TFile_M3GA),
80 (ext: 'M3GM'; ftype: TFile_M3GM),
81 (ext: 'M3TA'; ftype: TFile_M3TA),
82 (ext: 'Mtrl'; ftype: TFile_Mtrl),
83 (ext: 'NMSA'; ftype: TFile_NMSA),
84 (ext: 'OBAN'; ftype: TFile_OBAN),
85 (ext: 'OBDC'; ftype: TFile_OBDC),
86 (ext: 'OBLS'; ftype: TFile_OBLS),
87 (ext: 'OBOA'; ftype: TFile_OBOA),
88 (ext: 'OFGA'; ftype: TFile_OFGA),
89 (ext: 'ONCC'; ftype: TFile_ONCC),
90 (ext: 'ONCP'; ftype: TFile_ONCP),
91 (ext: 'ONCV'; ftype: TFile_ONCV),
92 (ext: 'ONFA'; ftype: TFile_ONFA),
93 (ext: 'ONGS'; ftype: TFile_ONGS),
94 (ext: 'ONIA'; ftype: TFile_ONIA),
95 (ext: 'ONLD'; ftype: TFile_ONLD),
96 (ext: 'ONLV'; ftype: TFile_ONLV),
97 (ext: 'ONMA'; ftype: TFile_ONMA),
98 (ext: 'ONOA'; ftype: TFile_ONOA),
99 (ext: 'ONSA'; ftype: TFile_ONSA),
100 (ext: 'ONSK'; ftype: TFile_ONSK),
101 (ext: 'ONTA'; ftype: TFile_ONTA),
102 (ext: 'ONVL'; ftype: TFile_ONVL),
103 (ext: 'ONWC'; ftype: TFile_ONWC),
104 (ext: 'OPge'; ftype: TFile_OPge),
105 (ext: 'OSBD'; ftype: TFile_OSBD),
106 (ext: 'OTIT'; ftype: TFile_OTIT),
107 (ext: 'OTLF'; ftype: TFile_OTLF),
108 (ext: 'PLEA'; ftype: TFile_PLEA),
109 (ext: 'PNTA'; ftype: TFile_PNTA),
110 (ext: 'PSpc'; ftype: TFile_PSpc),
111 (ext: 'PSpL'; ftype: TFile_PSpL),
112 (ext: 'PSUI'; ftype: TFile_PSUI),
113 (ext: 'QTNA'; ftype: TFile_QTNA),
114 (ext: 'QUDA'; ftype: TFile_QUDA),
115 (ext: 'SNDD'; ftype: TFile_SNDD),
116 (ext: 'StNA'; ftype: TFile_StNA),
117 (ext: 'SUBT'; ftype: TFile_SUBT),
118 (ext: 'TMFA'; ftype: TFile_TMFA),
119 (ext: 'TMRA'; ftype: TFile_TMRA),
120 (ext: 'TRAC'; ftype: TFile_TRAC),
121 (ext: 'TRAM'; ftype: TFile_TRAM),
122 (ext: 'TRAS'; ftype: TFile_TRAS),
123 (ext: 'TRBS'; ftype: TFile_TRBS),
124 (ext: 'TRCM'; ftype: TFile_TRCM),
125 (ext: 'TRFT'; ftype: TFile_TRFT),
126 (ext: 'TRGA'; ftype: TFile_TRGA),
127 (ext: 'TRGE'; ftype: TFile_TRGE),
128 (ext: 'TRIA'; ftype: TFile_TRIA),
129 (ext: 'TRIG'; ftype: TFile_TRIG),
130 (ext: 'TRMA'; ftype: TFile_TRMA),
131 (ext: 'TRSC'; ftype: TFile_TRSC),
132 (ext: 'TRTA'; ftype: TFile_TRTA),
133 (ext: 'TSFF'; ftype: TFile_TSFF),
134 (ext: 'TSFL'; ftype: TFile_TSFL),
135 (ext: 'TSFT'; ftype: TFile_TSFT),
136 (ext: 'TSGA'; ftype: TFile_TSGA),
137 (ext: 'TStr'; ftype: TFile_TStr),
138 (ext: 'TURR'; ftype: TFile_TURR),
139 (ext: 'TXAN'; ftype: TFile_TXAN),
140 (ext: 'TXCA'; ftype: TFile_TXCA),
141 (ext: 'TXMA'; ftype: TFile_TXMA),
142 (ext: 'TXMB'; ftype: TFile_TXMB),
143 (ext: 'TXMP'; ftype: TFile_TXMP),
144 (ext: 'TXPC'; ftype: TFile_TXPC),
145 (ext: 'TxtC'; ftype: TFile_TxtC),
146 (ext: 'UUEA'; ftype: TFile_UUEA),
147 (ext: 'UVDL'; ftype: TFile_UVDL),
148 (ext: 'VCRA'; ftype: TFile_VCRA),
149 (ext: 'WMCL'; ftype: TFile_WMCL),
150 (ext: 'WMDD'; ftype: TFile_WMDD),
151 (ext: 'WMM_'; ftype: TFile_WMM_),
152 (ext: 'WMMB'; ftype: TFile_WMMB),
153 (ext: 'WPge'; ftype: TFile_WPge)
154 );
155}
156
157implementation
158
159end.
Note: See TracBrowser for help on using the repository browser.