17 #include <osgUI/Widget>
18 #include <osgText/Text>
30 void setTitle(
const std::string& text) { _title = text; dirty(); }
32 const std::string&
getTitle()
const {
return _title; }
36 virtual void createGraphicsImplementation();
#define META_Node(library, name)
const std::string & getTitle() const
osg::ref_ptr< osg::Group > _group
osg::ref_ptr< osgText::Text > _titleDrawable
void setTitle(const std::string &text)