Lines Matching refs:DiagramItem
66 uint32 CountItems(uint32 whichType = DiagramItem::M_ANY) const;
67 DiagramItem* ItemAt(uint32 index,
68 uint32 whichType = DiagramItem::M_ANY) const;
69 DiagramItem* ItemUnder(BPoint point);
73 virtual bool AddItem(DiagramItem* item);
74 bool RemoveItem(DiagramItem* item);
77 void DrawItems(BRect updateRect, uint32 whichType = DiagramItem::M_ANY,
79 bool GetClippingAbove(DiagramItem* which, BRegion* outRegion);
85 DiagramItem* SelectedItemAt(uint32 index) const;
96 bool SelectItem(DiagramItem* which, bool deselectOthers = true);
97 bool DeselectItem(DiagramItem *which);
99 bool SelectAll(uint32 itemType = DiagramItem::M_ANY);
100 bool DeselectAll(uint32 itemType = DiagramItem::M_ANY);
123 DiagramItem* _LastItemUnder() in _LastItemUnder()
152 DiagramItem* fLastItemUnder;