19 #ifndef MIR_SCENE_NULL_OBSERVER_H_
20 #define MIR_SCENE_NULL_OBSERVER_H_
51 #endif // MIR_SCENE_NULL_OBSERVER_H_
All things Mir.
Definition: buffer_stream.h:37
void end_observation()
Definition: null_observer.cpp:27
void surface_removed(Surface *surface)
Definition: null_observer.cpp:24
An observer for top level notifications of scene changes. In order to receive more granular change no...
Definition: observer.h:33
void surface_added(Surface *surface)
Definition: null_observer.cpp:23
Definition: null_observer.h:28
void surface_exists(Surface *surface)
Definition: null_observer.cpp:26
NullObserver & operator=(NullObserver const &)=delete
virtual ~NullObserver()=default
void surfaces_reordered()
Definition: null_observer.cpp:25