OSG
3.4.0
|
#include <SlideEventHandler.h>
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) |
![]() | |
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 OpenThreads::Mutex * | getGlobalReferencedMutex () |
static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
static bool | getThreadSafeReferenceCounting () |
static void | setDeleteHandler (DeleteHandler *handler) |
static DeleteHandler * | getDeleteHandler () |
![]() | |
virtual | ~Referenced () |
void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
void | deleteUsingDeleteHandler () const |
![]() | |
OpenThreads::AtomicPtr | _observerSet |
OpenThreads::Atomic | _refCount |
Definition at line 218 of file SlideEventHandler.h.
typedef std::vector<KeyPosition> osgPresentation::LayerAttributes::Keys |
Definition at line 226 of file SlideEventHandler.h.
typedef std::list< osg::ref_ptr<LayerCallback> > osgPresentation::LayerAttributes::LayerCallbacks |
Definition at line 253 of file SlideEventHandler.h.
typedef std::vector<std::string> osgPresentation::LayerAttributes::RunStrings |
Definition at line 227 of file SlideEventHandler.h.
|
inline |
Definition at line 220 of file SlideEventHandler.h.
|
inline |
Definition at line 221 of file SlideEventHandler.h.
|
inline |
Definition at line 247 of file SlideEventHandler.h.
|
inline |
Definition at line 232 of file SlideEventHandler.h.
|
inline |
Definition at line 248 of file SlideEventHandler.h.
|
inline |
Definition at line 237 of file SlideEventHandler.h.
void osgPresentation::LayerAttributes::callEnterCallbacks | ( | osg::Node * | node | ) |
void osgPresentation::LayerAttributes::callLeaveCallbacks | ( | osg::Node * | node | ) |
|
inline |
Definition at line 224 of file SlideEventHandler.h.
|
inline |
Definition at line 240 of file SlideEventHandler.h.
|
inline |
Definition at line 230 of file SlideEventHandler.h.
|
inline |
Definition at line 235 of file SlideEventHandler.h.
|
inline |
Definition at line 223 of file SlideEventHandler.h.
|
inline |
Definition at line 239 of file SlideEventHandler.h.
|
inline |
Definition at line 229 of file SlideEventHandler.h.
|
inline |
Definition at line 234 of file SlideEventHandler.h.
double osgPresentation::LayerAttributes::_duration |
Definition at line 242 of file SlideEventHandler.h.
LayerCallbacks osgPresentation::LayerAttributes::_enterLayerCallbacks |
Definition at line 254 of file SlideEventHandler.h.
JumpData osgPresentation::LayerAttributes::_jumpData |
Definition at line 245 of file SlideEventHandler.h.
Keys osgPresentation::LayerAttributes::_keys |
Definition at line 243 of file SlideEventHandler.h.
LayerCallbacks osgPresentation::LayerAttributes::_leaveLayerCallbacks |
Definition at line 255 of file SlideEventHandler.h.
RunStrings osgPresentation::LayerAttributes::_runStrings |
Definition at line 244 of file SlideEventHandler.h.