KDEUI
#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 152 of file netwm_def.h.
Constructor & Destructor Documentation
|
inline |
Constructor to initialize this struct to 0,0,0,0.
Definition at line 156 of file netwm_def.h.
Member Data Documentation
int NETExtendedStrut::bottom_end |
Definition at line 178 of file netwm_def.h.
int NETExtendedStrut::bottom_start |
Definition at line 178 of file netwm_def.h.
int NETExtendedStrut::bottom_width |
Bottom border of the strut, width and range.
Definition at line 178 of file netwm_def.h.
int NETExtendedStrut::left_end |
Definition at line 163 of file netwm_def.h.
int NETExtendedStrut::left_start |
Definition at line 163 of file netwm_def.h.
int NETExtendedStrut::left_width |
Left border of the strut, width and range.
Definition at line 163 of file netwm_def.h.
int NETExtendedStrut::right_end |
Definition at line 168 of file netwm_def.h.
int NETExtendedStrut::right_start |
Definition at line 168 of file netwm_def.h.
int NETExtendedStrut::right_width |
Right border of the strut, width and range.
Definition at line 168 of file netwm_def.h.
int NETExtendedStrut::top_end |
Definition at line 173 of file netwm_def.h.
int NETExtendedStrut::top_start |
Definition at line 173 of file netwm_def.h.
int NETExtendedStrut::top_width |
Top border of the strut, width and range.
Definition at line 173 of file netwm_def.h.
The documentation for this struct was generated from the following file:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.