00001 /* 00002 * Copyright (C) 2008-2010 Lorenzo Bettini, http://www.lorenzobettini.it 00003 * License: See COPYING file that comes with this distribution 00004 */ 00005 00006 #ifndef QT4SOURCEHIGHLIGHTSTYLEGENERATOR_H_ 00007 #define QT4SOURCEHIGHLIGHTSTYLEGENERATOR_H_ 00008 00009 #include <QStringList> 00010 #include <QList> 00011 00012 #include "Qt4TextFormatter.h" 00013 00014 namespace srchiliteqt { 00015 00020 class Qt4SourceHighlightStyleGenerator { 00021 public: 00028 static QStringList createStyleContents( 00029 QList<Qt4TextFormatter *> &formatters, const QString &bgColor = ""); 00030 }; 00031 00032 } 00033 00034 #endif /* QT4SOURCEHIGHLIGHTSTYLEGENERATOR_H_ */