Interface to a virtual output.
More...
#include <virtual_output.h>
Interface to a virtual output.
§ VirtualOutput()
mir::graphics::VirtualOutput::VirtualOutput |
( |
| ) |
|
|
default |
§ ~VirtualOutput()
virtual mir::graphics::VirtualOutput::~VirtualOutput |
( |
| ) |
|
|
virtualdefault |
§ disable()
virtual void mir::graphics::VirtualOutput::disable |
( |
| ) |
|
|
pure virtual |
Disable the virtual output.
This will initiate the same response as when a physical display is unplugged from a system. A configuration change notification will be generated and the DisplayConfiguration will no longer contain an output associated with the virtual display.
§ enable()
virtual void mir::graphics::VirtualOutput::enable |
( |
| ) |
|
|
pure virtual |
Enables the virtual output.
This will initiate the same response as when a physical display is hotplugged into a system. A configuration change notification will be generated and the DisplayConfiguration will contain one new output.
The documentation for this class was generated from the following file:
Copyright © 2012-2016 Canonical Ltd.
Generated on Sat Dec 3 12:48:59 UTC 2016