00001
00002
00003
00004
00005
00006 #ifndef Descriptors_h
00007 #define Descriptors_h
00008
00009 #ifndef __GRAPHANLib_LIBRARY_DEFINED__
00010
00011 enum Descriptors
00012 {
00013 OBeg = 0,
00014 ORLE = 1,
00015 OLLE = 2,
00016 ODel = 3,
00017 OPun = 4,
00018 ODigits = 5,
00019 ONumChar = 6,
00020 OElectAddr = 7,
00021 OUnk = 8,
00022 OSpc = 9,
00023 OHyp = 10,
00024 OEOLN = 11,
00025 OEOP = 12,
00026 OPlu = 13,
00027 OUp = 14,
00028 OLw = 15,
00029 OUpLw = 16,
00030 ONam = 17,
00031 OOpn = 18,
00032 OCls = 19,
00033 ONil = 20,
00034 OBullet = 21,
00035 OPar = 22,
00036 ODUMMY_PLEASE_USE_ME = 23,
00037 OQuoted = 24,
00038 OParagraph = 25,
00039
00040
00041 CS_Undef = 26,
00042 CS_Simple = 27,
00043 CS_Quasi = 28,
00044 CS_Parent = 29,
00045 CS_Heading = 30,
00046 CS_Explan = 31,
00047 CS_Doc = 32,
00048
00049 OSentEnd = 33,
00050 ORoman = 34,
00051
00052 OEXPR1 = 35,
00053 OEXPR2 = 36,
00054 OFAM1 = 37,
00055 OFAM2 = 38,
00056 ORef1 = 39,
00057 ORef2 = 40,
00058 OFile1 = 41,
00059 OFile2 = 42,
00060 OAbbr1 = 43,
00061 OAbbr2 = 44,
00062 OKey1 = 45,
00063 OKey2 = 46,
00064 OGerDivComp1 = 47,
00065 OGerDivComp2 = 48,
00066 NumberOfGraphematicalDescriptors = 49
00067
00068 };
00069 #endif
00070
00071
00072
00073
00074 #endif