Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:58:39 2010 for ImpalaSrc by  doxygen 1.5.1