Guiliani  Version 2.6 revision 7293 (documentation build 12)
CGUIText::ExtendedString_t Class Reference

Class containing a text, its width and its height. More...

#include <GUIText.h>

Public Member Functions

 ExtendedString_t (const eC_String &kStrText, eC_Value vWidth, eC_Value vHeight)
 
eC_Value GetHeight () const
 
const eC_String & GetText () const
 
eC_Value GetWidth () const
 
void SetHeight (const eC_Value &vHeight)
 
void SetText (const eC_String &kStrText)
 
void SetWidth (const eC_Value &vWidth)
 

Detailed Description

Class containing a text, its width and its height.

Constructor & Destructor Documentation

◆ ExtendedString_t()

CGUIText::ExtendedString_t::ExtendedString_t ( const eC_String &  kStrText,
eC_Value  vWidth,
eC_Value  vHeight 
)
inline

Constructs an extended string element.

Parameters
kStrTextThe text.
vWidthWidth of the text.
vHeightHeight of the text.

Member Function Documentation

◆ 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
vHeightThe height of the text.

◆ SetText()

void CGUIText::ExtendedString_t::SetText ( const eC_String &  kStrText)
inline

Sets the text.

Parameters
kStrTextThe text of the extended string.

◆ SetWidth()

void CGUIText::ExtendedString_t::SetWidth ( const eC_Value &  vWidth)
inline

Sets the width.

Parameters
vWidthThe width of the text.

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