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

void Impala::Application::Repository::DoDeleteKeyframes (  ) 

Definition at line 782 of file mainRepository.cpp.

References Impala::CmdOptions::GetInstance(), GetKeyframesLocator(), and ILOG_VAR.

Referenced by mainRepository().

00783 {
00784     ILOG_VAR(Impala.Application.Repository.DoDeleteKeyframes);
00785     CmdOptions& options = CmdOptions::GetInstance();
00786 
00787     KeyframesLocator loc = GetKeyframesLocator(options, true);
00788     KeyframesRepository().Delete(loc);
00789 }

Here is the call graph for this function:


Generated on Thu Jan 13 09:15:46 2011 for ImpalaSrc by  doxygen 1.5.1