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

void OglGui::MenuTopPane::Hide (  )  [inline]

Definition at line 47 of file MenuTopPane.h.

References info(), OglGui::OglWindow::mOglWnd, Impala::Application::DemoCamera2d::oglWnd, and OglGui::OglWindow::SetVisible().

Referenced by MouseFunc(), OglGui::Menu::MouseFunc(), and Impala::Application::MediaTable::TableWindowColumn::ReleaseConfigWindow().

00048     {
00049         oglFocusWnd = 0;
00050         SetVisible(false);
00051         LIST *obj;
00052         //ForAllElements(obj, mOglWnd->wndList)
00053         for(obj = mOglWnd->wndList ; obj ; obj = obj->next)
00054         {
00055             //OGLWND* oglWnd = (OGLWND*) Info(obj);
00056             OGLWND* oglWnd = (OGLWND*) ((obj) -> info);
00057             ClearTags((TAGABLE*)oglWnd, visibleTag);
00058         }
00059     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:03:11 2010 for ImpalaSrc by  doxygen 1.5.1