Pyrogenesis  trunk
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
CGUIString::SFeedback Struct Reference

All data generated in GenerateTextCall() More...

#include <GUItext.h>

Collaboration diagram for CGUIString::SFeedback:
Collaboration graph
[legend]

Public Member Functions

void Reset ()
 Reset all member data. More...
 

Public Attributes

std::vector< CStr > m_Images [2]
 Image stacks, for left and right floating images. More...
 
std::vector< SGUIText::STextCallm_TextCalls
 Text and Sprite Calls. More...
 
std::list< SGUIText::SSpriteCallm_SpriteCalls
 
CSize m_Size
 Width and Height feedback More...
 
bool m_NewLine
 If the word inputted was a new line. More...
 

Static Public Attributes

static const int Left = 0
 
static const int Right = 1
 

Detailed Description

All data generated in GenerateTextCall()

Member Function Documentation

void CGUIString::SFeedback::Reset ( )

Reset all member data.

Member Data Documentation

const int CGUIString::SFeedback::Left = 0
static
std::vector<CStr> CGUIString::SFeedback::m_Images[2]

Image stacks, for left and right floating images.

bool CGUIString::SFeedback::m_NewLine

If the word inputted was a new line.

CSize CGUIString::SFeedback::m_Size

Width and Height feedback

std::list<SGUIText::SSpriteCall> CGUIString::SFeedback::m_SpriteCalls
std::vector<SGUIText::STextCall> CGUIString::SFeedback::m_TextCalls

Text and Sprite Calls.

const int CGUIString::SFeedback::Right = 1
static

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