16#ifndef OSGWIDGET_STYLE_INTERFACE
17#define OSGWIDGET_STYLE_INTERFACE
30 void setStyle(
const std::string& style) { _style = style; }
34 const std::string&
getStyle()
const {
return _style; }
The osgWidget library is a NodeKit that extends the core scene graph to support a 2D (and eventually ...
Definition Box:21
StyleInterface()
Definition StyleInterface:26
void setStyle(const std::string &style)
Definition StyleInterface:30
const std::string & getStyle() const
Definition StyleInterface:34
StyleInterface(const StyleInterface &si)
Definition StyleInterface:28
std::string & getStyle()
Definition StyleInterface:32
#define OSGWIDGET_EXPORT
Definition Export:42