|
YSTest
PreAlpha_b400_20130424
The YSLib Test Project
|
部件迭代接口。 更多...
#include "ywidget.h"

命名空间 | |
| namespace | YSLib |
| namespace | YSLib::UI |
宏定义 | |
| #define | DefSubscriptor(_q, _type,...) |
| 成员下标访问操作。 | |
| #define | DefSubscriptorBase(_q, _type, _tBase, _vBaseN,...) |
| 基于基类的成员下标访问操作。 | |
| #define | DefWidgetSubscriptor(...) |
| 部件成员下标访问操作。 | |
| #define | DefWidgetSubscriptorBase(_tBase,...) |
| 基于基类的部件成员下标访问操作。 | |
| #define | DefWidgetBegin(_tIter) |
| 使用指定部件引用和索引定义迭代器起始。 | |
| #define | DefWidgetEnd(_tIter) |
| 使用指定部件引用和索引定义迭代器结束。 | |
| #define | DefWidgetChildrenGetter |
| 定义部件成员迭代器范围操作。 | |
| #define | DefWidgetMemberIterationOperations(_tIter) |
| 定义部件成员迭代器起始、终止和范围操作。 | |
| #define | DefWidgetMemberIteration(...) |
| 定义部件成员下标及部件成员迭代器起始、终止和范围操作。 | |
| #define | DefWidgetMemberIterationBase(_tBase,...) |
| 定义基于基类的部件成员下标及部件成员迭代器起始、终止和范围操作。 | |
部件迭代接口。
在文件 WidgetIteration.h 中定义.
| #define DefSubscriptor | ( | _q, | |
| _type, | |||
| ... | |||
| ) |
成员下标访问操作。
在文件 WidgetIteration.h 第 40 行定义.
| #define DefSubscriptorBase | ( | _q, | |
| _type, | |||
| _tBase, | |||
| _vBaseN, | |||
| ... | |||
| ) |
基于基类的成员下标访问操作。
在文件 WidgetIteration.h 第 52 行定义.
| #define DefWidgetBegin | ( | _tIter | ) |
使用指定部件引用和索引定义迭代器起始。
在文件 WidgetIteration.h 第 90 行定义.
| #define DefWidgetChildrenGetter |
定义部件成员迭代器范围操作。
使用 GetBegin() 和 GetEnd() 实现 GetChildren() 。
在文件 WidgetIteration.h 第 115 行定义.
| #define DefWidgetEnd | ( | _tIter | ) |
使用指定部件引用和索引定义迭代器结束。
在文件 WidgetIteration.h 第 101 行定义.
| #define DefWidgetMemberIteration | ( | ... | ) |
定义部件成员下标及部件成员迭代器起始、终止和范围操作。
在文件 WidgetIteration.h 第 134 行定义.
| #define DefWidgetMemberIterationBase | ( | _tBase, | |
| ... | |||
| ) |
定义基于基类的部件成员下标及部件成员迭代器起始、终止和范围操作。
在文件 WidgetIteration.h 第 142 行定义.
| #define DefWidgetMemberIterationOperations | ( | _tIter | ) |
| #define DefWidgetSubscriptor | ( | ... | ) |
部件成员下标访问操作。
在文件 WidgetIteration.h 第 69 行定义.
| #define DefWidgetSubscriptorBase | ( | _tBase, | |
| ... | |||
| ) |
基于基类的部件成员下标访问操作。
在文件 WidgetIteration.h 第 79 行定义.