Searched refs:Notifier (Results 1 - 10 of 10) sorted by relevance

/haiku/src/apps/mediaplayer/support/
H A DListener.h13 class Notifier;
20 virtual void ObjectChanged(const Notifier* object) = 0;
H A DNotifier.h15 class Notifier { class
17 Notifier();
18 virtual ~Notifier();
42 AutoNotificationSuspender(Notifier* object)
53 Notifier* fObject;
H A DNotifier.cpp9 #include "Notifier.h"
19 Notifier::Notifier() function in class:Notifier
27 Notifier::~Notifier()
32 sprintf(message, "Notifier::~Notifier() - %" B_PRId32
41 Notifier::AddListener(Listener* listener)
51 Notifier::RemoveListener(Listener* listener)
58 Notifier
[all...]
H A DListenerAdapter.h23 virtual void ObjectChanged(const Notifier* object);
H A DListenerAdapter.cpp26 ListenerAdapter::ObjectChanged(const Notifier* object)
H A DCommandStack.h13 #include "Notifier.h"
19 class CommandStack : public Notifier {
H A DCommandStack.cpp22 : Notifier()
/haiku/src/apps/mediaplayer/settings/
H A DSettings.h16 #include "Notifier.h"
63 class Settings : public BLocker, public Notifier {
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistWindow.h25 class Notifier;
83 void _ObjectChanged(const Notifier* object);
H A DPlaylistWindow.cpp176 Notifier* notifier;
321 PlaylistWindow::_ObjectChanged(const Notifier* object)

Completed in 119 milliseconds