Struct wich contains an especific width and height value.
More...
#include <Help.h>
Struct wich contains an especific width and height value.
Definition at line 40 of file Help.h.
◆ Size() [1/3]
Default constructor.
Definition at line 49 of file Help.h.
◆ Size() [2/3]
Hydrax::Size::Size |
( |
const int & |
size | ) |
|
|
inline |
Constructor.
- Parameters
-
size | The width and height values |
Definition at line 58 of file Help.h.
◆ Size() [3/3]
Hydrax::Size::Size |
( |
const int & |
width, |
|
|
const int & |
height |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
width | Width value |
height | Height value |
Definition at line 68 of file Help.h.
◆ ~Size()
Destructor.
Definition at line 76 of file Help.h.
◆ setSize() [1/2]
void Hydrax::Size::setSize |
( |
const int & |
size | ) |
|
|
inline |
Sets the same width and height value.
- Parameters
-
size | The width and height values |
Definition at line 83 of file Help.h.
◆ setSize() [2/2]
void Hydrax::Size::setSize |
( |
const int & |
width, |
|
|
const int & |
height |
|
) |
| |
|
inline |
Sets the especified values.
- Parameters
-
width | Width value |
height | Height value |
Definition at line 93 of file Help.h.
◆ Height
Height value.
Definition at line 45 of file Help.h.
◆ Width
Width value.
Definition at line 43 of file Help.h.
The documentation for this struct was generated from the following file: