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

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

Reimplemented from OglGui::WindowListener.

Reimplemented in Impala::Visualization::DropDownList.

Definition at line 107 of file DropDownWindow.h.

References DropDown(), mIsDropped, and mPlusMinText.

00109     {
00110         if (but==oglLeftButton)
00111         {
00112             if ((src == mPlusMinText && msg == oglMouseDown))
00113                 DropDown(!mIsDropped);
00114             else if(src != mPlusMinText && msg == oglMouseDblClick)
00115                 DropDown(!mIsDropped);
00116         }
00117     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:01:11 2010 for ImpalaSrc by  doxygen 1.5.1