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

virtual void Impala::Visualization::DropDownList::WindowMouseEvent ( Window src,
int  msg,
int  but,
int  state,
int  x,
int  y,
void *  listenerData 
) [inline, virtual]

Reimplemented from OglGui::DropDownWindow.

Definition at line 817 of file RgbDataSrcLavcTestGUI.h.

References OglGui::DropDownWindow::DropDown(), and OglGui::DropDownWindow::IsDropped().

00819     {
00820         if (but==oglLeftButton)
00821         {
00822             if ((msg == oglMouseDown)||( msg == oglMouseDblClick))
00823                 DropDown(!IsDropped());
00824         }
00825     }

Here is the call graph for this function:


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