torque Torque Game Engine Documentation
TGE Version 1.5.2

engine/gui/core/guiDefaultControlRender.h File Reference


Functions

void renderRaisedBox (RectI &bounds, GuiControlProfile *profile)
void renderSlightlyRaisedBox (RectI &bounds, GuiControlProfile *profile)
void renderLoweredBox (RectI &bounds, GuiControlProfile *profile)
void renderSlightlyLoweredBox (RectI &bounds, GuiControlProfile *profile)
void renderBorder (RectI &bounds, GuiControlProfile *profile)
void renderFilledBorder (RectI &bounds, GuiControlProfile *profile)
void renderFilledBorder (RectI &bounds, ColorI &borderColor, ColorI &fillColor)
void renderSizableBitmapBordersFilled (RectI &bounds, S32 baseMultiplier, GuiControlProfile *profile)
void renderSizableBitmapBordersFilledIndex (RectI &bounds, S32 startIndex, GuiControlProfile *profile)
void renderFixedBitmapBordersFilled (RectI &bounds, S32 baseMultiplier, GuiControlProfile *profile)


Function Documentation

void renderRaisedBox ( RectI bounds,
GuiControlProfile profile 
)

void renderSlightlyRaisedBox ( RectI bounds,
GuiControlProfile profile 
)

void renderLoweredBox ( RectI bounds,
GuiControlProfile profile 
)

void renderSlightlyLoweredBox ( RectI bounds,
GuiControlProfile profile 
)

void renderBorder ( RectI bounds,
GuiControlProfile profile 
)

void renderFilledBorder ( RectI bounds,
GuiControlProfile profile 
)

void renderFilledBorder ( RectI bounds,
ColorI borderColor,
ColorI fillColor 
)

void renderSizableBitmapBordersFilled ( RectI bounds,
S32  baseMultiplier,
GuiControlProfile profile 
)

void renderSizableBitmapBordersFilledIndex ( RectI bounds,
S32  startIndex,
GuiControlProfile profile 
)

void renderFixedBitmapBordersFilled ( RectI bounds,
S32  baseMultiplier,
GuiControlProfile profile 
)




All Rights Reserved GarageGames.com, Inc. 1999-2005
Auto-magically Generated with Doxygen