class KRect

Class for representing a rect by (x,y,width,height). More...

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

Public Members


Detailed Description

Class for reperesenting a rect by its X,Y, WIDTH and HEIGHT. It's source compatible to the Qt class QRect, but KRect uses 32 bit integers for the x/y/width/height.