ui/inc/glxuistd.h
changeset 70 a91aa46552be
parent 61 743eb0b9959e
child 69 45459746d5e8
equal deleted inserted replaced
67:199e6e1e0b54 70:a91aa46552be
    29 	{
    29 	{
    30 	EGlxHuiCustomEventBackToZeroSpeed = 200,
    30 	EGlxHuiCustomEventBackToZeroSpeed = 200,
    31 	EGlxHuiCustomEventBackToSharpPath
    31 	EGlxHuiCustomEventBackToSharpPath
    32 	};
    32 	};
    33 
    33 
       
    34 enum GlxFetcherFilterType
       
    35     {
       
    36     EGlxFetcherFilterNone = 0x00,
       
    37     EGlxFetcherFilterJpeg = 0x01,
       
    38     EGlxFetcherFilterNonJpeg = 0x02,
       
    39     EGlxFetcherFilterJp2 = 0x04,
       
    40     EGlxFetcherFilterNonJp2 = 0x08,
       
    41     EGlxFetcherFilterLast = 0xFF
       
    42     };
    34 enum GlxContextMode
    43 enum GlxContextMode
    35 {
    44 {
    36     GlxContextInvalid = -1,
    45     GlxContextInvalid = -1,
    37 	GlxContextLsGrid,
    46 	GlxContextLsGrid,
    38 	GlxContextPtGrid,
    47 	GlxContextPtGrid,