Searched refs:fCell (Results 1 – 8 of 8) sorted by relevance
12 @synthesize fCell, fItem;14 [fCell release];105 option.fCell = [self createList:optionstrs current:index];114 option.fCell = [self createAction];121 option.fCell = [self createSlider:value127 option.fCell = [self createSwitch:(BOOL)state];131 option.fCell = [self createTriState:[self triStateToNSState:tristate]];135 … option.fCell = [self createTextField:[NSString stringWithUTF8String:str.c_str()]];168 return [((SkOptionItem*)[fItems objectAtIndex:row]).fCell copy];179 NSCell* storedCell = option.fCell;[all …]
14 NSCell* fCell; variable18 @property (nonatomic, retain) NSCell* fCell; in property()
6 @synthesize fCell, fItem;8 [fCell release];93 List.fCell = [self createList:title95 List.fOptions.fParentCell = List.fCell;108 option.fCell = [self createAction:title];112 option.fCell = [self createSwitch:title default:(BOOL)state];119 option.fCell = [self createSlider:title 126 option.fCell = [self createTriState:title default:(int)tristate];130 option.fCell = [self createTextField:title 288 return ((SkOptionItem*)[fItems objectAtIndex:[self convertPathToIndex:indexPath]]).fCell;[all …]
7 UITableViewCell* fCell; variable11 @property (nonatomic, retain) UITableViewCell* fCell; in property()