#include <ApiGraphics/Dim2D.h>
Public Member Functions | |
Dim2D (int w, int h) | |
int | width () const |
int | height () const |
bool | isDefined () const |
bool | isBetween (int min, int max) const |
bool | contains (int x, int y) const |
bool | operator== (Dim2D s) const |
bool | operator!= (Dim2D s) const |
QString | toQString () const |