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