20 #ifndef GNASH_STATIC_TEXT_H
21 #define GNASH_STATIC_TEXT_H
27 #include <boost/dynamic_bitset.hpp>
28 #include <boost/intrusive_ptr.hpp>
52 _selectionColor(0, 255, 255, 255)
73 _selectedText.set(pos, selected);
91 return _def->bounds();
94 virtual bool pointInShape(boost::int32_t
x, boost::int32_t
y)
const;
97 return _selectionColor;
102 const boost::intrusive_ptr<const SWF::DefineTextTag> _def;
108 boost::dynamic_bitset<> _selectedText;
113 rgba _selectionColor;