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

static void OglGui::View::MyOnSelection3D ( OGLVIEW3D *  view,
GLBOOL  selected 
) [inline, static, private]

Definition at line 529 of file View.h.

References OnSelection().

Referenced by Init().

00530     {
00531         View* v = (View *) view3DSys.GetSysData(view, 1);
00532         v->OnSelection((selected != 0) ? true : false);
00533     }

Here is the call graph for this function:


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