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

virtual void Impala::Application::TagsLife::TagsWeekBarPlot::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 41 of file TagsWeekBarPlot.h.

References DETAILWND_IDX, DetailWndMouseEvent(), WEEKWND_IDX, WeekWndMouseEvent(), and OglGui::WindowListener::WindowMouseEvent().

00043     {
00044         BarPlot::WindowMouseEvent(src, msg, but, state, x, y, userData);
00045         if (userData == (void*) WEEKWND_IDX)
00046                 WeekWndMouseEvent(src, msg, x, y);
00047         if (userData == (void*) DETAILWND_IDX)
00048                 DetailWndMouseEvent(src, msg, x, y);
00049     }

Here is the call graph for this function:


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