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

virtual void Impala::Application::SDash::AlertWindow::WindowKeyboardEvent ( Window src,
int  c,
int  state,
void *  userData 
) [inline, virtual]

Reimplemented from OglGui::WindowListener.

Definition at line 295 of file AlertWindow.h.

References TaggedToAttachments().

00296     {
00297         ViewStrip* vStrip = (ViewStrip*)src;
00298         if (c == oglDELETE)
00299             ((ViewStrip*)src)->LayoutViews();
00300         if (c == 's')
00301             TaggedToAttachments(selectedTag);
00302     }

Here is the call graph for this function:


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