[OgreKit Lua]

Public Member Functions | Friends | List of all members
gsGorillaScreen Class Reference
Inheritance diagram for gsGorillaScreen:
gsGorillaScreenFunctions

Public Member Functions

 gsGorillaScreen (gkGorillaScreen *screen)
 
 ~gsGorillaScreen ()
 
void setVisible (bool visible)
 
- Public Member Functions inherited from gsGorillaScreenFunctions
 gsGorillaScreenFunctions (Gorilla::Layer *layer)
 
virtual ~gsGorillaScreenFunctions ()
 
gkGorillaRectanglecreateRectangle (float x, float y, float width, float height, const gkString &spritename="")
 
gkGorillaTextcreateMarkupText (int defaultGlyphIndex, float x, float y, const gkString &text)
 
gkGorillaLineListcreateLineList (float thickness, const gsVector4 &col=gsVector4(1.0f, 1.0f, 1.0f, 0.5f))
 
void destroyRectangle (gsGorillaRectangle *rect)
 
void destroyMarkup (gsGorillaText *text)
 
void destroyLineList (gsGorillaLineList *lineList)
 
int getRectAmount ()
 
gkGorillaRectanglegetRect (int i)
 

Friends

class gsGorilla
 

Additional Inherited Members

- Protected Types inherited from gsGorillaScreenFunctions
typedef utList
< gkGorillaRectangle * > 
GorillaRects
 
- Protected Attributes inherited from gsGorillaScreenFunctions
Gorilla::Layer * m_layer
 
GorillaRects m_rects
 

Constructor & Destructor Documentation

gsGorillaScreen::gsGorillaScreen ( gkGorillaScreen screen)
inline
gsGorillaScreen::~gsGorillaScreen ( )
inline

Member Function Documentation

void gsGorillaScreen::setVisible ( bool  visible)
inline

Friends And Related Function Documentation

friend class gsGorilla
friend