/haiku/src/libs/icon/shape/ |
H A D | Shape.h | 83 virtual void ItemRemoved(VectorPath* path); 98 virtual void ItemRemoved(Transformer* t);
|
H A D | Shape.cpp | 294 Shape::ItemRemoved(VectorPath* path) in ItemRemoved() function in Shape 366 Shape::ItemRemoved(Transformer* transformer) in ItemRemoved() function in Shape
|
/haiku/src/apps/mediaplayer/playlist/ |
H A D | PlaylistObserver.h | 25 virtual void ItemRemoved(int32 index);
|
H A D | PlaylistObserver.cpp | 37 PlaylistObserver::ItemRemoved(int32 index) in ItemRemoved() function in PlaylistObserver
|
H A D | Playlist.h | 45 virtual void ItemRemoved(int32 index);
|
H A D | Playlist.cpp | 45 void Playlist::Listener::ItemRemoved(int32 index) {} in ItemRemoved() function in Playlist::Listener 834 listener->ItemRemoved(index); in _NotifyItemRemoved()
|
/haiku/src/libs/icon/ |
H A D | Icon.h | 85 virtual void ItemRemoved(Shape* shape);
|
H A D | Icon.cpp | 143 Icon::ItemRemoved(Shape* shape) in ItemRemoved() function in Icon
|
/haiku/src/libs/icon/generic/ |
H A D | Container.h | 35 virtual void ItemRemoved(Type* item) = 0; 279 listener->ItemRemoved(item); in _NotifyItemRemoved()
|
/haiku/headers/os/interface/ |
H A D | CardLayout.h | 48 virtual void ItemRemoved(BLayoutItem* item, int32 fromIndex);
|
H A D | AbstractLayout.h | 54 virtual void ItemRemoved(BLayoutItem* item, int32 fromIndex);
|
H A D | GroupLayout.h | 52 virtual void ItemRemoved(BLayoutItem* item, int32 fromIndex);
|
H A D | Layout.h | 78 virtual void ItemRemoved(BLayoutItem* item, int32 fromIndex);
|
H A D | GridLayout.h | 75 virtual void ItemRemoved(BLayoutItem* item, int32 fromIndex);
|
/haiku/src/apps/icon-o-matic/gui/ |
H A D | TransformerListView.h | 63 virtual void ItemRemoved(Transformer* transformer);
|
H A D | ShapeListView.h | 69 virtual void ItemRemoved(Shape* shape);
|
H A D | StyleListView.h | 65 virtual void ItemRemoved(Style* style);
|
H A D | PathListView.h | 68 virtual void ItemRemoved(VectorPath* path);
|
H A D | PathListView.cpp | 212 virtual void ItemRemoved(VectorPath* path) in ItemRemoved() function in ShapePathListener 224 virtual void ItemRemoved(Shape* shape) in ItemRemoved() function in ShapePathListener 701 PathListView::ItemRemoved(VectorPath* path) in ItemRemoved() function in PathListView
|
H A D | StyleListView.cpp | 222 virtual void ItemRemoved(Shape* shape) in ItemRemoved() function in ShapeStyleListener 623 StyleListView::ItemRemoved(Style* style) in ItemRemoved() function in StyleListView
|
/haiku/src/kits/interface/ |
H A D | Layout.cpp | 238 ItemRemoved(item, index); in RemoveItem() 492 ItemRemoved(item, i); in AllUnarchived() 527 BLayout::ItemRemoved(BLayoutItem* item, int32 fromIndex) in ItemRemoved() function in BLayout
|
H A D | AbstractLayout.cpp | 468 BAbstractLayout::ItemRemoved(BLayoutItem* item, int32 fromIndex) in ItemRemoved() function in BAbstractLayout 470 BLayout::ItemRemoved(item, fromIndex); in ItemRemoved()
|
H A D | SplitLayout.h | 105 virtual void ItemRemoved(BLayoutItem* item, int32 fromIndex);
|
H A D | GroupLayout.cpp | 256 BGroupLayout::ItemRemoved(BLayoutItem* item, int32 fromIndex) in ItemRemoved() function in BGroupLayout
|
H A D | CardLayout.cpp | 282 BCardLayout::ItemRemoved(BLayoutItem* item, int32 fromIndex) in ItemRemoved() function in BCardLayout
|