Symbol: ItemRemoved
src/apps/icon-o-matic/gui/PathListView.cpp
212
virtual void ItemRemoved(VectorPath* path)
src/apps/icon-o-matic/gui/PathListView.cpp
224
virtual void ItemRemoved(Shape* shape)
src/apps/icon-o-matic/gui/PathListView.cpp
701
PathListView::ItemRemoved(VectorPath* path)
src/apps/icon-o-matic/gui/ShapeListView.cpp
598
ShapeListView::ItemRemoved(Shape* shape)
src/apps/icon-o-matic/gui/StyleListView.cpp
222
virtual void ItemRemoved(Shape* shape)
src/apps/icon-o-matic/gui/StyleListView.cpp
623
StyleListView::ItemRemoved(Style* style)
src/apps/icon-o-matic/gui/TransformerListView.cpp
418
TransformerListView::ItemRemoved(Transformer* transformer)
src/apps/mediaplayer/playlist/Playlist.cpp
45
void Playlist::Listener::ItemRemoved(int32 index) {}
src/apps/mediaplayer/playlist/PlaylistObserver.cpp
37
PlaylistObserver::ItemRemoved(int32 index)
src/kits/interface/AbstractLayout.cpp
468
BAbstractLayout::ItemRemoved(BLayoutItem* item, int32 fromIndex)
src/kits/interface/CardLayout.cpp
282
BCardLayout::ItemRemoved(BLayoutItem* item, int32 fromIndex)
src/kits/interface/GridLayout.cpp
596
BGridLayout::ItemRemoved(BLayoutItem* item, int32 fromIndex)
src/kits/interface/GroupLayout.cpp
256
BGroupLayout::ItemRemoved(BLayoutItem* item, int32 fromIndex)
src/kits/interface/Layout.cpp
527
BLayout::ItemRemoved(BLayoutItem* item, int32 fromIndex)
src/kits/interface/SplitLayout.cpp
839
BSplitLayout::ItemRemoved(BLayoutItem* item, int32 atIndex)
src/libs/alm/ALMLayout.cpp
1298
BALMLayout::ItemRemoved(BLayoutItem* item, int32 fromIndex)
src/libs/icon/Icon.cpp
143
Icon::ItemRemoved(Shape* shape)
src/libs/icon/shape/Shape.cpp
294
Shape::ItemRemoved(VectorPath* path)
src/libs/icon/shape/Shape.cpp
366
Shape::ItemRemoved(Transformer* transformer)