List of all members.
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 |
Constructor & Destructor Documentation
osgWidget::Style::Style |
( |
const std::string & |
= "" , |
|
|
const std::string & |
= "" |
|
) |
| |
Member Function Documentation
bool osgWidget::Style::_match |
( |
const char * |
seq, |
|
|
Reader |
r |
|
) |
| [inline, protected] |
virtual bool osgWidget::Style::applyStyle |
( |
Widget * |
, |
|
|
Reader |
|
|
) |
| [virtual] |
virtual bool osgWidget::Style::applyStyle |
( |
Label * |
, |
|
|
Reader |
|
|
) |
| [virtual] |
virtual bool osgWidget::Style::applyStyle |
( |
Input * |
, |
|
|
Reader |
|
|
) |
| [virtual] |
virtual bool osgWidget::Style::applyStyle |
( |
Window * |
, |
|
|
Reader |
|
|
) |
| [virtual] |
virtual bool osgWidget::Style::applyStyle |
( |
Box * |
, |
|
|
Reader |
|
|
) |
| [virtual] |
virtual bool osgWidget::Style::applyStyle |
( |
Canvas * |
, |
|
|
Reader |
|
|
) |
| [virtual] |
std::string& osgWidget::Style::getStyle |
( |
| ) |
[inline] |
const std::string& osgWidget::Style::getStyle |
( |
| ) |
const [inline] |
osgWidget::Style::META_Object |
( |
osgWidget |
, |
|
|
Style |
|
|
) |
| |
void osgWidget::Style::setStyle |
( |
const std::string & |
style | ) |
[inline] |
static bool osgWidget::Style::strToFill |
( |
const std::string & |
| ) |
[static] |
static Widget::Layer osgWidget::Style::strToLayer |
( |
const std::string & |
| ) |
[static] |
Member Data Documentation
The documentation for this class was generated from the following file: