|
PuzzleSDK
|
#include <ActionManagerTest.h>
类 StopActionsByFlagsTest 继承关系图:
StopActionsByFlagsTest 的协作图:Public 成员函数 | |
| CREATE_FUNC (StopActionsByFlagsTest) | |
| virtual std::string | subtitle () const override |
| virtual void | onEnter () override |
| void | stopAction (float time) |
Public 成员函数 继承自 ActionManagerTest | |
| ActionManagerTest () | |
| ~ActionManagerTest () | |
| virtual std::string | title () const override |
Public 成员函数 继承自 TestCase | |
| TestCase () | |
| ~TestCase () | |
| virtual Type | getTestType () const |
| virtual float | getDuration () const |
| virtual std::string | getExpectedOutput () const |
| virtual std::string | getActualOutput () const |
| virtual void | restartTestCallback (cocos2d::Ref *sender) |
| virtual void | nextTestCallback (cocos2d::Ref *sender) |
| virtual void | priorTestCallback (cocos2d::Ref *sender) |
| virtual void | onBackCallback (cocos2d::Ref *sender) |
| void | setTestSuite (TestSuite *testSuite) |
| TestSuite * | getTestSuite () const |
| float | getRunTime () const |
| void | setTestCaseName (const std::string &name) |
| std::string | getTestCaseName () const |
| const cocos2d::Label * | getSubtitleLable () const |
| const cocos2d::MenuItemImage * | getRestartTestItem () const |
Protected 属性 | |
| const unsigned int | kMoveFlag = 0x01 |
| const unsigned int | kScaleFlag = 0x02 |
| const unsigned int | kRotateFlag = 0x04 |
| const unsigned int | kRepeatForeverFlag = 0x08 |
Protected 属性 继承自 ActionManagerTest | |
| cocos2d::TextureAtlas * | _atlas |
| std::string | _title |
Protected 属性 继承自 TestCase | |
| cocos2d::MenuItemImage * | _priorTestItem |
| cocos2d::MenuItemImage * | _restartTestItem |
| cocos2d::MenuItemImage * | _nextTestItem |
| cocos2d::Label * | _titleLabel |
| cocos2d::Label * | _subtitleLabel |
额外继承的成员函数 | |
Public 类型 继承自 TestCase | |
| enum class | Type { ROBUSTNESS , UNIT , GRAPHICAL_STATIC , MANUAL } |
Public 属性 继承自 TestCase | |
| CC_CONSTRUCTOR_ACCESS | __pad0__: virtual bool init() override |
在文件 ActionManagerTest.h 第 107 行定义.
| StopActionsByFlagsTest::CREATE_FUNC | ( | StopActionsByFlagsTest | ) |
|
overridevirtual |
重载 TestCase .
在文件 ActionManagerTest.cpp 第 326 行定义.
引用了 VisibleRect::center(), kMoveFlag, kRepeatForeverFlag, kRotateFlag, kScaleFlag, kTagGrossini, TestCase::onEnter(), s_pathGrossini, stopAction() , 以及 VisibleRect::top().
函数调用图:| void StopActionsByFlagsTest::stopAction | ( | float | time | ) |
在文件 ActionManagerTest.cpp 第 360 行定义.
引用了 kMoveFlag, kScaleFlag , 以及 kTagGrossini.
被这些函数引用 onEnter().
这是这个函数的调用关系图:
|
overridevirtual |
重载 ActionManagerTest .
在文件 ActionManagerTest.cpp 第 366 行定义.
|
protected |
在文件 ActionManagerTest.h 第 116 行定义.
被这些函数引用 onEnter() , 以及 stopAction().
|
protected |
在文件 ActionManagerTest.h 第 119 行定义.
被这些函数引用 onEnter().
|
protected |
在文件 ActionManagerTest.h 第 118 行定义.
被这些函数引用 onEnter().
|
protected |
在文件 ActionManagerTest.h 第 117 行定义.
被这些函数引用 onEnter() , 以及 stopAction().