Public Member Functions | |
META_Object (osgWidget, Style) | |
Style (const std::string &="", const std::string &="") | |
Style (const Style &, const osg::CopyOp &) | |
virtual bool | applyStyle (Widget *, Reader) |
virtual bool | applyStyle (Label *, Reader) |
virtual bool | applyStyle (Input *, Reader) |
virtual bool | applyStyle (Window *, Reader) |
virtual bool | applyStyle (Window::EmbeddedWindow *, Reader) |
virtual bool | applyStyle (Box *, Reader) |
virtual bool | applyStyle (Frame::Corner *, Reader) |
virtual bool | applyStyle (Frame::Border *, Reader) |
virtual bool | applyStyle (Canvas *, Reader) |
void | setStyle (const std::string &style) |
std::string & | getStyle () |
const std::string & | getStyle () const |
Static Public Member Functions | |
static Widget::Layer | strToLayer (const std::string &) |
static Widget::VerticalAlignment | strToVAlign (const std::string &) |
static Widget::HorizontalAlignment | strToHAlign (const std::string &) |
static Widget::CoordinateMode | strToCoordMode (const std::string &) |
static bool | strToFill (const std::string &) |
Protected Member Functions | |
bool | _match (const char *seq, Reader r) |
Protected Attributes | |
std::string | _style |
osgWidget::Style::Style | ( | const std::string & | = "" , |
|
const std::string & | = "" | |||
) |
osgWidget::Style::Style | ( | const Style & | , | |
const osg::CopyOp & | ||||
) |
bool osgWidget::Style::_match | ( | const char * | seq, | |
Reader | r | |||
) | [inline, protected] |
References osgDB::FieldReaderIterator::matchSequence().
virtual bool osgWidget::Style::applyStyle | ( | Frame::Border * | , | |
Reader | ||||
) | [virtual] |
virtual bool osgWidget::Style::applyStyle | ( | Frame::Corner * | , | |
Reader | ||||
) | [virtual] |
virtual bool osgWidget::Style::applyStyle | ( | Window::EmbeddedWindow * | , | |
Reader | ||||
) | [virtual] |
const std::string& osgWidget::Style::getStyle | ( | ) | const [inline] |
std::string& osgWidget::Style::getStyle | ( | ) | [inline] |
osgWidget::Style::META_Object | ( | osgWidget | , | |
Style | ||||
) |
void osgWidget::Style::setStyle | ( | const std::string & | style | ) | [inline] |
static Widget::CoordinateMode osgWidget::Style::strToCoordMode | ( | const std::string & | ) | [static] |
static bool osgWidget::Style::strToFill | ( | const std::string & | ) | [static] |
static Widget::HorizontalAlignment osgWidget::Style::strToHAlign | ( | const std::string & | ) | [static] |
static Widget::Layer osgWidget::Style::strToLayer | ( | const std::string & | ) | [static] |
static Widget::VerticalAlignment osgWidget::Style::strToVAlign | ( | const std::string & | ) | [static] |
std::string osgWidget::Style::_style [protected] |
![]() | Generated at Wed Aug 26 07:57:50 2009 for the OpenSceneGraph by doxygen 1.5.8. |