Reimplemented in OglGui::WindowTimeLine, and Impala::Visualization::SimilarityTimeLine. Definition at line 85 of file ZoomShiftRuler.h. References OglGui::ZoomShiftRulerListener::CurrentChanged(), mCurrent, mListener, and mZoomShiftListenerData. Referenced by Current(). 00086 { 00087 if (mListener) 00088 mListener->CurrentChanged(this, mCurrent, mZoomShiftListenerData); 00089 }
Here is the call graph for this function:
|