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

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

Reimplemented from OglGui::WindowListener.

Definition at line 108 of file TagsWeekPlot.h.

References WEEKWND_IDX, WeekWndMouseEvent(), WNDVIEW2D_IDX, and WndView2DMouseEvent().

00110     {
00111         if (userData == (void*) WNDVIEW2D_IDX)
00112             WndView2DMouseEvent((WindowView2D*)src,msg);
00113         if (userData == (void*) WEEKWND_IDX)
00114             WeekWndMouseEvent(src,msg,x,y);
00115     }

Here is the call graph for this function:


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