00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef QT3TEXTFORMATTERFACTORY_H_
00010 #define QT3TEXTFORMATTERFACTORY_H_
00011
00012 #include "TextFormatterFactory.h"
00013
00014 namespace srchiliteqt {
00015
00020 class Qt3TextFormatterFactory: public TextFormatterFactory {
00021 public:
00022 Qt3TextFormatterFactory();
00023 virtual ~Qt3TextFormatterFactory();
00024
00035 virtual bool createFormatter(const string &key, const string &color,
00036 const string &bgcolor, srchilite::StyleConstantsPtr styleconstants);
00037
00038 };
00039
00040 }
00041
00042 #endif