Public Member Functions | Protected Attributes

StyleNode Class Reference

List of all members.

Public Member Functions

(id- initWithValue:row:andCol:
(void) - dealloc
(void) - addChild:
(NSArray *) - children
(NSString *) - value
(int) - row
(int) - col

Protected Attributes

NSString * _value
NSMutableArray * _children
int _row
int _col

Member Function Documentation

- (void) addChild: (id child  

References _children.

- (NSArray *) children  

References _children.

- (int) col  

References _col.

- (void) dealloc  

References _children, and _value.

- (id) initWithValue: (const char*)  value
row: (int)  row
andCol: (int)  col 

References _col, _row, and _value.

- (int) row  

References _row.

- (NSString *) value (void)   

References _value.


Member Data Documentation

- (NSMutableArray*) _children [protected]

Referenced by addChild:, children, and dealloc.

- (int) _col [protected]

Referenced by col, and initWithValue:row:andCol:.

- (int) _row [protected]

Referenced by initWithValue:row:andCol:, and row.

- (NSString*) _value [protected]

Referenced by dealloc, initWithValue:row:andCol:, and value.


The documentation for this class was generated from the following file: