YSTest  PreAlpha_b500_20140530
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
YSLib::UI::EventMapping 命名空间参考

事件映射命名空间。 更多...

类型定义

using MappedType = GEventPointerWrapper< UIEventArgs && >
 映射项类型。 更多...
 
using ItemType = GIHEvent< UIEventArgs && >
 
using PairType = pair< VisualEvent, MappedType >
 
using MapType = map< VisualEvent, MappedType >
 映射表类型。 更多...
 
using SearchResult = pair< typename MapType::iterator, bool >
 搜索表结果类型。 更多...
 

详细描述

事件映射命名空间。

自从
build 242

类型定义说明

using YSLib::UI::EventMapping::ItemType = typedef GIHEvent<UIEventArgs&&>

在文件 ywgtevt.h424 行定义.

映射项类型。

在文件 ywgtevt.h423 行定义.

using YSLib::UI::EventMapping::MapType = typedef map<VisualEvent, MappedType>

映射表类型。

在文件 ywgtevt.h426 行定义.

using YSLib::UI::EventMapping::PairType = typedef pair<VisualEvent, MappedType>

在文件 ywgtevt.h425 行定义.

using YSLib::UI::EventMapping::SearchResult = typedef pair<typename MapType::iterator, bool>

搜索表结果类型。

在文件 ywgtevt.h428 行定义.