epoc32/include/smilgenericelements.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/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 /** 
    11 An Example String Table
    12 @publishedAll
    13 @released
    14 */ 
    15 class SMILGenericElements 
    16 	{
    17 public:
    18 	enum TStrings
    19 		{
    20 		/** anchor anchorBase */
    21 		EAnchorBase,
    22 		/** animation media */
    23 		EAnimationBase,
    24 		/** area anchorBase */
    25 		EAreaBase,
    26 		/** audio media */
    27 		EAudioBase,
    28 		/** img media */
    29 		EImgBase,
    30 		/** par timing */
    31 		EParBase,
    32 		/** ref media */
    33 		ERefBase,
    34 		/** seq timing */
    35 		ESeqBase,
    36 		/** text media */
    37 		ETextBase,
    38 		/** textstream media */
    39 		ETextstreamBase,
    40 		/** video media */
    41 		EVideoBase
    42 		};
    43 	static const TStringTable Table;	
    44 	};
    45 
    46 #endif // STRINGTABLE_SMILGenericElements
    47