|
PuzzleSDK
|
#include <SchedulerTest.h>
类 TestNode 继承关系图:
TestNode 的协作图:Public 成员函数 | |
| CREATE_FUNC (TestNode) | |
| ~TestNode () | |
| void | initWithString (const std::string &str, int priority) |
| virtual void | update (float dt) override |
Private 属性 | |
| std::string | _string |
在文件 SchedulerTest.h 第 222 行定义.
| TestNode::~TestNode | ( | ) |
在文件 SchedulerTest.cpp 第 563 行定义.
| TestNode::CREATE_FUNC | ( | TestNode | ) |
| void TestNode::initWithString | ( | const std::string & | str, |
| int | priority | ||
| ) |
|
overridevirtual |
|
private |
在文件 SchedulerTest.h 第 232 行定义.
被这些函数引用 initWithString() , 以及 update().