KDEUI
NETRect Struct Reference
#include <netwm_def.h>
Public Attributes | |
NETPoint | pos |
NETSize | size |
Detailed Description
Simple rectangle class for NET classes.
This class is a convenience class defining a rectangle as a point x,y with a size width by height. The existence of this class is to keep the implementation from being dependent on a separate framework/library;
NETRect is only used by the NET API. Usually QRect is the appropriate class for representing a rectangle.
Definition at line 93 of file netwm_def.h.
Member Data Documentation
NETPoint NETRect::pos |
NETSize NETRect::size |
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.