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

void Impala::Application::SDash::PoliceMan::Init ( int  x,
int  y,
int  w,
int  h,
strconst  text,
ULONG  col 
) [inline, private]

Definition at line 86 of file PoliceMan.h.

References OglGui::Window::GetParent(), mBalloon, OglGui::Window::mDoStateFeedback, mHighlightColor, mListener, mMouseOver, OglGui::Window::mStateFeedbackColor, OglGui::OglWindow::SetBackground(), OglGui::Window::SetForeground(), and OglGui::OglWindow::SetVisible().

00087     {
00088         mBalloon = new TextEdit(GetParent(),x,y+h,160,50,text,0);
00089         //mBalloon->TextShadowed(true);
00090         mBalloon->SetVisible(false);
00091         mBalloon->SetForeground(oglWHITE);
00092         mBalloon->SetBackground(0x804040ff);
00093 
00094         SetForeground(col);
00095 
00096         mHighlightColor = oglWHITE;
00097         mListener = 0;
00098         mMouseOver = false;
00099         mStateFeedbackColor = 0x80ffffff;
00100         mDoStateFeedback = false;
00101     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:49:29 2010 for ImpalaSrc by  doxygen 1.5.1