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

virtual void OglGui::Graph::DocY ( int  y  )  [inline, virtual]

Reimplemented from OglGui::DocDimensions.

Definition at line 379 of file Graph.h.

References DoPanning(), OglGui::DocDimensions::mDocY, mPanDifX, and mPanDifY.

00380     {
00381         mPanDifX = 0;
00382         if (mPanDifY = mDocY-y)
00383         {
00384             mDocY = y;
00385             DoPanning();
00386         }
00387     }

Here is the call graph for this function:


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