Phosphor
Qt6 / Wayland library suite for window-management tools
 
Loading...
Searching...
No Matches
PhosphorTiles::ThreeColumnWidths Struct Reference

Result of solving three-column width distribution. More...

#include <phosphor-tiles/include/PhosphorTiles/TilingAlgorithmHelpers.h>

Public Attributes

int leftWidth
 
int centerWidth
 
int rightWidth
 
int leftX
 
int centerX
 
int rightX
 

Detailed Description

Result of solving three-column width distribution.

Shared by ThreeColumnAlgorithm and CenteredMasterAlgorithm via TilingAlgorithm::solveThreeColumnWidths. Exposed as a namespace-level type so consumers / tests can reference it without the enclosing class context; the class still provides TilingAlgorithm::ThreeColumnWidths as a type alias for source compatibility.

Member Data Documentation

◆ centerWidth

int PhosphorTiles::ThreeColumnWidths::centerWidth

◆ centerX

int PhosphorTiles::ThreeColumnWidths::centerX

◆ leftWidth

int PhosphorTiles::ThreeColumnWidths::leftWidth

◆ leftX

int PhosphorTiles::ThreeColumnWidths::leftX

◆ rightWidth

int PhosphorTiles::ThreeColumnWidths::rightWidth

◆ rightX

int PhosphorTiles::ThreeColumnWidths::rightX

The documentation for this struct was generated from the following file: