Add a new time format: "frames only".
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 29 Feb 2008 15:35:42 +0000 (15:35 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 29 Feb 2008 15:35:42 +0000 (15:35 +0000)
git-svn-id: http://svn.voria.com/code@1822 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/synfig/time.h

index ef82b90..5acc15e 100644 (file)
@@ -55,7 +55,8 @@ public:
                FORMAT_NORMAL=0,                //!< Represents the default method of printing the time
                FORMAT_NOSPACES=(1<<0), //!< Remove any whitespace
                FORMAT_FULL=(1<<1),             //!< Do not remove units that have "zero" value
-               FORMAT_VIDEO=(1<<2),    //!< Use the HH:MM:SS.ff format
+               FORMAT_VIDEO=(1<<2),    //!< Use the HH:MM:SS.FF format
+               FORMAT_FRAMES=(1<<3),   //!< Use the FF format (frames only)
 
                FORMAT_END=(1<<4)               //!< \internal Not used
        }; // END of enum Format