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

Impala::Application::SDash::AlertWindow::AlertWindow ( Window parent,
int  x,
int  y,
int  w,
int  h,
strconst  title,
const std::string &  ipAddress 
) [inline]

Definition at line 49 of file AlertWindow.h.

References OglGui::SizableWindow::Init().

00049                                                                                                         :
00050       TitledWindow(parent, x, y, w, h, title)
00051 #ifndef RICHARD
00052       , mIpAddress(ipAddress), mAlertRelay(AlertRelay(ipAddress))
00053 #endif
00054     {
00055         Init(w, h);
00056     }

Here is the call graph for this function:


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