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

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

Definition at line 497 of file View.h.

References OnSelection().

Referenced by Init().

00498     {
00499         View* v = (View *) viewSys.GetSysData(view, 1);
00500         v->OnSelection((selected != 0) ? true : false);
00501     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:09:42 2010 for ImpalaSrc by  doxygen 1.5.1