Home | History | Annotate | Download | only in Shared

Lines Matching full:foptions

14 @synthesize fOptions;
16 [fOptions release];
81 List.fOptions = [[SkOptionListController alloc] initWithStyle:UITableViewStyleGrouped];
89 [List.fOptions addOption:[NSString stringWithUTF8String:options[i].c_str()]];
92 List.fOptions.fSelectedIndex = value;
94 default:[List.fOptions getSelectedOption]];
95 List.fOptions.fParentCell = List.fCell;
302 [self.navigationController pushViewController:list.fOptions animated:YES];
324 NSString* selectedOption = [fCurrentList.fOptions getSelectedOption];
326 fCurrentList.fItem->setInt(fCurrentList.fOptions.fSelectedIndex);