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

virtual Database::DocLevel Impala::Core::VideoSet::VxsDocument::CursorToFile ( int  fileId  )  [inline, virtual]

Reimplemented from Impala::Core::Database::DataDocument.

Definition at line 140 of file VxsDocument.h.

References Impala::Core::Database::LEVEL_FILE, Impala::Core::Database::LEVEL_NONE, and TryVideoMove().

Referenced by CursorToDir().

00141     {
00142         if (TryVideoMove(fileId))
00143             return Database::LEVEL_FILE;
00144         return Database::LEVEL_NONE;
00145     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:33:17 2010 for ImpalaSrc by  doxygen 1.5.1