#include <ApplicationEnding.h>
Inheritance diagram for Impala::Application::SDash::ApplicationEnding:
Public Member Functions | |
ApplicationEnding (Window *parent, strconst str, int secs=10, ULONG col=0x00ff8080) | |
virtual void | DisplayFunc () |
void | ChangeBackground () |
void | StartApplicationEnding () |
Private Member Functions | |
void | Init (strconst str, int seconds, ULONG col) |
Private Attributes | |
clock_t | mStartTime |
std::string | mEndingString |
bool | mInitialized |
int | mSeconds |
ULONG | mOpacity |
Window * | mParent |
Definition at line 15 of file ApplicationEnding.h.