Mir
display_configuration.h
Go to the documentation of this file.
1 /*
2  * Copyright © 2013 Canonical Ltd.
3  *
4  * This program is free software: you can redistribute it and/or modify it
5  * under the terms of the GNU Lesser General Public License version 3,
6  * as published by the Free Software Foundation.
7  *
8  * This program is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11  * GNU Lesser General Public License for more details.
12  *
13  * You should have received a copy of the GNU Lesser General Public License
14  * along with this program. If not, see <http://www.gnu.org/licenses/>.
15  */
16 
17 #ifndef MIR_GRAPHICS_ANDROID_DISPLAY_CONFIGURATION_H_
18 #define MIR_GRAPHICS_ANDROID_DISPLAY_CONFIGURATION_H_
19 
21 #include "hwc_configuration.h"
22 #include <array>
23 
24 namespace mir
25 {
26 namespace graphics
27 {
28 namespace android
29 {
30 
32 {
33 public:
35  MirPowerMode primary_mode,
37  MirPowerMode external_mode);
38 
40  MirPowerMode primary_mode,
42  MirPowerMode external_mode,
43  DisplayConfigurationOutput virt_config);
44 
47 
48  virtual ~DisplayConfiguration() = default;
49 
50  void for_each_card(std::function<void(DisplayConfigurationCard const&)> f) const override;
51  void for_each_output(std::function<void(DisplayConfigurationOutput const&)> f) const override;
52  void for_each_output(std::function<void(UserDisplayConfigurationOutput&)> f) override;
53  std::unique_ptr<graphics::DisplayConfiguration> clone() const override;
54 
59 
60  void set_virtual_output_to(int width, int height);
62 
63 private:
64  std::array<DisplayConfigurationOutput, 3> configurations;
66 };
67 
68 
69 }
70 }
71 }
72 #endif /* MIR_GRAPHICS_ANDROID_DISPLAY_CONFIGURATION_H_ */
Mirror of a DisplayConfigurationOutput, with some fields limited to being read-only, preventing users from changing things they shouldn&#39;t.
Definition: display_configuration.h:130
All things Mir.
Definition: atomic_callback.h:25
void for_each_card(std::function< void(DisplayConfigurationCard const &)> f) const override
Executes a function object for each card in the configuration.
Configuration information for a display card.
Definition: display_configuration.h:44
void for_each_output(std::function< void(DisplayConfigurationOutput const &)> f) const override
Executes a function object for each output in the configuration.
void set_virtual_output_to(int width, int height)
Definition: display_configuration.cpp:165
std::unique_ptr< graphics::DisplayConfiguration > clone() const override
Definition: display_configuration.cpp:137
DisplayConfiguration & operator=(DisplayConfiguration const &other)
Definition: display_configuration.cpp:107
void disable_virtual_output()
Definition: display_configuration.cpp:174
DisplayConfigurationOutput & primary()
Definition: display_configuration.cpp:142
DisplayConfigurationOutput & operator[](DisplayConfigurationOutputId const &)
Definition: display_configuration.cpp:157
DisplayConfigurationOutput & external()
Definition: display_configuration.cpp:147
MirPowerMode
Definition: common.h:101
unsigned int width
Definition: touchspot_image.c:4
Configuration information for a display output.
Definition: display_configuration.h:85
DisplayConfigurationOutput & virt()
Definition: display_configuration.cpp:152
Definition: display_configuration.h:31
unsigned int height
Definition: touchspot_image.c:5
Definition: android_input_receiver.h:36
Interface to a configuration of display cards and outputs.
Definition: display_configuration.h:168

Copyright © 2012-2015 Canonical Ltd.
Generated on Thu Sep 8 14:50:19 UTC 2016