struct NETPoint

Simple point class for NET classes. More...

Definition#include <netwm_def.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Members


Detailed Description

Simple point class for NET classes.

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.

 NETPoint ()

NETPoint

Constructor to initialize this point to 0,0.

int x

x

int y

y