<LayerGroupStateDelegate>协议参考

所有成员的列表。

公有成员

(void) - layerGroupAdded:parentGroup:index:
 添加新图层时回调。
(void) - layerGroupRemoving:parentGroup:index:
 移除图层前回调。

成员函数文档

- (void) layerGroupAdded: (LayerGroup *)  addedGroup
parentGroup: (LayerGroup *)  parentGroup
index: (int)  index 

添加新图层时回调。

参数:
addedGroup 待添加的新图层组。
parentGroup 父图层组
index 添加的位置
- (void) layerGroupRemoving: (NSString *)  removedGroup
parentGroup: (LayerGroup *)  parentGroup
index: (int)  index 

移除图层前回调。

参数:
removedGroup 被移除的图层组。
parentGroup 被移除的图层组所在父图层组
index 被移除图层组的索引

该协议的文档由以下文件生成: