Guiliani  Version 2.6 revision 7293 (documentation build 12)
GUIImageDecoderRAW.h
1#ifndef CGUIIMAGEDECODERRAW_H
2#define CGUIIMAGEDECODERRAW_H
3
4#include "eC_Types.h"
5#include "eC_File.h"
6
7#include "GUIImageDecoder.h"
8
12{
13 public:
16
17 virtual eC_Bool LoadImg(CGUIImageData& rkImageData, eC_File* pkImageFile);
18};
19
20#endif // CGUIIMAGEDECODERRAW_H
Contains information about an image loaded by CGUIImageLoader.
Definition: GUIImageData.h:29
Base class for the image decoders.
Definition: GUIImageDecoder.h:25
Definition: GUIImageDecoderRAW.h:12
virtual eC_Bool LoadImg(CGUIImageData &rkImageData, eC_File *pkImageFile)