Searched refs:fItems (Results 1 – 9 of 9) sorted by relevance
57 List fItems; field in LineGraph63 this.fItems= new ArrayList(); in LineGraph()94 GraphItem lastItem= (GraphItem) this.fItems.get(this.fItems.size()-1); in paint()111 int n= this.fItems.size(); in paint()124 GraphItem thisItem= (GraphItem) this.fItems.get(i); in paint()166 this.fItems.add(new GraphItem(name, description, value, col,display)); in addItem()171 for (int i= 0; i < this.fItems.size(); i++) { in getMaxItem()172 GraphItem graphItem= (GraphItem) this.fItems.get(i); in getMaxItem()183 for (int i= 0; i < this.fItems.size(); i++) { in getMinItem()184 GraphItem graphItem= (GraphItem) this.fItems.get(i); in getMinItem()
58 private List fItems; field in BarGraph62 this.fItems= new ArrayList(); in BarGraph()66 this.fItems.add(new BarItem(name, stats, url, slow, significant)); in addItem()70 int n= this.fItems.size(); in getHeight()82 BarItem[] bars= (BarItem[]) this.fItems.toArray(new BarItem[this.fItems.size()]); in paint()
22 fItems.deleteAll(); in reset()27 for (int i = 0; i < fItems.count(); ++i) { in getItemByID()28 if (itemID == fItems[i]->getID()) in getItemByID()29 return fItems[i]; in getItemByID()36 for (int i = 0; i < fItems.count(); ++i) { in getItems()37 items[i] = fItems[i]; in getItems()43 for (int i = 0; i < fItems.count(); ++i) { in assignKeyEquivalentToItem()44 if (itemID == fItems[i]->getID()) in assignKeyEquivalentToItem()45 fItems[i]->setKeyEquivalent(key); in assignKeyEquivalentToItem()53 for (int i = 0; i < fItems.count(); ++i) { in handleKeyEquivalent()[all …]
20 @synthesize fItems;29 self.fItems = [NSMutableArray array];35 self.fItems = nil;72 [fItems removeObjectsInRange:NSMakeRange(first, [fItems count] - first)];141 [fItems addObject:option];147 return [self.fItems count];153 const SkOSMenu::Item* item = ((SkOptionItem*)[fItems objectAtIndex:row]).fItem;168 return [((SkOptionItem*)[fItems objectAtIndex:row]).fCell copy];178 SkOptionItem* option = (SkOptionItem*)[self.fItems objectAtIndex:row];212 SkOptionItem* option = (SkOptionItem*)[self.fItems objectAtIndex:row];
22 NSMutableArray* fItems; local26 @property (nonatomic, retain) NSMutableArray* fItems;
23 @synthesize fItems, fCurrentList;28 self.fItems = [NSMutableArray array];63 [fItems removeObjectsInRange:NSMakeRange(first, [fItems count] - first)];96 [fItems addObject:List];136 [fItems addObject:option];145 SkOptionItem* item = (SkOptionItem*)[fItems objectAtIndex:index];288 return ((SkOptionItem*)[fItems objectAtIndex:[self convertPathToIndex:indexPath]]).fCell;296 id item = [fItems objectAtIndex:[self convertPathToIndex:indexPath]];335 self.fItems = nil;
23 NSMutableArray* fItems; local28 @property (nonatomic, retain) NSMutableArray* fItems;
95 int getCount() const { return fItems.count(); } in getCount()175 SkTDArray<Item*> fItems; variable
META-INF/MANIFEST.MF .project about.html plugin.xml build.properties images ...