Guiliani  Version 2.6 revision 7293 (documentation build 12)
CGUIFontResourceException Class Reference

Font handling error. More...

#include <GUIFontResourceException.h>

Inheritance diagram for CGUIFontResourceException:

Public Member Functions

 CGUIFontResourceException (const CGUIFontResourceException &kSource)
 
 CGUIFontResourceException (const eC_String &kResourcePath, const FontResource_t eFntID)
 
 ~CGUIFontResourceException ()
 
CGUIFontResourceExceptionoperator= (const CGUIFontResourceException &kSource)
 
virtual eC_String Report () const
 
- Public Member Functions inherited from CGUIResourceException
 CGUIResourceException (const CGUIResourceException &kSource)
 
 CGUIResourceException (const eC_String &kResourcePath)
 
 ~CGUIResourceException ()
 
CGUIResourceExceptionoperator= (const CGUIResourceException &kSource)
 
virtual eC_String Report () const
 
- Public Member Functions inherited from CGUIException
 CGUIException ()
 
virtual ~CGUIException ()
 
virtual eC_String Report () const
 

Additional Inherited Members

- Protected Attributes inherited from CGUIResourceException
eC_String m_kResourcePath
 

Detailed Description

Font handling error.

This is an exception class for handling the font resources. It will report which font and what file have problem.

Constructor & Destructor Documentation

◆ CGUIFontResourceException() [1/2]

CGUIFontResourceException::CGUIFontResourceException ( const eC_String &  kResourcePath,
const FontResource_t  eFntID 
)

Standard-constructor.

Parameters
kResourcePathThe font resource path.
eFntIDThe font resource id.

◆ ~CGUIFontResourceException()

CGUIFontResourceException::~CGUIFontResourceException ( )

Destructor.

◆ CGUIFontResourceException() [2/2]

CGUIFontResourceException::CGUIFontResourceException ( const CGUIFontResourceException kSource)

Copy-constructor.

Parameters
kSourceSource object to be copied.

Member Function Documentation

◆ operator=()

CGUIFontResourceException & CGUIFontResourceException::operator= ( const CGUIFontResourceException kSource)

Operator= method.

Parameters
kSourceSource object to be copied.
Returns
This instance.

◆ Report()

virtual eC_String CGUIFontResourceException::Report ( ) const
virtual

Report the message of the exception.

Returns
The message of the exception.

Reimplemented from CGUIResourceException.


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