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

12

/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistObserver.h24 virtual void ItemAdded(PlaylistItem* item, int32 index);
H A DPlaylistObserver.cpp26 PlaylistObserver::ItemAdded(PlaylistItem* item, int32 index) function in class:PlaylistObserver
H A DPlaylist.h44 virtual void ItemAdded(PlaylistItem* item, int32 index);
H A DPlaylist.cpp44 void Playlist::Listener::ItemAdded(PlaylistItem* item, int32 index) {} function in class:Playlist::Listener
822 listener->ItemAdded(item, index);
/haiku/src/libs/icon/shape/
H A DShape.h82 virtual void ItemAdded(VectorPath* path, int32 index);
97 virtual void ItemAdded(Transformer* t, int32 index);
H A DShape.cpp285 Shape::ItemAdded(VectorPath* path, int32 index) function in class:Shape
352 Shape::ItemAdded(Transformer* transformer, int32 index) function in class:Shape
/haiku/src/libs/icon/
H A DIcon.h84 virtual void ItemAdded(Shape* shape, int32 index);
H A DIcon.cpp135 Icon::ItemAdded(Shape* shape, int32 index) function in class:Icon
/haiku/headers/os/interface/
H A DCardLayout.h47 virtual bool ItemAdded(BLayoutItem* item, int32 atIndex);
H A DAbstractLayout.h53 virtual bool ItemAdded(BLayoutItem* item, int32 atIndex);
H A DGroupLayout.h51 virtual bool ItemAdded(BLayoutItem* item, int32 atIndex);
H A DLayout.h77 virtual bool ItemAdded(BLayoutItem* item, int32 atIndex);
H A DGridLayout.h74 virtual bool ItemAdded(BLayoutItem* item, int32 atIndex);
/haiku/src/apps/icon-o-matic/gui/
H A DTransformerListView.h62 virtual void ItemAdded(Transformer* transformer, int32 index);
H A DPathListView.h67 virtual void ItemAdded(VectorPath* path, int32 index);
H A DShapeListView.h68 virtual void ItemAdded(Shape* shape, int32 index);
H A DStyleListView.h64 virtual void ItemAdded(Style* style, int32 index);
H A DPathListView.cpp206 virtual void ItemAdded(VectorPath* path, int32 index) function in class:ShapePathListener
219 virtual void ItemAdded(Shape* shape, int32 index) function in class:ShapePathListener
684 PathListView::ItemAdded(VectorPath* path, int32 index) function in class:PathListView
H A DStyleListView.cpp218 virtual void ItemAdded(Shape* shape, int32 index) function in class:ShapeStyleListener
606 StyleListView::ItemAdded(Style* style, int32 index) function in class:StyleListView
/haiku/src/libs/icon/generic/
H A DContainer.h34 virtual void ItemAdded(Type* item, int32 index) = 0;
265 listener->ItemAdded(item, index);
/haiku/src/kits/interface/
H A DLayout.cpp184 if (!ItemAdded(item, index)) {
484 if (!fItems.AddItem(item, i) || !ItemAdded(item, i)) {
520 BLayout::ItemAdded(BLayoutItem* item, int32 atIndex) function in class:BLayout
H A DAbstractLayout.cpp461 BAbstractLayout::ItemAdded(BLayoutItem* item, int32 atIndex) function in class:BAbstractLayout
463 return BLayout::ItemAdded(item, atIndex);
H A DSplitLayout.h104 virtual bool ItemAdded(BLayoutItem* item, int32 atIndex);
H A DGroupLayout.cpp248 BGroupLayout::ItemAdded(BLayoutItem* item, int32 atIndex) function in class:BGroupLayout
H A DCardLayout.cpp271 BCardLayout::ItemAdded(BLayoutItem* item, int32 atIndex) function in class:BCardLayout

Completed in 147 milliseconds

12