Pyrogenesis  trunk
Public Member Functions | Public Attributes | List of all members
SGUIText::STextCall Struct Reference

A text call to the CRenderer. More...

#include <GUItext.h>

Collaboration diagram for SGUIText::STextCall:
Collaboration graph
[legend]

Public Member Functions

 STextCall ()
 

Public Attributes

CPos m_Pos
 Position. More...
 
CSize m_Size
 Size. More...
 
CStrW m_String
 The string that is suppose to be rendered. More...
 
bool m_UseCustomColor
 Use custom color? If true then m_Color is used, else the color inputted will be used. More...
 
CColor m_Color
 Color setup. More...
 
CStrIntern m_Font
 Font name. More...
 
bool m_Bold
 Settings. More...
 
bool m_Italic
 
bool m_Underlined
 
std::list< SSpriteCall >::pointer m_pSpriteCall
 IF an icon, then this is not NULL. More...
 

Detailed Description

A text call to the CRenderer.

Constructor & Destructor Documentation

SGUIText::STextCall::STextCall ( )
inline

Member Data Documentation

bool SGUIText::STextCall::m_Bold

Settings.

CColor SGUIText::STextCall::m_Color

Color setup.

CStrIntern SGUIText::STextCall::m_Font

Font name.

bool SGUIText::STextCall::m_Italic
CPos SGUIText::STextCall::m_Pos

Position.

std::list<SSpriteCall>::pointer SGUIText::STextCall::m_pSpriteCall

IF an icon, then this is not NULL.

CSize SGUIText::STextCall::m_Size

Size.

CStrW SGUIText::STextCall::m_String

The string that is suppose to be rendered.

bool SGUIText::STextCall::m_Underlined
bool SGUIText::STextCall::m_UseCustomColor

Use custom color? If true then m_Color is used, else the color inputted will be used.


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