Home || Visual Search || Applications || Architecture || 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 109 of file DropDownWindow.h.

References DropDown(), mIsDropped, and mPlusMinText.

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

Here is the call graph for this function:


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