Mixxx

/home/maxime/Projets/Mixxx/1.10/mixxx/src/skin/colorschemeparser.h

Go to the documentation of this file.
00001 #ifndef COLORSCHEMEPARSER_H
00002 #define COLORSCHEMEPARSER_H
00003 
00004 #include "configobject.h"
00005 
00006 class ImgSource;
00007 
00008 class ColorSchemeParser {
00009   public:
00010     static void setupLegacyColorSchemes(QDomElement docElem, ConfigObject<ConfigValue>* pConfig);
00011   private:
00012     static ImgSource* parseFilters(QDomNode filter);
00013     ColorSchemeParser() { }
00014     ~ColorSchemeParser() { }
00015 };
00016 
00017 #endif /* COLORSCHEMEPARSER_H */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines