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

VideoNavListener.h

Go to the documentation of this file.
00001 #ifndef Impala_Visualization_VideoNavListener_h
00002 #define Impala_Visualization_VideoNavListener_h
00003 
00004 namespace Impala
00005 {
00006 namespace Visualization
00007 {
00008 
00009 
00010 class VideoNav;
00011 
00012 class VideoNavListener
00013 {
00014 public:
00015 
00016     virtual void
00017     NavFrameEvent(VideoNav* src, int requestedFrame, void* listenerData)
00018     {
00019     }
00020 
00021 };
00022 
00023 } // namespace Visualization
00024 } // namespace Impala
00025 
00026 #endif

Generated on Thu Jan 13 09:05:23 2011 for ImpalaSrc by  doxygen 1.5.1