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

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

Definition at line 99 of file VideoExcelNode.h.

References DropDown(), mIsDropped, and mPlusMinText.

00101     {
00102         if (but==oglLeftButton)
00103         {
00104             if ((src == mPlusMinText && msg == oglMouseDown))
00105                 DropDown(!mIsDropped);
00106             else if(src != mPlusMinText && msg == oglMouseDblClick)
00107                 DropDown(!mIsDropped);
00108         }
00109     }

Here is the call graph for this function:


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