epoc32/include/smilelements.h
author William Roberts <williamr@symbian.org>
Tue, 16 Mar 2010 16:12:26 +0000
branchSymbian2
changeset 2 2fe1408b6811
child 4 837f303aceeb
permissions -rw-r--r--
Final list of Symbian^2 public API header files
     1 // Autogenerated from epoc32/build/smilparser/c_8a52abcb1170709b/smildtd_dll/smilelements.st by the stringtable tool - Do not edit
     2 
     3 #ifndef STRINGTABLE_SMILElements
     4 #define STRINGTABLE_SMILElements
     5 
     6 #include <stringpool.h>
     7 
     8 struct TStringTable;
     9 
    10 /** A String table */
    11 class SMILElements 
    12 	{
    13 public:
    14 	enum TStrings
    15 		{
    16 		/** a */
    17 		Ea,
    18 		/** anchor */
    19 		EAnchor,
    20 		/** animate */
    21 		EAnimate,
    22 		/** animateColor */
    23 		EAnimateColor,
    24 		/** animateMotion */
    25 		EAnimateMotion,
    26 		/** animation */
    27 		EAnimation,
    28 		/** area */
    29 		EArea,
    30 		/** audio */
    31 		EAudio,
    32 		/** body */
    33 		EBody,
    34 		/** brush */
    35 		EBrush,
    36 		/** customAttributes */
    37 		ECustomAttributes,
    38 		/** customTest */
    39 		ECustomTest,
    40 		/** excl */
    41 		EExcl,
    42 		/** head */
    43 		EHead,
    44 		/** img */
    45 		EImg,
    46 		/** layout */
    47 		ELayout,
    48 		/** meta */
    49 		EMeta,
    50 		/** metadata */
    51 		EMetadata,
    52 		/** par */
    53 		EPar,
    54 		/** param */
    55 		EParam,
    56 		/** prefetch */
    57 		EPrefetch,
    58 		/** priorityClass */
    59 		EpriorityClass,
    60 		/** ref */
    61 		ERef,
    62 		/** region */
    63 		ERegion,
    64 		/** regPoint */
    65 		ERegPoint,
    66 		/** root-layout */
    67 		ERootLayout,
    68 		/** seq */
    69 		ESeq,
    70 		/** smil */
    71 		ESmil,
    72 		/** switch */
    73 		ESwitch,
    74 		/** text */
    75 		EText,
    76 		/** textstream */
    77 		ETextstream,
    78 		/** topLayout */
    79 		ETopLayout,
    80 		/** transition */
    81 		ETransition,
    82 		/** transitionFilter */
    83 		ETransitionFilter,
    84 		/** video */
    85 		EVideo
    86 		};
    87 	static const TStringTable Table;	
    88 	};
    89 
    90 #endif // STRINGTABLE_SMILElements
    91