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

D-Bus struct for pre-tile geometry entries: (siiiiis) Replaces the JSON blob previously returned by getPreTileGeometriesJson. More...

#include <phosphor-protocol/include/PhosphorProtocol/AutotileTypes.h>

Public Member Functions

QRect toRect () const
 

Public Attributes

QString appId
 
int x = 0
 
int y = 0
 
int width = 0
 
int height = 0
 
QString screenId
 

Detailed Description

D-Bus struct for pre-tile geometry entries: (siiiiis) Replaces the JSON blob previously returned by getPreTileGeometriesJson.

Member Function Documentation

◆ toRect()

QRect PhosphorProtocol::PreTileGeometryEntry::toRect ( ) const
inline

Member Data Documentation

◆ appId

QString PhosphorProtocol::PreTileGeometryEntry::appId

◆ height

int PhosphorProtocol::PreTileGeometryEntry::height = 0

◆ screenId

QString PhosphorProtocol::PreTileGeometryEntry::screenId

◆ width

int PhosphorProtocol::PreTileGeometryEntry::width = 0

◆ x

int PhosphorProtocol::PreTileGeometryEntry::x = 0

◆ y

int PhosphorProtocol::PreTileGeometryEntry::y = 0

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