axmol/tests/cpp-tests/Classes/UITest/CocoStudioGUITest/UILoadingBarTest/UILoadingBarTest_Editor.h

26 lines
542 B
C
Raw Normal View History

2014-03-04 16:51:35 +08:00
#ifndef __TestCpp__UILoadingBarTest_Editor__
#define __TestCpp__UILoadingBarTest_Editor__
#include "../UIScene_Editor.h"
DEFINE_TEST_SUITE(UILoadingBarEditorTests);
2014-03-04 16:51:35 +08:00
class UILoadingBarTest_Editor : public UIScene_Editor
{
public:
CREATE_FUNC(UILoadingBarTest_Editor);
2014-03-04 16:51:35 +08:00
UILoadingBarTest_Editor();
~UILoadingBarTest_Editor();
virtual bool init() override;
2014-03-04 16:51:35 +08:00
void update(float delta);
virtual void configureGUIScene() override;
2014-03-04 16:51:35 +08:00
protected:
int _count;
};
#endif /* defined(__TestCpp__UILoadingBarTest_Editor__) */