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: ![]()
|