#include <Size.h>
Public Member Functions | |
Size (unsigned int w, unsigned int h) | |
void | setW (unsigned int w) |
void | setH (unsigned int h) |
unsigned int | width () const |
unsigned int | height () const |
Private Attributes | |
unsigned int | mWidth |
unsigned int | mHeight |
|
|
|
|
|
|
|
|
|
|
|
|
|
|