forked from qunying/rhide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
idestrm.cc
37 lines (34 loc) · 997 Bytes
/
idestrm.cc
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
/* Copyright (C) 1996-2000 Robert H”hne, see COPYING.RH for details */
/* This file is part of RHIDE. */
#include <tv.h>
__link(RProject)
#define N(CLASS,S) \
class CLASS \
{ \
public: \
static const char * const name; \
}; \
\
const char * const CLASS::name = #S;
N(TProject, \x01)
N(TDependency, \x02)
N(TDepCollection, \x03)
N(TFlagEntry, \x04)
N(TFlagCollection, \x05)
N(TOptions, \x06)
N(TFrame, \x07)
N(TScrollBar, \x08)
N(TIndicator, \x09)
N(TIDEEditWindow, \x0A)
N(TDirList, \x0B)
N(TIDEFileEditor, \x0C)
N(TParamList, \x0D)
N(TStringCollection, \x0E)
N(TNoCaseStringCollection, \x0F)
N(TInfViewer, \x10) N(TSIndicator, \x12)
N(TStringCollectionW, \x13)
/**
dummy variable to referenced by other sources only to
force to link this object file in
*/
int link_strm;