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

void Impala::Application::SDash::AlertWindow::AddMailTo ( strconst  str  )  [inline]

Definition at line 70 of file AlertWindow.h.

References OglGui::OglWindow::H(), mMailToCheckBoxes, mMailToWindow, OglGui::OglWindow::W(), and OglGui::OglWindow::Y().

Referenced by Impala::Application::SDash::SurveillanceApp::BuildInspectionPane().

00071     {
00072         int         wndW = mMailToWindow->W();
00073         int         wndH = mMailToWindow->H();
00074         int         wndY = mMailToWindow->Y();
00075         int         y    = wndH - (mMailToCheckBoxes.size()+1) * 24;
00076         CheckBox*   cB   = new CheckBox(mMailToWindow, 6, y, wndW-12, 20, str);
00077         mMailToCheckBoxes.push_back(cB);
00078     }

Here is the call graph for this function:


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