The Pedigree Project  0.1
Public Member Functions | Private Attributes | List of all members
DirtyRectangle Class Reference

#include <winman.h>

+ Collaboration diagram for DirtyRectangle:

Public Member Functions

void point (size_t x, size_t y)
 
size_t getX () const
 
size_t getY () const
 
size_t getX2 () const
 
size_t getY2 () const
 
size_t getWidth () const
 
size_t getHeight () const
 
void reset ()
 
void point (size_t x, size_t y)
 
size_t getX ()
 
size_t getY ()
 
size_t getX2 ()
 
size_t getY2 ()
 
size_t getWidth ()
 
size_t getHeight ()
 
void reset ()
 

Private Attributes

size_t m_X
 
size_t m_Y
 
size_t m_X2
 
size_t m_Y2
 

Detailed Description

DirtyRectangle: receives a number of points, uses these to determine the full extent that has been modified in the lifetime of the object. This can be used to calculate the full amount of screen space that needs to be redrawn.

Definition at line 66 of file winman.h.


The documentation for this class was generated from the following files: