ScummVM API documentation
QDEngine::grScreenRegion Class Reference

Прямоугольная область на экране. More...

#include <gr_screen_region.h>

Public Member Functions

 grScreenRegion (int x, int y, int sx, int sy)
 
bool operator== (const grScreenRegion &reg) const
 
bool operator!= (const grScreenRegion &reg) const
 
grScreenRegionoperator+= (const grScreenRegion &reg)
 
int x () const
 
int y () const
 
int size_x () const
 
int size_y () const
 
int min_x () const
 
int max_x () const
 
int min_y () const
 
int max_y () const
 
void move (int dx, int dy)
 
bool is_empty () const
 
bool is_inside (int x, int y) const
 
void clear ()
 

Static Public Attributes

static const grScreenRegion EMPTY
 

Detailed Description

Прямоугольная область на экране.


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