Go to the documentation of this file.
2
3
4
5
6
7
8
9
10
11
12
13
14
15
17#ifndef MIRAL_SET_WINDOW_MANAGEMENT_POLICY_H
18#define MIRAL_SET_WINDOW_MANAGEMENT_POLICY_H
45template<
typename Policy,
typename ...Args>
49 {
return std::make_unique<Policy>(tools, args...); }};
Definition set_window_management_policy.h:34
void operator()(mir::Server &server) const
~SetWindowManagementPolicy()
SetWindowManagementPolicy(std::function< std::unique_ptr< WindowManagementPolicy >(WindowManagerTools const &tools)> const &builder)
The interface through which the window management policy is determined.
Definition window_management_policy.h:50
Mir Abstraction Layer.
Definition runner.h:35
auto set_window_management_policy(Args &... args) -> SetWindowManagementPolicy
Definition set_window_management_policy.h:46
Copyright © 2012-2025
Canonical Ltd.
Generated on Sun Mar 2 17:34:18 UTC 2025
This documentation is licensed under the GPL version 2 or 3.