6 #ifndef QT4TEXTFORMATTERFACTORY_H_ 7 #define QT4TEXTFORMATTERFACTORY_H_ 9 #include "TextFormatterFactory.h" 33 const string &bgcolor, srchilite::StyleConstantsPtr styleconstants);
Definition: ColorDialog.cpp:12
virtual bool createFormatter(const string &key, const string &color, const string &bgcolor, srchilite::StyleConstantsPtr styleconstants)
Creates a formatter for the specific language element (identified by key) with the passed style param...
Definition: Qt4TextFormatterFactory.cpp:22
Specialization of FormatterFactory to create TextFormatter objects to format text in a TextEdit...
Definition: TextFormatterFactory.h:26
Implementation of TextFormatterFactory to create Qt4 TextFormatter objects to format text in a TextEd...
Definition: Qt4TextFormatterFactory.h:17