
Public Member Functions | |
| (id) | - initWithName: |
| (int) | - numberOfChildren |
| (VLCTreeItem *) | - childAtIndex: |
| (NSString *) | - name |
| (NSMutableArray *) | - children |
| (NSMutableArray *) | - options |
| (void) | - showView: |
| (void) | - applyChanges |
| (void) | - resetView |
Protected Attributes | |
| NSString * | _name |
| NSMutableArray * | _children |
| NSMutableArray * | _options |
| NSMutableArray * | _subviews |
| - (id) initWithName: | (NSString*) | name |
| - (int) numberOfChildren |
References children.
| - (VLCTreeItem *) childAtIndex: | (NSInteger) | i_index |
References children.
| - (NSString *) name |
| - (NSMutableArray *) children |
References _children.
Referenced by childAtIndex:, VLCTreeMainItem::itemRepresentingCategory:, VLCTreeCategoryItem::itemRepresentingSubCategory:, and numberOfChildren.
| - (void) showView: | (NSScrollView *) | o_prefs_view |
References _subviews, VLCConfigControl::alignWithXPosition:, VLCConfigControl::calcVerticalMargin:lastItem:, VLCTreeLeafItem::configItem, VLCConfigControl::labelSize, LEFTMARGIN, name, VLCConfigControl::newControl:withView:, options, RIGHTMARGIN, VLCPrefs::setTitle:, VLCConfigControl::setYPos:, VLCPrefs::sharedInstance, and VLCConfigControl::viewType.
| - (void) applyChanges |
| - (void) resetView |
- (NSString*) _name [protected] |
Referenced by initWithName:, and name.
- (NSMutableArray*) _children [protected] |
Referenced by applyChanges, children, and resetView.
- (NSMutableArray*) _subviews [protected] |
Referenced by applyChanges, resetView, and showView:.
1.5.6