Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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>

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()

Definition at line 252 of file GUItext.h.

Member Function Documentation

void CGUIString::SFeedback::Reset ( )

Reset all member data.

Definition at line 36 of file GUItext.cpp.

Member Data Documentation

const int CGUIString::SFeedback::Left =0
static

Definition at line 255 of file GUItext.h.

std::vector<CStr> CGUIString::SFeedback::m_Images[2]

Image stacks, for left and right floating images.

Definition at line 266 of file GUItext.h.

bool CGUIString::SFeedback::m_NewLine

If the word inputted was a new line.

Definition at line 283 of file GUItext.h.

CSize CGUIString::SFeedback::m_Size

Width and Height feedback

Definition at line 278 of file GUItext.h.

std::list<SGUIText::SSpriteCall> CGUIString::SFeedback::m_SpriteCalls

Definition at line 272 of file GUItext.h.

std::vector<SGUIText::STextCall> CGUIString::SFeedback::m_TextCalls

Text and Sprite Calls.

Definition at line 271 of file GUItext.h.

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

Definition at line 256 of file GUItext.h.


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