19 #ifndef MIR_COMPOSITOR_SCENE_ELEMENT_H_ 20 #define MIR_COMPOSITOR_SCENE_ELEMENT_H_ 38 virtual std::shared_ptr<graphics::Renderable> renderable()
const = 0;
39 virtual void rendered() = 0;
40 virtual void occluded() = 0;
44 virtual std::unique_ptr<Decoration> decoration()
const = 0;
55 #endif // MIR_COMPOSITOR_SCENE_ELEMENT_H_ All things Mir.
Definition: atomic_callback.h:25
Definition: scene_element.h:33