Guiliani  Version 2.5 revision 7293 (documentation build 13)
GUIImageDecoderPNG.h
1/*
2* Copyright (C) TES Electronic Solutions GmbH,
3* All Rights Reserved.
4* Contact: info@guiliani.de
5*
6* This file is part of the Guiliani HMI framework
7* for the development of graphical user interfaces on embedded systems.
8*/
9
10#ifndef GUIIMAGEDECODERPNG__H_
11#define GUIIMAGEDECODERPNG__H_
12
13#include "eC_Types.h"
14#include "eC_File.h"
15
16#include "GUIImageDecoder.h"
17
18class CGUIImageData;
19
22{
23public:
25
26 virtual eC_Bool LoadImg(CGUIImageData& rkImageData, eC_File* pkImageFile);
27};
28
29#endif
Contains information about an image loaded by CGUIImageLoader.
Definition: GUIImageData.h:29
Base class for the image decoders.
Definition: GUIImageDecoder.h:25
Loads an image and returns a pointer to a GUIImageData object.
Definition: GUIImageDecoderPNG.h:22
virtual eC_Bool LoadImg(CGUIImageData &rkImageData, eC_File *pkImageFile)