cocos2d-x 3.0
- 首页 - 相关页面 - 模块 - 命名空间 - - 文件 -
Public 成员函数 - 图1 Public 成员函数 - 图2)
- 类列表 - 类索引 - 类继承关系 - 类成员

全部)) 命名空间) 文件) 函数) 变量) 类型定义) 枚举) 枚举值) 属性) 友元) 宏定义)))

Public 成员函数 | 静态 Public 成员函数 | Protected 属性 | 所有成员列表

Invocation类 参考 Control Exntension

#include

类 Invocation 继承关系图:

Public 成员函数 - 图3 Ref

## Public 成员函数
Invocation (Ref target, Control::Handler action, Control::EventType controlEvent)
NA NA 更多…
void invoke (Ref sender)
NA NA 更多…
virtual Control::Handler getAction (void)
getAction 更多…
virtual Ref getTarget (void)
getTarget 更多…
virtual Control::EventType getControlEvent (void)
getControlEvent 更多…
- Public 成员函数 继承自 Ref
void retain ()
保留所有权. 更多…
void release ()
立即释放所有权. 更多…
Ref autorelease ()
自动释放所有权在不久的将来. 更多…
unsigned int getReferenceCount () const
返回Ref对象当前的引用计数. 更多…
virtual ~Ref ()
NA NA 更多…
## 静态 Public 成员函数
static Invocation create (Ref target, Control::Handler action, Control::EventType controlEvent)
NA NA 更多…
## Protected 属性
Control::Handler _action
Ref * _target
Control::EventType _controlEvent
- Protected 属性 继承自 Ref
unsigned int _referenceCount
引用计数 更多…
## 额外继承的成员函数
- Protected 成员函数 继承自 Ref
Ref ()
构造函数 更多…

构造及析构函数说明

Invocation ( Ref * target,
Control::Handler action,
Control::EventType controlEvent
)

NA NA

成员函数说明

static Invocation create ( Ref target,
Control::Handler action,
Control::EventType controlEvent
)

static

NA NA

virtual Control::Handler getAction ( void )

virtual

getAction

virtual Control::EventType getControlEvent ( void )

virtual

getControlEvent

virtual Ref* getTarget ( void )

virtual

getTarget

void invoke ( Ref * sender)

NA NA

类成员变量说明

Control::Handler _action

protected

Control::EventType _controlEvent

protected

Ref* _target

protected


该类的文档由以下文件生成:

  • /Users/zeroyang/Documents/github/cocos2d-x/extensions/GUI/CCControlExtension/CCInvocation.h