10#ifndef GUI_STOP_ANIMATIONCHAIN_CMD_H
11#define GUI_STOP_ANIMATIONCHAIN_CMD_H
13#include "GUICommand.h"
30 const eC_Bool& bStopAllChains);
36#if defined(GUILIANI_STREAM_GUI)
40#if defined(GUILIANI_WRITE_GUI)
49 eC_Bool m_bStopAllChains;
Helper Macros in Guiliani
AnimationHandle_t
List of animation resource ids.
Definition: GUIAnimationResource.h:49
Command object base class.
Definition: GUICommand.h:127
Definition: GUIStopAnimationChainCmd.h:22
virtual void ReadFromStream()
virtual void WriteToStream(const eC_Bool bWriteClassID=false)
CGUIStopAnimationChainCmd(const AnimationHandle_t &eAnimationChainID, const eC_Bool &bStopAllChains)
CGUIStopAnimationChainCmd()