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

void Impala::Application::MediaTable::TableWindowColumn::ReleaseConfigWindow (  )  [inline, private]

Definition at line 352 of file TableWindowColumn.h.

References OglGui::MenuTopPane::Hide(), mMenuTopPane, and UpdateHeader().

Referenced by OnCloseWindow().

00353     {
00354         // RvB: To make sure it is not masking the complete window anymore
00355         if (mMenuTopPane)
00356             mMenuTopPane->Hide();
00357 
00358         UpdateHeader();
00359         //sOverlayWindow->SetBackground(0);
00360         //oglSys.SetNoMouseInput(sOverlayWindow->GetOGLWND(),1);
00361         //mConfigWindow->SetVisible(false);
00362     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:47:33 2010 for ImpalaSrc by  doxygen 1.5.1