Mixxx

/home/maxime/Projets/Mixxx/1.10/mixxx/src/script/sdatetime.h

Go to the documentation of this file.
00001 #ifndef SCRIPT_SDATETIME_H
00002 #define SCRIPT_SDATETIME_H
00003 
00004 #include <qdatetime.h>
00005 
00006 class SDateTime : public QDateTime {
00007 
00008         public:
00009                 SDateTime(QDateTime* src);
00010                 ~SDateTime();
00011 
00012                 // TODO: Should be long
00013                 int msecsTo(QDateTime* that);
00014 
00015                 static SDateTime* now();
00016 };
00017 
00018 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines