Reimplemented from OglGui::ChangingToViewListener. Definition at line 47 of file Carousel3D.h. References mListener, mListenerData, and OglGui::Carousel3DListener::OnChangingToViewDestination(). 00048 { 00049 int idx = (int)(long long) userData; 00050 if (mListener) 00051 mListener->OnChangingToViewDestination(this, idx, mListenerData); 00052 }
Here is the call graph for this function:
|