XX CMake Package
Loading...
Searching...
No Matches
XX::Size Struct Reference

simple size structure, to be used where QSize is not available More...

#include <XXSize.h>

Detailed Description

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)
Sizeoperator= (const Size &other)
bool isZero () const

Public Attributes

uint16_t width
uint16_t height

Constructor & Destructor Documentation

◆ Size()

XX::Size::Size ( const uint16_t & width = 0,
const uint16_t height = 0 )

Member Function Documentation

◆ isZero()

bool XX::Size::isZero ( ) const

◆ operator=()

Size & XX::Size::operator= ( const Size & other)

Member Data Documentation

◆ height

uint16_t XX::Size::height

◆ width

uint16_t XX::Size::width

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