17 #include <osgUI/Widget>
18 #include <osgText/Text>
30 void setText(
const std::string& text) { _text = text; dirty(); }
32 const std::string&
getText()
const {
return _text; }
34 virtual void createGraphicsImplementation();
void setText(const std::string &text)
#define META_Node(library, name)
osg::ref_ptr< osgText::Text > _textDrawable
const std::string & getText() const