Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
SGUIText::STextCall Struct Reference

A text call to the CRenderer. More...

#include <GUItext.h>

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...
 
CStrW 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.

Definition at line 97 of file GUItext.h.

Constructor & Destructor Documentation

SGUIText::STextCall::STextCall ( )
inline

Definition at line 99 of file GUItext.h.

Member Data Documentation

bool SGUIText::STextCall::m_Bold

Settings.

Definition at line 138 of file GUItext.h.

CColor SGUIText::STextCall::m_Color

Color setup.

Definition at line 128 of file GUItext.h.

CStrW SGUIText::STextCall::m_Font

Font name.

Definition at line 133 of file GUItext.h.

bool SGUIText::STextCall::m_Italic

Definition at line 138 of file GUItext.h.

CPos SGUIText::STextCall::m_Pos

Position.

Definition at line 107 of file GUItext.h.

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

IF an icon, then this is not NULL.

Definition at line 143 of file GUItext.h.

CSize SGUIText::STextCall::m_Size

Size.

Definition at line 112 of file GUItext.h.

CStrW SGUIText::STextCall::m_String

The string that is suppose to be rendered.

Definition at line 117 of file GUItext.h.

bool SGUIText::STextCall::m_Underlined

Definition at line 138 of file GUItext.h.

bool SGUIText::STextCall::m_UseCustomColor

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

Definition at line 123 of file GUItext.h.


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