|
openscenegraph
|
Public Types | |
| typedef std::vector< KeyPosition > | Keys |
| typedef std::vector< std::string > | RunStrings |
| typedef std::list < osg::ref_ptr< LayerCallback > > | LayerCallbacks |
Public Member Functions | |
| LayerAttributes () | |
| LayerAttributes (double in_duration) | |
| void | setDuration (double duration) |
| double | getDuration () const |
| void | setKeys (const Keys &keys) |
| const Keys & | getKeys () const |
| void | addKey (const KeyPosition &kp) |
| void | setRunStrings (const RunStrings &runStrings) |
| const RunStrings & | getRunStrings () const |
| void | addRunString (const std::string &runString) |
| void | setJump (const JumpData &jumpData) |
| const JumpData & | getJumpData () const |
| void | addEnterCallback (LayerCallback *lc) |
| void | addLeaveCallback (LayerCallback *lc) |
| void | callEnterCallbacks (osg::Node *node) |
| void | callLeaveCallbacks (osg::Node *node) |
Public Member Functions inherited from osg::Referenced | |
| Referenced () | |
| Referenced (bool threadSafeRefUnref) | |
| Referenced (const Referenced &) | |
| Referenced & | operator= (const Referenced &) |
| virtual void | setThreadSafeRefUnref (bool threadSafe) |
| bool | getThreadSafeRefUnref () const |
| OpenThreads::Mutex * | getRefMutex () const |
| int | ref () const |
| int | unref () const |
| int | unref_nodelete () const |
| int | referenceCount () const |
| ObserverSet * | getObserverSet () const |
| ObserverSet * | getOrCreateObserverSet () const |
| void | addObserver (Observer *observer) const |
| void | removeObserver (Observer *observer) const |
Public Attributes | |
| double | _duration |
| Keys | _keys |
| RunStrings | _runStrings |
| JumpData | _jumpData |
| LayerCallbacks | _enterLayerCallbacks |
| LayerCallbacks | _leaveLayerCallbacks |
Additional Inherited Members | |
Static Public Member Functions inherited from osg::Referenced | |
| static OpenThreads::Mutex * | getGlobalReferencedMutex () |
| static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
| static bool | getThreadSafeReferenceCounting () |
| static void | setDeleteHandler (DeleteHandler *handler) |
| static DeleteHandler * | getDeleteHandler () |
Protected Member Functions inherited from osg::Referenced | |
| virtual | ~Referenced () |
| void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
| void | deleteUsingDeleteHandler () const |
Protected Attributes inherited from osg::Referenced | |
| OpenThreads::AtomicPtr | _observerSet |
| OpenThreads::Atomic | _refCount |
| typedef std::vector<KeyPosition> osgPresentation::LayerAttributes::Keys |
| typedef std::list< osg::ref_ptr<LayerCallback> > osgPresentation::LayerAttributes::LayerCallbacks |
| typedef std::vector<std::string> osgPresentation::LayerAttributes::RunStrings |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void osgPresentation::LayerAttributes::callEnterCallbacks | ( | osg::Node * | node | ) |
| void osgPresentation::LayerAttributes::callLeaveCallbacks | ( | osg::Node * | node | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| double osgPresentation::LayerAttributes::_duration |
| LayerCallbacks osgPresentation::LayerAttributes::_enterLayerCallbacks |
| JumpData osgPresentation::LayerAttributes::_jumpData |
| Keys osgPresentation::LayerAttributes::_keys |
| LayerCallbacks osgPresentation::LayerAttributes::_leaveLayerCallbacks |
| RunStrings osgPresentation::LayerAttributes::_runStrings |
1.8.6