epoc32/include/smilgenericelements.h
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:27:01 +0100
branchSymbian2
changeset 3 e1b950c65cb4
child 4 837f303aceeb
permissions -rw-r--r--
Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
     1 // Autogenerated from epoc32/build/smilparser/c_8a52abcb1170709b/smildtd_dll/smilgenericelements.st by the stringtable tool - Do not edit
     2 
     3 #ifndef STRINGTABLE_SMILGenericElements
     4 #define STRINGTABLE_SMILGenericElements
     5 
     6 #include <stringpool.h>
     7 
     8 struct TStringTable;
     9 
    10 /** A String table */
    11 class SMILGenericElements 
    12 	{
    13 public:
    14 	enum TStrings
    15 		{
    16 		/** anchor anchorBase */
    17 		EAnchorBase,
    18 		/** animation media */
    19 		EAnimationBase,
    20 		/** area anchorBase */
    21 		EAreaBase,
    22 		/** audio media */
    23 		EAudioBase,
    24 		/** img media */
    25 		EImgBase,
    26 		/** par timing */
    27 		EParBase,
    28 		/** ref media */
    29 		ERefBase,
    30 		/** seq timing */
    31 		ESeqBase,
    32 		/** text media */
    33 		ETextBase,
    34 		/** textstream media */
    35 		ETextstreamBase,
    36 		/** video media */
    37 		EVideoBase
    38 		};
    39 	static const TStringTable Table;	
    40 	};
    41 
    42 #endif // STRINGTABLE_SMILGenericElements
    43