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

virtual void OglGui::StaticText::MouseFunc ( INT  msg,
INT  but,
INT  state,
INT  x,
INT  y 
) [inline, virtual]

Reimplemented in OglGui::WindowView2DWithRect, OglGui::Button, OglGui::CheckBox, OglGui::ScrollBar::ScrollThumb, and OglGui::WindowView2D.

Definition at line 79 of file StaticText.h.

References OglGui::Window::GetParent(), and OglGui::Window::MouseFunc().

00080     {
00081         Window::MouseFunc(msg, but, state, x, y);
00082         if (msg == oglMouseWheelUp || msg == oglMouseWheelDown)
00083             GetParent()->MouseFunc(msg, but, state, x, y);
00084     }

Here is the call graph for this function:


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