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

Impala::Application::SDash::AlertWindow::AlertWindow ( Window parent,
const std::string &  ipAddress 
) [inline]

Definition at line 58 of file AlertWindow.h.

References OglGui::SizableWindow::Init().

00059         : TitledWindow(parent, 
00060         (parent->Width() - 400)/2, 
00061         (parent->Height() - 800)/2, 
00062         400, 800, "New message")
00063 #ifndef RICHARD
00064         , mAlertRelay(AlertRelay(ipAddress))
00065 #endif
00066     {
00067         Init(400, 800);
00068     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:15:57 2011 for ImpalaSrc by  doxygen 1.5.1