Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

gui
Struct CGUIString::SFeedback

   in GUItext.h
   in GUItext.cpp

struct CGUIString::SFeedback

All data generated in GenerateTextCall()


Field Summary
 static const int Left
          
 std::vector< CStr >[ 2 ] m_Images
          Image stacks, for left and right floating images.
 bool m_NewLine
          If the word inputted was a new line.
 CSize m_Size
          Width and Height *feedback
 std::list< SGUIText::SSpriteCall > m_SpriteCalls
          
 std::vector< SGUIText::STextCall > m_TextCalls
          Text and Sprite Calls.
 static const int Right
          
 
Method Summary
 void Reset()
          Reset all member data.
 

Field Detail

Left

public static const int Left;

m_Images

public std::vector< CStr > m_Images[ 2 ];
Image stacks, for left and right floating images.

m_NewLine

public bool m_NewLine;
If the word inputted was a new line.

m_Size

public CSize m_Size;
Width and Height *feedback

m_SpriteCalls

public std::list< SGUIText::SSpriteCall > m_SpriteCalls;

m_TextCalls

public std::vector< SGUIText::STextCall > m_TextCalls;
Text and Sprite Calls.

Right

public static const int Right;


Method Detail

Reset

public void Reset();
Reset all member data.

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:13
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD