OpenSceneGraph
3.4.0
|
Public Member Functions | |
Script () | |
Script (const std::string &language, const std::string &str) | |
Script (const Script &rhs, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
META_Object (osg, Script) void setLanguage(const std | |
const std::string & | getLanguage () |
void | setScript (const std::string &str) |
const std::string & | getScript () const |
void | dirty () |
unsigned int | getModifiedCount () const |
Protected Member Functions | |
virtual | ~Script () |
Protected Attributes | |
std::string | _language |
std::string | _script |
unsigned int | _modifiedCount |
osg::Script::Script | ( | ) | [inline] |
osg::Script::Script | ( | const std::string & | language, |
const std::string & | str | ||
) | [inline] |
osg::Script::Script | ( | const Script & | rhs, |
const osg::CopyOp & | copyop = osg::CopyOp::SHALLOW_COPY |
||
) | [inline] |
virtual osg::Script::~Script | ( | ) | [inline, protected, virtual] |
void osg::Script::dirty | ( | ) | [inline] |
References _modifiedCount.
Referenced by META_Object(), and setScript().
const std::string& osg::Script::getLanguage | ( | ) | [inline] |
References _language.
unsigned int osg::Script::getModifiedCount | ( | ) | const [inline] |
References _modifiedCount.
const std::string& osg::Script::getScript | ( | ) | const [inline] |
References _script.
osg::Script::META_Object | ( | osg | , |
Script | |||
) | const [inline] |
void osg::Script::setScript | ( | const std::string & | str | ) | [inline] |
std::string osg::Script::_language [protected] |
Referenced by getLanguage(), and META_Object().
unsigned int osg::Script::_modifiedCount [protected] |
Referenced by dirty(), and getModifiedCount().
std::string osg::Script::_script [protected] |
Referenced by getScript(), and setScript().
![]() | Generated at Tue Dec 8 2015 00:14:25 for the OpenSceneGraph by doxygen 1.7.6.1. |