Home
last modified time | relevance | path

Searched refs:ItemAdded (Results 1 – 25 of 33) sorted by relevance

12

/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) in ItemAdded() function in Shape
352 Shape::ItemAdded(Transformer* transformer, int32 index) in ItemAdded() function in Shape
/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) in ItemAdded() function in PlaylistObserver
H A DPlaylist.h44 virtual void ItemAdded(PlaylistItem* item, int32 index);
H A DPlaylist.cpp44 void Playlist::Listener::ItemAdded(PlaylistItem* item, int32 index) {} in ItemAdded() function in Playlist::Listener
822 listener->ItemAdded(item, index); in _NotifyItemAdded()
/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) in ItemAdded() function in Icon
/haiku/src/libs/icon/generic/
H A DContainer.h34 virtual void ItemAdded(Type* item, int32 index) = 0;
265 listener->ItemAdded(item, index); in _NotifyItemAdded()
/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 DShapeListView.h68 virtual void ItemAdded(Shape* shape, int32 index);
H A DStyleListView.h64 virtual void ItemAdded(Style* style, int32 index);
H A DPathListView.h67 virtual void ItemAdded(VectorPath* path, int32 index);
H A DPathListView.cpp206 virtual void ItemAdded(VectorPath* path, int32 index) in ItemAdded() function in ShapePathListener
219 virtual void ItemAdded(Shape* shape, int32 index) in ItemAdded() function in ShapePathListener
684 PathListView::ItemAdded(VectorPath* path, int32 index) in ItemAdded() function in PathListView
H A DStyleListView.cpp218 virtual void ItemAdded(Shape* shape, int32 index) in ItemAdded() function in ShapeStyleListener
606 StyleListView::ItemAdded(Style* style, int32 index) in ItemAdded() function in StyleListView
/haiku/src/kits/interface/
H A DLayout.cpp184 if (!ItemAdded(item, index)) { in AddItem()
484 if (!fItems.AddItem(item, i) || !ItemAdded(item, i)) { in AllUnarchived()
520 BLayout::ItemAdded(BLayoutItem* item, int32 atIndex) in ItemAdded() function in BLayout
H A DAbstractLayout.cpp461 BAbstractLayout::ItemAdded(BLayoutItem* item, int32 atIndex) in ItemAdded() function in BAbstractLayout
463 return BLayout::ItemAdded(item, atIndex); in ItemAdded()
H A DSplitLayout.h104 virtual bool ItemAdded(BLayoutItem* item, int32 atIndex);
H A DGroupLayout.cpp248 BGroupLayout::ItemAdded(BLayoutItem* item, int32 atIndex) in ItemAdded() function in BGroupLayout
H A DCardLayout.cpp271 BCardLayout::ItemAdded(BLayoutItem* item, int32 atIndex) in ItemAdded() function in BCardLayout

12