类说明
作为CAWaterfallViewCell添加进WaterfallView。
CAWaterfallViewCell 属性(点击查看方法介绍)
| 属性 | 说明 | 
| ContentView | 显示图像 | 
| BackgroundView | 背景图像 | 
| ReuseIdentifier | 重用标识符 | 
| ItemIndex | 项目Index | 
| ControlStateEffect | 控制状态 | 
| AllowsSelected | 允许选择 | 
CAWaterfallViewCell 方法(点击查看方法介绍)
| 方法 | 说明 | 
| create | 创建 | 
| initWithReuseIdentifier | 重用标识符初始化 | 
CAWaterfallViewCell 属性说明
类型:CAView*
解释:显示图像,get{}。
类型:CAView*
解释:背景图像,set/get{}。
类型:std::string
解释:重用标识符,set/get{}。
类型:unsigned int
解释:项目Index,get{}。
类型:bool
解释:控制状态,is/set{}。
类型:bool
解释:允许选择,is/set{}。
CAWaterfallViewCell 方法说明
static CAWaterfallViewCell* create(const std::string& reuseIdentifier);
返回值:CAWaterfallViewCell*
参数:
| 类型 | 参数名 | 说明 | 
| const std::string& | reuseIdentifier | 重用标识符 | 
解释:创建
virtual bool initWithReuseIdentifier(const std::string& reuseIdentifier);
返回值:bool
参数:
| 类型 | 参数名 | 说明 | 
| const std::string& | reuseIdentifier | 重用标识符 | 
解释:重用标识符初始化
(c) 2024 chaojicainiao.com MIT license