Screen metadata passed to tiling algorithms. More...
#include <phosphor-tiles/include/PhosphorTiles/TilingParams.h>
Public Attributes | |
| QString | id |
| Screen connector name (e.g., "HDMI-1", "DP-2") | |
| bool | portrait = false |
| True if height > width (portrait orientation) | |
| qreal | aspectRatio = 0.0 |
| width/height (e.g., 1.78 for 16:9, 0.56 for portrait) | |
Screen metadata passed to tiling algorithms.
Provides physical screen context so algorithms can adapt to monitor orientation and multi-monitor setups.
| qreal PhosphorTiles::TilingScreenInfo::aspectRatio = 0.0 |
width/height (e.g., 1.78 for 16:9, 0.56 for portrait)
| QString PhosphorTiles::TilingScreenInfo::id |
Screen connector name (e.g., "HDMI-1", "DP-2")
| bool PhosphorTiles::TilingScreenInfo::portrait = false |
True if height > width (portrait orientation)