Kiwano Engine v1.3.x
|
事件 更多...
#include <Event.h>
Public 成员函数 | |
Event (const EventType &type) | |
构造事件 | |
const EventType & | GetType () const |
获取类型事件 | |
template<typename _Ty > | |
bool | IsType () const |
判断事件类型 更多... | |
template<typename _Ty > | |
const _Ty * | Cast () const |
转换为其他类型事件 更多... | |
template<typename _Ty > | |
_Ty * | Cast () |
转换为其他类型事件 更多... | |
Public 成员函数 继承自 kiwano::RefObject | |
void | Retain () |
增加引用计数 | |
void | Release () |
减少引用计数 | |
uint32_t | GetRefCount () const |
获取引用计数 | |
额外继承的成员函数 | |
静态 Public 成员函数 继承自 kiwano::RefObject | |
static void * | operator new (size_t size) |
static void | operator delete (void *ptr) |
static void * | operator new (size_t size, std::nothrow_t const &) noexcept |
static void | operator delete (void *ptr, std::nothrow_t const &) noexcept |
static void * | operator new (size_t size, void *ptr) noexcept |
static void | operator delete (void *ptr, void *place) noexcept |
事件
|
inline |
转换为其他类型事件
|
inline |
转换为其他类型事件
|
inline |
判断事件类型