ImitatorLogic.h
00001 #ifndef _IMITATORLOGIC_H
00002 #define _IMITATORLOGIC_H
00003
00004 #include <objects/StateLogic.h>
00005
00006 namespace UniWidgets
00007 {
00008 class Image;
00015 class ImitatorLogic : public StateLogic
00016 {
00017 public:
00018 ImitatorLogic();
00019 explicit ImitatorLogic(StateLogic::BaseObjectType* gobject);
00020 virtual ~ImitatorLogic();
00021 protected:
00022 void set_current_state();
00023 DISALLOW_COPY_AND_ASSIGN(ImitatorLogic);
00024 private:
00025 void constructor();
00026 };
00027
00028 }
00029 #endif