|
| Hotspot (GvaFunctionGroupEnum groupId, uint32_t x, uint32_t y) |
| Construct a new Hotspot object.
|
|
| Hotspot (GvaFunctionGroupEnum groupId, uint32_t binding, uint32_t x, uint32_t y, uint32_t width, uint32_t height) |
| Construct a new Hotspot object.
|
|
GvaFunctionGroupEnum | GetGroupId () const |
| Get the Group Id attribute.
|
|
uint32_t | GetBinding () const |
| Get the Binding attribute.
|
|
| 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 render base.