/haiku/src/libs/icon/shape/ |
H A D | Shape.h | 82 virtual void ItemAdded(VectorPath* path, int32 index); 97 virtual void ItemAdded(Transformer* t, int32 index);
|
H A D | Shape.cpp | 285 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 D | PlaylistObserver.h | 24 virtual void ItemAdded(PlaylistItem* item, int32 index);
|
H A D | PlaylistObserver.cpp | 26 PlaylistObserver::ItemAdded(PlaylistItem* item, int32 index) in ItemAdded() function in PlaylistObserver
|
H A D | Playlist.h | 44 virtual void ItemAdded(PlaylistItem* item, int32 index);
|
H A D | Playlist.cpp | 44 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 D | Icon.h | 84 virtual void ItemAdded(Shape* shape, int32 index);
|
H A D | Icon.cpp | 135 Icon::ItemAdded(Shape* shape, int32 index) in ItemAdded() function in Icon
|
/haiku/src/libs/icon/generic/ |
H A D | Container.h | 34 virtual void ItemAdded(Type* item, int32 index) = 0; 265 listener->ItemAdded(item, index); in _NotifyItemAdded()
|
/haiku/headers/os/interface/ |
H A D | CardLayout.h | 47 virtual bool ItemAdded(BLayoutItem* item, int32 atIndex);
|
H A D | AbstractLayout.h | 53 virtual bool ItemAdded(BLayoutItem* item, int32 atIndex);
|
H A D | GroupLayout.h | 51 virtual bool ItemAdded(BLayoutItem* item, int32 atIndex);
|
H A D | Layout.h | 77 virtual bool ItemAdded(BLayoutItem* item, int32 atIndex);
|
H A D | GridLayout.h | 74 virtual bool ItemAdded(BLayoutItem* item, int32 atIndex);
|
/haiku/src/apps/icon-o-matic/gui/ |
H A D | TransformerListView.h | 62 virtual void ItemAdded(Transformer* transformer, int32 index);
|
H A D | ShapeListView.h | 68 virtual void ItemAdded(Shape* shape, int32 index);
|
H A D | StyleListView.h | 64 virtual void ItemAdded(Style* style, int32 index);
|
H A D | PathListView.h | 67 virtual void ItemAdded(VectorPath* path, int32 index);
|
H A D | PathListView.cpp | 206 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 D | StyleListView.cpp | 218 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 D | Layout.cpp | 184 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 D | AbstractLayout.cpp | 461 BAbstractLayout::ItemAdded(BLayoutItem* item, int32 atIndex) in ItemAdded() function in BAbstractLayout 463 return BLayout::ItemAdded(item, atIndex); in ItemAdded()
|
H A D | SplitLayout.h | 104 virtual bool ItemAdded(BLayoutItem* item, int32 atIndex);
|
H A D | GroupLayout.cpp | 248 BGroupLayout::ItemAdded(BLayoutItem* item, int32 atIndex) in ItemAdded() function in BGroupLayout
|
H A D | CardLayout.cpp | 271 BCardLayout::ItemAdded(BLayoutItem* item, int32 atIndex) in ItemAdded() function in BCardLayout
|