epoc32/include/smilelements.h
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
permissions -rw-r--r--
Current Symbian^3 public API header files (from PDK 3.0.h)
This is the epoc32/include tree with the "platform" subtrees removed, and
all but a selected few mbg and rsg files removed.
     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 /** 
    11 An Example String Table
    12 @publishedAll
    13 @released
    14 */
    15 class SMILElements 
    16 	{
    17 public:
    18 	enum TStrings
    19 		{
    20 		/** a */
    21 		Ea,
    22 		/** anchor */
    23 		EAnchor,
    24 		/** animate */
    25 		EAnimate,
    26 		/** animateColor */
    27 		EAnimateColor,
    28 		/** animateMotion */
    29 		EAnimateMotion,
    30 		/** animation */
    31 		EAnimation,
    32 		/** area */
    33 		EArea,
    34 		/** audio */
    35 		EAudio,
    36 		/** body */
    37 		EBody,
    38 		/** brush */
    39 		EBrush,
    40 		/** customAttributes */
    41 		ECustomAttributes,
    42 		/** customTest */
    43 		ECustomTest,
    44 		/** excl */
    45 		EExcl,
    46 		/** head */
    47 		EHead,
    48 		/** img */
    49 		EImg,
    50 		/** layout */
    51 		ELayout,
    52 		/** meta */
    53 		EMeta,
    54 		/** metadata */
    55 		EMetadata,
    56 		/** par */
    57 		EPar,
    58 		/** param */
    59 		EParam,
    60 		/** prefetch */
    61 		EPrefetch,
    62 		/** priorityClass */
    63 		EpriorityClass,
    64 		/** ref */
    65 		ERef,
    66 		/** region */
    67 		ERegion,
    68 		/** regPoint */
    69 		ERegPoint,
    70 		/** root-layout */
    71 		ERootLayout,
    72 		/** seq */
    73 		ESeq,
    74 		/** smil */
    75 		ESmil,
    76 		/** switch */
    77 		ESwitch,
    78 		/** text */
    79 		EText,
    80 		/** textstream */
    81 		ETextstream,
    82 		/** topLayout */
    83 		ETopLayout,
    84 		/** transition */
    85 		ETransition,
    86 		/** transitionFilter */
    87 		ETransitionFilter,
    88 		/** video */
    89 		EVideo
    90 		};
    91 	static const TStringTable Table;	
    92 	};
    93 
    94 #endif // STRINGTABLE_SMILElements
    95