#include <netwm_def.h>
Public Methods | |
| NETPoint () | |
Public Attributes | |
| int | x |
| x coordinate. | |
| int | y |
| y coordinate | |
This class is a convenience class defining a point x, y. The existence of this class is to keep the implementation from being dependant on a separate framework/library.
NETPoint is only used by the NET API. Usually QPoint is the appropriate class for representing a point.
Definition at line 42 of file netwm_def.h.
|
|
Constructor to initialize this point to 0,0. Definition at line 46 of file netwm_def.h. |
1.2.18