| Current Path : /usr/local/include/srchilite/ |
| Current File : //usr/local/include/srchilite/textstyleformattercollection.h |
#ifndef TEXTSTYLEFORMATTERCOLLECTION_H_
#define TEXTSTYLEFORMATTERCOLLECTION_H_
#include <list>
namespace srchilite {
class TextStyleFormatter;
/// Collection of TextStyleFormatter objects
typedef std::list<TextStyleFormatter *> TextStyleFormatterCollection;
}
#endif /*TEXTSTYLEFORMATTERCOLLECTION_H_*/