00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef QT4SOURCEHIGHLIGHTSTYLEGENERATOR_H_
00010 #define QT4SOURCEHIGHLIGHTSTYLEGENERATOR_H_
00011
00012 #include <QStringList>
00013 #include <QList>
00014
00015 #include "Qt4TextFormatter.h"
00016
00017 namespace srchiliteqt {
00018
00023 class Qt4SourceHighlightStyleGenerator {
00024 public:
00031 static QStringList createStyleContents(
00032 QList<Qt4TextFormatter *> &formatters, const QString &bgColor = "");
00033 };
00034
00035 }
00036
00037 #endif