17 #ifndef MIRAL_APPLICATION_INFO_H
18 #define MIRAL_APPLICATION_INFO_H
37 auto name() const -> std::
string;
42 auto
userdata() const -> std::shared_ptr<
void>;
47 void add_window(
Window const& window);
48 void remove_window(
Window const& window);
51 std::unique_ptr<Self> const self;
Handle class to manage a Mir surface. It may be null (e.g. default initialized)
Definition: window.h:36
Mir Abstraction Layer.
Definition: floating_window_manager.h:29
std::shared_ptr< mir::scene::Session > Application
Definition: application.h:32
Definition: application_info.h:30
auto application() const -> Application
auto name() const -> std::string
auto windows() const -> std::vector< Window > &
ApplicationInfo(Application const &app)
auto operator=(ApplicationInfo const &that) -> miral::ApplicationInfo &
friend class BasicWindowManager
Definition: application_info.h:46
ApplicationInfo(ApplicationInfo const &that)
auto userdata() const -> std::shared_ptr< void >
This can be used by client code to store window manager specific information.