epoc32/include/smilgenericelements.h
branchSymbian2
changeset 2 2fe1408b6811
child 4 837f303aceeb
equal deleted inserted replaced
1:666f914201fb 2:2fe1408b6811
       
     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