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

virtual void OglGui::Graph::DocX ( int  x  )  [inline, virtual]

Reimplemented from OglGui::DocDimensions.

Definition at line 369 of file Graph.h.

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

00370     {
00371         mPanDifY = 0;
00372         if (mPanDifX = mDocX-x)
00373         {
00374             mDocX = x;
00375             DoPanning();
00376         }
00377     }

Here is the call graph for this function:


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