Class containing a text, its width and its height.
More...
#include <GUIText.h>
Class containing a text, its width and its height.
◆ ExtendedString_t()
CGUIText::ExtendedString_t::ExtendedString_t |
( |
const eC_String & |
kStrText, |
|
|
eC_Value |
vWidth, |
|
|
eC_Value |
vHeight |
|
) |
| |
|
inline |
Constructs an extended string element.
- Parameters
-
kStrText | The text. |
vWidth | Width of the text. |
vHeight | Height of the text. |
◆ GetHeight()
eC_Value CGUIText::ExtendedString_t::GetHeight |
( |
| ) |
const |
|
inline |
Retrieves the height.
- Returns
- The text's height.
◆ GetText()
const eC_String & CGUIText::ExtendedString_t::GetText |
( |
| ) |
const |
|
inline |
Retrieves the text.
- Returns
- The text string.
◆ GetWidth()
eC_Value CGUIText::ExtendedString_t::GetWidth |
( |
| ) |
const |
|
inline |
Retrieves the width.
- Returns
- The text's width.
◆ SetHeight()
void CGUIText::ExtendedString_t::SetHeight |
( |
const eC_Value & |
vHeight | ) |
|
|
inline |
Sets the height.
- Parameters
-
vHeight | The height of the text. |
◆ SetText()
void CGUIText::ExtendedString_t::SetText |
( |
const eC_String & |
kStrText | ) |
|
|
inline |
Sets the text.
- Parameters
-
kStrText | The text of the extended string. |
◆ SetWidth()
void CGUIText::ExtendedString_t::SetWidth |
( |
const eC_Value & |
vWidth | ) |
|
|
inline |
Sets the width.
- Parameters
-
vWidth | The width of the text. |
The documentation for this class was generated from the following file: