ScreenLayer类参考

所有成员的列表。

公有成员

(int) - getCount
 获取对象个数
(int) - addGeometry:tag:
 添加几何对象到设备层
(BOOL) - removeByIndex:
 移除指定索引的对象
(BOOL) - removeByTag:
 移除指定tag的对象
(Geometry *) - getByIndex:
(BOOL) - setGeometry:geometry:
(NSString *) - getTag:
(NSArray *) - getArray:
(void) - clear

属性

BOOL visible
 是否可见

成员函数文档

- (int) addGeometry: (Geometry *)  geometry
tag: (NSString *)  tag 

添加几何对象到设备层

- (void) clear  
- (NSArray*) getArray: (NSString *)  tag  
- (Geometry*) getByIndex: (int)  index  
- (int) getCount  

获取对象个数

- (NSString*) getTag: (int)  index  
- (BOOL) removeByIndex: (int)  index  

移除指定索引的对象

- (BOOL) removeByTag: (NSString *)  tag  

移除指定tag的对象

- (BOOL) setGeometry: (int)  index
geometry: (Geometry *)  geometry 

属性文档

- (BOOL) visible [read, write, assign]

是否可见


该类的文档由以下文件生成: