10#ifndef GUI_DELAY_CMD_H
11#define GUI_DELAY_CMD_H
13#include "GUICommand.h"
30#if defined(GUILIANI_STREAM_GUI)
34#if defined(GUILIANI_WRITE_GUI)
44 eC_Bool m_bTimerStarted;
Command object base class.
Definition: GUICommand.h:127
This command can be used to execute other commands after a specific period of time.
Definition: GUIDelayCmd.h:19
CGUIDelayCmd(eC_UInt uiDuration)
virtual void WriteToStream(const eC_Bool bWriteClassID=false)
CGUIDelayCmd()
default constructor
virtual void ReadFromStream()