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 }
|