Guiliani  Version 2.5 revision 7293 (documentation build 13)
GUIStartAnimationChainCmd.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 GUI_START_ANIMATIONCHAIN_CMD_H
11#define GUI_START_ANIMATIONCHAIN_CMD_H
12
14#include "GUICommand.h"
15
22{
23public:
28
32
33#if defined(GUILIANI_STREAM_GUI)
34 virtual void ReadFromStream();
35#endif
36
37#if defined(GUILIANI_WRITE_GUI)
38 virtual void WriteToStream(const eC_Bool bWriteClassID = false);
39#endif
40
41protected:
42 virtual void Do();
43
44private:
45 AnimationHandle_t m_eAnimationChainID;
46};
47
48#endif
Helper Macros in Guiliani
AnimationHandle_t
List of animation resource ids.
Definition: GUIAnimationResource.h:49
Command object base class.
Definition: GUICommand.h:127
Definition: GUIStartAnimationChainCmd.h:22
CGUIStartAnimationChainCmd(const AnimationHandle_t &eAnimationChainID)
virtual void WriteToStream(const eC_Bool bWriteClassID=false)
virtual void ReadFromStream()