Symbol: ItemRemoved
headers/libs/alm/ALMLayout.h
165
virtual void ItemRemoved(BLayoutItem* item, int32 fromIndex);
headers/os/interface/AbstractLayout.h
54
virtual void ItemRemoved(BLayoutItem* item, int32 fromIndex);
headers/os/interface/CardLayout.h
48
virtual void ItemRemoved(BLayoutItem* item, int32 fromIndex);
headers/os/interface/GridLayout.h
75
virtual void ItemRemoved(BLayoutItem* item, int32 fromIndex);
headers/os/interface/GroupLayout.h
52
virtual void ItemRemoved(BLayoutItem* item, int32 fromIndex);
headers/os/interface/Layout.h
78
virtual void ItemRemoved(BLayoutItem* item, int32 fromIndex);
src/apps/icon-o-matic/gui/PathListView.h
68
virtual void ItemRemoved(VectorPath* path);
src/apps/icon-o-matic/gui/ShapeListView.h
69
virtual void ItemRemoved(Shape* shape);
src/apps/icon-o-matic/gui/StyleListView.h
65
virtual void ItemRemoved(Style* style);
src/apps/icon-o-matic/gui/TransformerListView.h
63
virtual void ItemRemoved(Transformer* transformer);
src/apps/mediaplayer/playlist/Playlist.cpp
851
listener->ItemRemoved(index);
src/apps/mediaplayer/playlist/Playlist.h
45
virtual void ItemRemoved(int32 index);
src/apps/mediaplayer/playlist/PlaylistObserver.h
25
virtual void ItemRemoved(int32 index);
src/kits/interface/AbstractLayout.cpp
470
BLayout::ItemRemoved(item, fromIndex);
src/kits/interface/Layout.cpp
238
ItemRemoved(item, index);
src/kits/interface/Layout.cpp
492
ItemRemoved(item, i);
src/kits/interface/SplitLayout.h
105
virtual void ItemRemoved(BLayoutItem* item, int32 fromIndex);
src/libs/icon/Icon.h
85
virtual void ItemRemoved(Shape* shape);
src/libs/icon/generic/Container.h
279
listener->ItemRemoved(item);
src/libs/icon/generic/Container.h
35
virtual void ItemRemoved(Type* item) = 0;
src/libs/icon/shape/Shape.h
83
virtual void ItemRemoved(VectorPath* path);
src/libs/icon/shape/Shape.h
98
virtual void ItemRemoved(Transformer* t);