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

virtual void OglGui::Carousel3D::OnChangingToViewDestiny ( ChangingToView v,
void *  userData 
) [inline, virtual]

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:


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