Inherits SGPropertyChangeListener.
|
static void | setRgbaDefault (SGPropertyNode *root, const std::string &path, double red, double green, double blue, double alpha) |
|
static void | setPropertyDefault (SGPropertyNode *root, const std::string &path, double default_value) |
|
Definition at line 98 of file Highlight.cxx.
◆ NodeHighlighting()
NodeHighlighting::NodeHighlighting |
( |
| ) |
|
|
inline |
◆ ~NodeHighlighting()
NodeHighlighting::~NodeHighlighting |
( |
| ) |
|
|
inline |
◆ clearAll()
int NodeHighlighting::clearAll |
( |
| ) |
|
|
inline |
◆ highlight()
int NodeHighlighting::highlight |
( |
osg::Node * | node, |
|
|
bool | highlight ) |
|
inline |
◆ setPropertyDefault()
static void NodeHighlighting::setPropertyDefault |
( |
SGPropertyNode * | root, |
|
|
const std::string & | path, |
|
|
double | default_value ) |
|
inlinestatic |
◆ setRgbaDefault()
static void NodeHighlighting::setRgbaDefault |
( |
SGPropertyNode * | root, |
|
|
const std::string & | path, |
|
|
double | red, |
|
|
double | green, |
|
|
double | blue, |
|
|
double | alpha ) |
|
inlinestatic |
◆ valueChanged()
virtual void NodeHighlighting::valueChanged |
( |
SGPropertyNode * | node | ) |
|
|
inlinevirtual |
◆ m_group_to_old_state_set
std::map<osg::ref_ptr<osg::Group>, osg::ref_ptr<osg::StateSet> > NodeHighlighting::m_group_to_old_state_set |
◆ m_node
SGPropertyNode_ptr NodeHighlighting::m_node |
◆ m_state_set
osg::ref_ptr<osg::StateSet> NodeHighlighting::m_state_set |
The documentation for this struct was generated from the following file: