#include <netwm_def.h>
Public Attributes | |
| NETPoint | pos |
| NETSize | size |
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 dependant 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 92 of file netwm_def.h.
|
|
Position of the rectangle.
Definition at line 98 of file netwm_def.h. |
|
|
Size of the rectangle.
Definition at line 105 of file netwm_def.h. |
1.2.18