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

Carousel3DListener.h

Go to the documentation of this file.
00001 //345678901234567890123456789012345678901234567890123456789012345678901234567890
00002 #ifndef OglGui_Carousel3DListener_h
00003 #define OglGui_Carousel3DListener_h
00004 
00005 namespace OglGui {
00006 
00007 class Carousel3D;
00008 
00009 class Carousel3DListener
00010 {
00011 public:
00012     virtual void
00013     OnCarousel3D(Carousel3D *src, int idx, void *userData)
00014     {
00015     }
00016 
00017     // Only used when the views are ChangingToView objects
00018     virtual void
00019     OnChangingToViewDestination(Carousel3D* src, int idx, void *userData)
00020     {
00021     }
00022 };
00023 
00024 } // namespace OglGui
00025 #endif

Generated on Fri Mar 19 09:31:34 2010 for ImpalaSrc by  doxygen 1.5.1