[OgreKit Lua]

Public Member Functions | List of all members
gsGorillaText Class Reference

Public Member Functions

 gsGorillaText (Gorilla::MarkupText *markup)
 
gkString getText ()
 
void setText (const gkString &txt)
 
void setSize (float x, float y)
 
float getWidth ()
 
float getHeight ()
 
void setBackgroundColor (gsVector4 col)
 
gsVector4 getBackgroundColor ()
 
void setPosition (float x, float y)
 
float getX ()
 
float getY ()
 
gkGorillaText_get ()
 

Constructor & Destructor Documentation

gsGorillaText::gsGorillaText ( Gorilla::MarkupText *  markup)
inline

Member Function Documentation

gkGorillaText* gsGorillaText::_get ( )
inline
gsVector4 gsGorillaText::getBackgroundColor ( )
inline
float gsGorillaText::getHeight ( )
inline
gkString gsGorillaText::getText ( )
inline
float gsGorillaText::getWidth ( )
inline
float gsGorillaText::getX ( )
inline
float gsGorillaText::getY ( )
inline
void gsGorillaText::setBackgroundColor ( gsVector4  col)
inline
void gsGorillaText::setPosition ( float  x,
float  y 
)
inline
void gsGorillaText::setSize ( float  x,
float  y 
)
inline
void gsGorillaText::setText ( const gkString &  txt)
inline