Class defining the base renderer.
More...
#include <renderer_base.h>
|
| RenderBase ()=default |
| Construct a new Render Base object.
|
|
| RenderBase (uint32_t x, uint32_t y) |
| Construct a new Render Base object.
|
|
| RenderBase (uint32_t x, uint32_t y, uint32_t width) |
| Construct a new Render Base object.
|
|
| RenderBase (uint32_t x, uint32_t y, uint32_t width, uint32_t height) |
| Construct a new Render Base object.
|
|
uint32_t | GetX () const |
| Get the X attribute.
|
|
uint32_t | GetY () const |
| Get the Y attribute.
|
|
uint32_t | GetWidth () const |
| Get the Width attribute.
|
|
uint32_t | GetHeight () const |
| Get the Height attribute.
|
|
Class defining the base renderer.
◆ RenderBase() [1/3]
gva::RenderBase::RenderBase |
( |
uint32_t |
x, |
|
|
uint32_t |
y |
|
) |
| |
|
inline |
Construct a new Render Base object.
- Parameters
-
x | X pixel position |
y | Y pixel position |
◆ RenderBase() [2/3]
gva::RenderBase::RenderBase |
( |
uint32_t |
x, |
|
|
uint32_t |
y, |
|
|
uint32_t |
width |
|
) |
| |
|
inline |
Construct a new Render Base object.
- Parameters
-
x | X pixel position |
y | Y pixel position |
width | the width in pixels |
◆ RenderBase() [3/3]
gva::RenderBase::RenderBase |
( |
uint32_t |
x, |
|
|
uint32_t |
y, |
|
|
uint32_t |
width, |
|
|
uint32_t |
height |
|
) |
| |
|
inline |
Construct a new Render Base object.
- Parameters
-
x | X pixel position |
y | Y pixel position |
width | the width in pixels |
height | the height in pixels |
◆ GetHeight()
uint32_t gva::RenderBase::GetHeight |
( |
| ) |
const |
|
inline |
Get the Height attribute.
- Returns
- uint32_t The height in pixels
◆ GetWidth()
uint32_t gva::RenderBase::GetWidth |
( |
| ) |
const |
|
inline |
Get the Width attribute.
- Returns
- uint32_t The width in pixels
◆ GetX()
uint32_t gva::RenderBase::GetX |
( |
| ) |
const |
|
inline |
Get the X attribute.
- Returns
- uint32_t The X pixel position
◆ GetY()
uint32_t gva::RenderBase::GetY |
( |
| ) |
const |
|
inline |
Get the Y attribute.
- Returns
- uint32_t The Y pixel position
The documentation for this class was generated from the following file: