Searched refs:ObjectChanged (Results 1 - 25 of 38) sorted by path

12

/haiku/src/apps/icon-o-matic/generic/listener/
H A DObservable.cpp80 ((Observer*)observers.ItemAtFast(i))->ObjectChanged(this);
H A DObserver.h21 virtual void ObjectChanged(const Observable* object) = 0;
/haiku/src/apps/icon-o-matic/gui/
H A DIconObjectListView.h35 virtual void ObjectChanged(const Observable* object);
H A DSwatchGroup.cpp155 SwatchGroup::ObjectChanged(const Observable* object) function in class:SwatchGroup
292 ObjectChanged(fCurrentColor);
H A DSwatchGroup.h33 virtual void ObjectChanged(const Observable* object);
H A DIconObjectListView.cpp143 // ObjectChanged
145 IconObjectListView::ObjectChanged(const Observable* object) function in class:IconObjectListView
153 //printf("IconObjectListView::ObjectChanged(fObject)\n");
H A DPathListView.cpp117 virtual void ObjectChanged(const Observable* object) function in class:PathListItem
H A DShapeListView.cpp69 virtual void ObjectChanged(const Observable* object) function in class:ShapeListItem
H A DStyleListView.cpp122 virtual void ObjectChanged(const Observable* object) function in class:StyleListItem
H A DStyleView.cpp190 StyleView::ObjectChanged(const Observable* object) function in class:StyleView
209 // re-enter ObjectChanged(), which is prevented to cause harm via
H A DStyleView.h52 virtual void ObjectChanged(const Observable* object);
H A DTransformerListView.cpp60 virtual void ObjectChanged(const Observable* object) function in class:TransformerItem
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.h68 virtual void ObjectChanged(const Observable* object);
H A DPathManipulator.cpp1045 PathManipulator::ObjectChanged(const Observable* object) function in class:PathManipulator
1065 ObjectChanged(fPath);
1073 ObjectChanged(fPath);
1080 ObjectChanged(fPath);
1087 ObjectChanged(fPath);
1094 ObjectChanged(fPath);
1112 ObjectChanged(fPath);
/haiku/src/apps/mediaplayer/support/
H A DListener.h20 virtual void ObjectChanged(const Notifier* object) = 0;
H A DListenerAdapter.cpp24 // ObjectChanged
26 ListenerAdapter::ObjectChanged(const Notifier* object) function in class:ListenerAdapter
H A DListenerAdapter.h23 virtual void ObjectChanged(const Notifier* object);
H A DNotifier.cpp80 ((Listener*)observers.ItemAtFast(i))->ObjectChanged(this);
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp649 MainWindow::ObjectChanged(const Observable* object) function in class:MainWindow
H A DMainWindow.h70 virtual void ObjectChanged(const Observable* object);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp341 DragSortableListView::ObjectChanged(const Observable* object) function in class:DragSortableListView
H A DListViews.h71 virtual void ObjectChanged(const Observable* object);
/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBox.cpp248 PerspectiveBox::ObjectChanged(const Observable* object) function in class:PerspectiveBox
H A DPerspectiveBox.h65 virtual void ObjectChanged(const Observable* object);
H A DTransformGradientBox.cpp41 ObjectChanged(fGradient);
95 // ObjectChanged
97 TransformGradientBox::ObjectChanged(const Observable* object) function in class:TransformGradientBox

Completed in 170 milliseconds

12