#include <llwindowsdl.h>
Inheritance diagram for LLSplashScreenSDL:
Public Member Functions | |
LLSplashScreenSDL () | |
virtual | ~LLSplashScreenSDL () |
void | showImpl () |
void | updateImpl (const char *mesg) |
void | hideImpl () |
Definition at line 211 of file llwindowsdl.h.
LLSplashScreenSDL::LLSplashScreenSDL | ( | ) |
virtual LLSplashScreenSDL::~LLSplashScreenSDL | ( | ) | [virtual] |
void LLSplashScreenSDL::hideImpl | ( | ) | [virtual] |
Implements LLSplashScreen.
void LLSplashScreenSDL::showImpl | ( | ) | [virtual] |
Implements LLSplashScreen.
void LLSplashScreenSDL::updateImpl | ( | const char * | mesg | ) | [virtual] |
Implements LLSplashScreen.