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

virtual void OglGui::CheckBoxValueBars::WindowMouseEvent ( Window src,
int  msg,
int  but,
int  state,
int  x,
int  y,
void *  userData 
) [inline, virtual]

Reimplemented from OglGui::WindowListener.

Definition at line 152 of file CheckBoxValueBars.h.

References HideDropSelector(), ON_HEADER, ON_MODALWND, and SelectorPopUpAtCheckBox().

00154     {
00155         if (msg==oglMouseDown)
00156         {
00157             if (userData==(void*)ON_HEADER || userData==(void*)ON_MODALWND)
00158                 HideDropSelector();
00159             else
00160                 SelectorPopUpAtCheckBox((CheckBox*) userData);
00161         }
00162     }

Here is the call graph for this function:


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