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

void Impala::Core::Database::DataDocument::GotoFileOfDir ( int  fileIdx,
int  dirId 
) [inline, protected]

Definition at line 406 of file DataDocument.h.

References GetFileOfDir(), and GotoFile().

00407     {
00408         int dst = GetFileOfDir(fileIdx, dirId);
00409         if (dst != -1)
00410             GotoFile(dst);
00411     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:18:55 2011 for ImpalaSrc by  doxygen 1.5.1