Mir
|
Interface to a virtual output. More...
#include <virtual_output.h>
Public Member Functions | |
virtual void | enable ()=0 |
Enables the virtual output. More... | |
virtual void | disable ()=0 |
Disable the virtual output. More... | |
VirtualOutput ()=default | |
virtual | ~VirtualOutput ()=default |
Interface to a virtual output.
|
default |
|
virtualdefault |
Reimplemented in mir::graphics::android::VirtualOutput.
|
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.
Implemented in mir::graphics::android::VirtualOutput.
|
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.
Implemented in mir::graphics::android::VirtualOutput.
Copyright © 2012-2015 Canonical Ltd.
Generated on Thu Sep 8 14:50:19 UTC 2016