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:
|