Searched refs:ItemRemoved (Results 1 - 25 of 31) sorted by relevance

12

/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistObserver.h25 virtual void ItemRemoved(int32 index);
H A DPlaylistObserver.cpp37 PlaylistObserver::ItemRemoved(int32 index) function in class:PlaylistObserver
H A DPlaylist.h45 virtual void ItemRemoved(int32 index);
H A DPlaylist.cpp45 void Playlist::Listener::ItemRemoved(int32 index) {} function in class:Playlist::Listener
834 listener->ItemRemoved(index);
/haiku/src/libs/icon/shape/
H A DShape.h83 virtual void ItemRemoved(VectorPath* path);
98 virtual void ItemRemoved(Transformer* t);
H A DShape.cpp294 Shape::ItemRemoved(VectorPath* path) function in class:Shape
366 Shape::ItemRemoved(Transformer* transformer) function in class:Shape
/haiku/src/libs/icon/
H A DIcon.h85 virtual void ItemRemoved(Shape* shape);
H A DIcon.cpp143 Icon::ItemRemoved(Shape* shape) function in class:Icon
/haiku/headers/os/interface/
H A DCardLayout.h48 virtual void ItemRemoved(BLayoutItem* item, int32 fromIndex);
H A DAbstractLayout.h54 virtual void ItemRemoved(BLayoutItem* item, int32 fromIndex);
H A DGroupLayout.h52 virtual void ItemRemoved(BLayoutItem* item, int32 fromIndex);
H A DLayout.h78 virtual void ItemRemoved(BLayoutItem* item, int32 fromIndex);
H A DGridLayout.h75 virtual void ItemRemoved(BLayoutItem* item, int32 fromIndex);
/haiku/src/apps/icon-o-matic/gui/
H A DTransformerListView.h63 virtual void ItemRemoved(Transformer* transformer);
H A DPathListView.h68 virtual void ItemRemoved(VectorPath* path);
H A DShapeListView.h69 virtual void ItemRemoved(Shape* shape);
H A DStyleListView.h65 virtual void ItemRemoved(Style* style);
H A DPathListView.cpp212 virtual void ItemRemoved(VectorPath* path) function in class:ShapePathListener
224 virtual void ItemRemoved(Shape* shape) function in class:ShapePathListener
701 PathListView::ItemRemoved(VectorPath* path) function in class:PathListView
H A DStyleListView.cpp222 virtual void ItemRemoved(Shape* shape) function in class:ShapeStyleListener
623 StyleListView::ItemRemoved(Style* style) function in class:StyleListView
/haiku/src/libs/icon/generic/
H A DContainer.h35 virtual void ItemRemoved(Type* item) = 0;
279 listener->ItemRemoved(item);
/haiku/src/kits/interface/
H A DLayout.cpp238 ItemRemoved(item, index);
492 ItemRemoved(item, i);
527 BLayout::ItemRemoved(BLayoutItem* item, int32 fromIndex) function in class:BLayout
H A DAbstractLayout.cpp468 BAbstractLayout::ItemRemoved(BLayoutItem* item, int32 fromIndex) function in class:BAbstractLayout
470 BLayout::ItemRemoved(item, fromIndex);
H A DSplitLayout.h105 virtual void ItemRemoved(BLayoutItem* item, int32 fromIndex);
H A DGroupLayout.cpp256 BGroupLayout::ItemRemoved(BLayoutItem* item, int32 fromIndex) function in class:BGroupLayout
H A DCardLayout.cpp282 BCardLayout::ItemRemoved(BLayoutItem* item, int32 fromIndex) function in class:BCardLayout

Completed in 115 milliseconds

12