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

Impala::Core::ImageSet::Listener Class Reference

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

#include <Listener.h>

Inheritance diagram for Impala::Core::ImageSet::Listener:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual ~Listener ()
virtual void HandleNewWalk (ImageSet *is)
 Start of a "normal" walk.
virtual void HandleNewWalk (ImageSet *is, int nrBookmarks)
 Start of a "bookmark" walk.
virtual void HandleNewWalk (ImageSet *is, String walkType)
 Start of any walk, identifying the type of walk (Image/Bookmarks).
virtual void HandleNewDir (ImageSet *is, int dirId)
 Arrived at given DB_DIR in a "normal" walk.
virtual void HandleDoneDir (ImageSet *is, int dirId)
 Completed given DB_DIR in a "normal" walk.
virtual void HandleNewFile (ImageSet *is, int fileId, Array::Array2dVec3UInt8 *im)
 Arrived at given DB_FILE in a "normal" walk.
virtual void HandleNewFile (ImageSet *is, int fileId, Array::Array2dVec3UInt8 *im, Geometry::Rectangle rect, std::string anno)
 Arrived at given DB_FILE in a "bookmark" walk.
virtual void HandleDoneWalk (ImageSet *is)
 End of a "normal" walk.
virtual void HandleDoneWalk (ImageSet *is, int nrBookmarks)
 End of a "bookmark" walk.

Detailed Description

Interface to be informed of events on a ImageSet.

Definition at line 19 of file Listener.h.


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