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

void OglGui::TitledWindow::HandleTargetVisibility ( OGLWND *  parent,
OGLWND *  targetWnd,
bool  targetMode,
bool  otherMode 
) [inline, private]

Definition at line 304 of file TitledWindow.h.

References Impala::Application::DemoCamera2d::oglWnd.

Referenced by OnMaximizeButton().

00306     {
00307         OGLWND  *oglWnd;
00308         LIST    *obj;
00309 
00310         ForAllElements(obj, parent->wndList)
00311         {
00312             oglWnd = (OGLWND *) obj->info;
00313             SetTagsTo((TAGABLE *) oglWnd, visibleTag,
00314                       oglWnd==targetWnd ? targetMode : otherMode);
00315         }
00316     }


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