Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

void Impala::Application::SDash::ApplicationEnding::Init ( strconst  str,
int  seconds,
ULONG  col 
) [inline, private]

Definition at line 68 of file ApplicationEnding.h.

References mEndingString, mInitialized, mOpacity, mSeconds, OglGui::OglWindow::SetBackground(), and OglGui::OglWindow::SetVisible().

00069     {
00070         mInitialized = false;
00071         mEndingString = str;
00072         mSeconds = seconds;
00073         SetBackground(col);
00074         SetVisible(false);
00075         mOpacity = 0;
00076     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:48:37 2010 for ImpalaSrc by  doxygen 1.5.1