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

Impala::Core::VideoSet::Listener Class Reference

Interface to be informed of events on a VideoSet. More...

#include <Listener.h>

Inheritance diagram for Impala::Core::VideoSet::Listener:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual ~Listener ()
virtual void HandleNewWalk (VideoSet *vs)
 Start of a "normal" walk.
virtual void HandleNewWalkPartial (VideoSet *vs, int startFrame, int stepSize, int numberFrames)
 Start of a "normal" walk on a part of the video.
virtual void HandleNewWalk (VideoSet *vs, Segmentation *segmentation)
 Start of a "normal" walk with segmentation present.
virtual void HandleNewWalk (VideoSet *vs, Keyframes *keyframes, bool *keyframeMask)
 Start of a "keyframe" walk.
virtual void HandleNewWalk (VideoSet *vs, int nrBookmarks)
 Start of a "bookmark" walk.
virtual void HandleNewWalk (VideoSet *vs, String walkType)
 Start of any walk, identifying the type of walk (Frames/Keyframes/.
virtual void HandleNewFile (VideoSet *vs, int fileId, Stream::RgbDataSrc *src)
 Arrived at given DB_FILE in a "normal" walk.
virtual void HandleNewFile (VideoSet *vs, int fileId, Stream::RgbDataSrc *src, int bookmarkNr, Geometry::VxRectangle vr)
 Arrived at given DB_FILE in a "bookmark" walk.
virtual void HandleDoneFile (VideoSet *vs, int fileId, Stream::RgbDataSrc *src)
 Completed given DB_FILE in a "normal" walk.
virtual void HandleDoneFile (VideoSet *vs, int fileId, Stream::RgbDataSrc *src, int bookmarkNr, Geometry::VxRectangle vr)
 Completed given DB_FILE in a "bookmark" walk.
virtual void HandleNewShot (VideoSet *vs, int fileId, Stream::RgbDataSrc *src, int shotId)
 Arrived at a new shot in a "normal" walk.
virtual void HandleDoneShot (VideoSet *vs, int fileId, Stream::RgbDataSrc *src, int shotId)
 Completed given shot in a "normal" walk.
virtual void HandleNewFrame (VideoSet *vs, int fileId, Stream::RgbDataSrc *src)
 Arrived at a new frame in a "normal" walk.
virtual void HandleNewFrame (VideoSet *vs, int fileId, Stream::RgbDataSrc *src, Geometry::Rectangle rect, std::string anno)
 Arrived at a new frame in a "bookmark" walk.
virtual void HandleDoneWalk (VideoSet *vs)
 End of a "normal" walk.
virtual void HandleDoneWalk (VideoSet *vs, int nrBookmarks)
 End of a "bookmark" walk.

Detailed Description

Interface to be informed of events on a VideoSet.

Definition at line 21 of file Listener.h.


The documentation for this class was generated from the following file:
Generated on Fri Mar 19 11:30:33 2010 for ImpalaSrc by  doxygen 1.5.1