epoc32/include/smilgenericelements.h
branchSymbian2
changeset 2 2fe1408b6811
child 4 837f303aceeb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/epoc32/include/smilgenericelements.h	Tue Mar 16 16:12:26 2010 +0000
     1.3 @@ -0,0 +1,43 @@
     1.4 +// Autogenerated from epoc32/build/smilparser/c_8a52abcb1170709b/smildtd_dll/smilgenericelements.st by the stringtable tool - Do not edit
     1.5 +
     1.6 +#ifndef STRINGTABLE_SMILGenericElements
     1.7 +#define STRINGTABLE_SMILGenericElements
     1.8 +
     1.9 +#include <stringpool.h>
    1.10 +
    1.11 +struct TStringTable;
    1.12 +
    1.13 +/** A String table */
    1.14 +class SMILGenericElements 
    1.15 +	{
    1.16 +public:
    1.17 +	enum TStrings
    1.18 +		{
    1.19 +		/** anchor anchorBase */
    1.20 +		EAnchorBase,
    1.21 +		/** animation media */
    1.22 +		EAnimationBase,
    1.23 +		/** area anchorBase */
    1.24 +		EAreaBase,
    1.25 +		/** audio media */
    1.26 +		EAudioBase,
    1.27 +		/** img media */
    1.28 +		EImgBase,
    1.29 +		/** par timing */
    1.30 +		EParBase,
    1.31 +		/** ref media */
    1.32 +		ERefBase,
    1.33 +		/** seq timing */
    1.34 +		ESeqBase,
    1.35 +		/** text media */
    1.36 +		ETextBase,
    1.37 +		/** textstream media */
    1.38 +		ETextstreamBase,
    1.39 +		/** video media */
    1.40 +		EVideoBase
    1.41 +		};
    1.42 +	static const TStringTable Table;	
    1.43 +	};
    1.44 +
    1.45 +#endif // STRINGTABLE_SMILGenericElements
    1.46 +