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

void Impala::Core::VideoSet::Walker::LoadQuids ( String  fileName  )  [inline]

Definition at line 210 of file Walker.h.

References Impala::FileNameBase(), Impala::FileNamePath(), Impala::FileNameTail(), Impala::Core::Database::RawDataSet::GetLocator(), mQuids, mQuidWalkName, and mVideoSet.

Referenced by Impala::Application::VidSet::mainVidSet().

00211     {
00212         Persistency::QuidTableLocator loc(mVideoSet->GetLocator(),
00213                                           FileNamePath(fileName),
00214                                           FileNameTail(fileName));
00215         mQuids = Persistency::QuidTableRepository().Get(loc);
00216         mQuidWalkName = FileNameBase(fileName);
00217         mQuids->UpdateGroups();
00218     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:22:20 2011 for ImpalaSrc by  doxygen 1.5.1