Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/root/TGHtmlTokens.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // $Id$
0002 // Author:  Valeriy Onuchin   03/05/2007
0003 
0004 /*************************************************************************
0005  * Copyright (C) 1995-2001, Rene Brun, Fons Rademakers and Reiner Rohlfs *
0006  * All rights reserved.                                                  *
0007  *                                                                       *
0008  * For the licensing terms see $ROOTSYS/LICENSE.                         *
0009  * For the list of contributors see $ROOTSYS/README/CREDITS.             *
0010  *************************************************************************/
0011 
0012 /**************************************************************************
0013 
0014     HTML widget for xclass. Based on tkhtml 1.28
0015     Copyright (C) 1997-2000 D. Richard Hipp <drh@acm.org>
0016     Copyright (C) 2002-2003 Hector Peraza.
0017 
0018     This library is free software; you can redistribute it and/or
0019     modify it under the terms of the GNU Library General Public
0020     License as published by the Free Software Foundation; either
0021     version 2 of the License, or (at your option) any later version.
0022 
0023     This library is distributed in the hope that it will be useful,
0024     but WITHOUT ANY WARRANTY; without even the implied warranty of
0025     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
0026     Library General Public License for more details.
0027 
0028     You should have received a copy of the GNU Library General Public
0029     License along with this library; if not, write to the Free
0030     Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
0031 
0032 **************************************************************************/
0033 
0034 #ifndef ROOT_TGHtmlTokens
0035 #define ROOT_TGHtmlTokens
0036 
0037 // NOTE: this list was generated automatically. If you make any
0038 // modifications to it, you'll have to modify also the OHtmlTokenMap.cc
0039 // file accordingly.
0040 
0041 enum {
0042   Html_Text = 1,
0043   Html_Space,
0044   Html_Unknown,
0045   Html_Block,
0046   Html_A,
0047   Html_EndA,
0048   Html_ADDRESS,
0049   Html_EndADDRESS,
0050   Html_APPLET,
0051   Html_EndAPPLET,
0052   Html_AREA,
0053   Html_B,
0054   Html_EndB,
0055   Html_BASE,
0056   Html_BASEFONT,
0057   Html_EndBASEFONT,
0058   Html_BGSOUND,
0059   Html_BIG,
0060   Html_EndBIG,
0061   Html_BLOCKQUOTE,
0062   Html_EndBLOCKQUOTE,
0063   Html_BODY,
0064   Html_EndBODY,
0065   Html_BR,
0066   Html_CAPTION,
0067   Html_EndCAPTION,
0068   Html_CENTER,
0069   Html_EndCENTER,
0070   Html_CITE,
0071   Html_EndCITE,
0072   Html_CODE,
0073   Html_EndCODE,
0074   Html_COMMENT,
0075   Html_EndCOMMENT,
0076   Html_DD,
0077   Html_EndDD,
0078   Html_DFN,
0079   Html_EndDFN,
0080   Html_DIR,
0081   Html_EndDIR,
0082   Html_DIV,
0083   Html_EndDIV,
0084   Html_DL,
0085   Html_EndDL,
0086   Html_DT,
0087   Html_EndDT,
0088   Html_EM,
0089   Html_EndEM,
0090   Html_EMBED,
0091   Html_FONT,
0092   Html_EndFONT,
0093   Html_FORM,
0094   Html_EndFORM,
0095   Html_FRAME,
0096   Html_EndFRAME,
0097   Html_FRAMESET,
0098   Html_EndFRAMESET,
0099   Html_H1,
0100   Html_EndH1,
0101   Html_H2,
0102   Html_EndH2,
0103   Html_H3,
0104   Html_EndH3,
0105   Html_H4,
0106   Html_EndH4,
0107   Html_H5,
0108   Html_EndH5,
0109   Html_H6,
0110   Html_EndH6,
0111   Html_HR,
0112   Html_HTML,
0113   Html_EndHTML,
0114   Html_I,
0115   Html_EndI,
0116   Html_IFRAME,
0117   Html_IMG,
0118   Html_INPUT,
0119   Html_ISINDEX,
0120   Html_KBD,
0121   Html_EndKBD,
0122   Html_LI,
0123   Html_EndLI,
0124   Html_LINK,
0125   Html_LISTING,
0126   Html_EndLISTING,
0127   Html_MAP,
0128   Html_EndMAP,
0129   Html_MARQUEE,
0130   Html_EndMARQUEE,
0131   Html_MENU,
0132   Html_EndMENU,
0133   Html_META,
0134   Html_NEXTID,
0135   Html_NOBR,
0136   Html_EndNOBR,
0137   Html_NOEMBED,
0138   Html_EndNOEMBED,
0139   Html_NOFRAMES,
0140   Html_EndNOFRAMES,
0141   Html_NOSCRIPT,
0142   Html_EndNOSCRIPT,
0143   Html_OL,
0144   Html_EndOL,
0145   Html_OPTION,
0146   Html_EndOPTION,
0147   Html_P,
0148   Html_EndP,
0149   Html_PARAM,
0150   Html_EndPARAM,
0151   Html_PLAINTEXT,
0152   Html_PRE,
0153   Html_EndPRE,
0154   Html_S,
0155   Html_EndS,
0156   Html_SAMP,
0157   Html_EndSAMP,
0158   Html_SCRIPT,
0159   Html_SELECT,
0160   Html_EndSELECT,
0161   Html_SMALL,
0162   Html_EndSMALL,
0163   Html_STRIKE,
0164   Html_EndSTRIKE,
0165   Html_STRONG,
0166   Html_EndSTRONG,
0167   Html_STYLE,
0168   Html_SUB,
0169   Html_EndSUB,
0170   Html_SUP,
0171   Html_EndSUP,
0172   Html_TABLE,
0173   Html_EndTABLE,
0174   Html_TD,
0175   Html_EndTD,
0176   Html_TEXTAREA,
0177   Html_EndTEXTAREA,
0178   Html_TH,
0179   Html_EndTH,
0180   Html_TITLE,
0181   Html_EndTITLE,
0182   Html_TR,
0183   Html_EndTR,
0184   Html_TT,
0185   Html_EndTT,
0186   Html_U,
0187   Html_EndU,
0188   Html_UL,
0189   Html_EndUL,
0190   Html_VAR,
0191   Html_EndVAR,
0192   Html_WBR,
0193   Html_XMP,
0194   Html_EndXMP,
0195   Html__TypeCount
0196 };
0197 
0198 #define Html_TypeCount         (Html__TypeCount - 1)
0199 #define HTML_MARKUP_COUNT      (Html__TypeCount - 5)
0200 #define HTML_MARKUP_HASH_SIZE  (Html__TypeCount + 11)
0201 
0202 #endif  // ROOT_TGHtmlTokens