|
XX CMake Package
|
simple size structure, to be used where QSize is not available More...
#include <XXSize.h>
simple size structure, to be used where QSize is not available
Public Member Functions | |
| Size (const uint16_t &width=0, const uint16_t height=0) | |
| Size & | operator= (const Size &other) |
| bool | isZero () const |
Public Attributes | |
| uint16_t | width |
| uint16_t | height |
| XX::Size::Size | ( | const uint16_t & | width = 0, |
| const uint16_t | height = 0 ) |
| bool XX::Size::isZero | ( | ) | const |
| uint16_t XX::Size::height |
| uint16_t XX::Size::width |