#include <miral/output.h>
|
| enum | Type {
Type::unknown,
Type::vga,
Type::dvii,
Type::dvid,
Type::dvia,
Type::composite,
Type::svideo,
Type::lvds,
Type::component,
Type::ninepindin,
Type::displayport,
Type::hdmia,
Type::hdmib,
Type::tv,
Type::edp
} |
| |
| Enumerator |
|---|
| unknown |
|
| vga |
|
| dvii |
|
| dvid |
|
| dvia |
|
| composite |
|
| svideo |
|
| lvds |
|
| component |
|
| ninepindin |
|
| displayport |
|
| hdmia |
|
| hdmib |
|
| tv |
|
| edp |
|
| miral::Output::Output |
( |
const mir::graphics::DisplayConfigurationOutput & |
output | ) |
|
|
explicit |
| miral::Output::Output |
( |
Output const & |
| ) |
|
| miral::Output::~Output |
( |
| ) |
|
| auto miral::Output::connected |
( |
| ) |
const -> bool |
Whether the output is connected.
| auto miral::Output::extents |
( |
| ) |
const -> Rectangle |
The logical rectangle occupied by the output, based on its position, current mode and orientation (rotation)
| auto miral::Output::form_factor |
( |
| ) |
const -> MirFormFactor |
Form factor of this output; phone display, tablet, monitor, TV, projector...
| auto miral::Output::is_same_output |
( |
Output const & |
other | ) |
const -> bool |
| auto miral::Output::orientation |
( |
| ) |
const -> MirOrientation |
The physical size of the output.
| auto miral::Output::pixel_format |
( |
| ) |
const -> MirPixelFormat |
The current output pixel format.
| auto miral::Output::power_mode |
( |
| ) |
const -> MirPowerMode |
| auto miral::Output::refresh_rate |
( |
| ) |
const -> double |
| auto miral::Output::scale |
( |
| ) |
const -> float |
Requested scale factor for this output, for HiDPI support.
| auto miral::Output::type |
( |
| ) |
const -> Type |
| auto miral::Output::used |
( |
| ) |
const -> bool |
Whether the output is used in the configuration.
| auto miral::Output::valid |
( |
| ) |
const -> bool |
The documentation for this class was generated from the following file:
Copyright © 2016 Canonical Ltd.
Generated on Fri Sep 30 13:21:55 UTC 2016