KWindowSystem

NETExtendedStrut Struct Reference

#include <netwm_def.h>

Public Member Functions

 NETExtendedStrut ()
 

Public Attributes

int bottom_end
 
int bottom_start
 
int bottom_width
 
int left_end
 
int left_start
 
int left_width
 
int right_end
 
int right_start
 
int right_width
 
int top_end
 
int top_start
 
int top_width
 

Detailed Description

Partial strut class for NET classes.

This class is a convenience class defining a strut with left, right, top and bottom border values, and ranges for them. The existence of this class is to keep the implementation from being dependent on a separate framework/library. See the _NET_WM_STRUT_PARTIAL property in the NETWM spec.

Definition at line 180 of file netwm_def.h.

Constructor & Destructor Documentation

◆ NETExtendedStrut()

NETExtendedStrut::NETExtendedStrut ( )
inline

Constructor to initialize this struct to 0,0,0,0.

Definition at line 184 of file netwm_def.h.

Member Data Documentation

◆ bottom_end

int NETExtendedStrut::bottom_end

Definition at line 218 of file netwm_def.h.

◆ bottom_start

int NETExtendedStrut::bottom_start

Definition at line 218 of file netwm_def.h.

◆ bottom_width

int NETExtendedStrut::bottom_width

Bottom border of the strut, width and range.

Definition at line 218 of file netwm_def.h.

◆ left_end

int NETExtendedStrut::left_end

Definition at line 203 of file netwm_def.h.

◆ left_start

int NETExtendedStrut::left_start

Definition at line 203 of file netwm_def.h.

◆ left_width

int NETExtendedStrut::left_width

Left border of the strut, width and range.

Definition at line 203 of file netwm_def.h.

◆ right_end

int NETExtendedStrut::right_end

Definition at line 208 of file netwm_def.h.

◆ right_start

int NETExtendedStrut::right_start

Definition at line 208 of file netwm_def.h.

◆ right_width

int NETExtendedStrut::right_width

Right border of the strut, width and range.

Definition at line 208 of file netwm_def.h.

◆ top_end

int NETExtendedStrut::top_end

Definition at line 213 of file netwm_def.h.

◆ top_start

int NETExtendedStrut::top_start

Definition at line 213 of file netwm_def.h.

◆ top_width

int NETExtendedStrut::top_width

Top border of the strut, width and range.

Definition at line 213 of file netwm_def.h.


The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:15:04 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.