class KPoint

Class for representing a point by (x,y). More...

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

Public Members

Protected Members


Detailed Description

Class for reperesenting a point by its X and Y coordinate. It's sorce compatible to the Qt class QPoint, but KPoint uses 32 bit integers for the coordinates.