OSG
3.4.0
|
#include <SlideEventHandler.h>
Public Member Functions | |
JumpData () | |
JumpData (bool in_relativeJump, int in_slideNum, int in_layerNum) | |
JumpData (const std::string &in_slideName, const std::string &in_layerName) | |
JumpData (const JumpData &rhs, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
JumpData & | operator= (const JumpData &rhs) |
META_Object (osgPresentation, JumpData) | |
bool | requiresJump () const |
bool | jump (SlideEventHandler *seh) const |
void | setRelativeJump (bool flag) |
bool | getRelativeJump () const |
void | setSlideNum (int num) |
int | getSlideNum () const |
void | setLayerNum (int num) |
int | getLayerNum () const |
void | setSlideName (const std::string &name) |
const std::string & | getSlideName () const |
void | setLayerName (const std::string &name) |
const std::string & | getLayerName () const |
![]() | |
Object () | |
Object (bool threadSafeRefUnref) | |
Object (const Object &, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
virtual Object * | cloneType () const =0 |
virtual Object * | clone (const CopyOp &) const =0 |
virtual bool | isSameKindAs (const Object *) const |
virtual const char * | libraryName () const =0 |
virtual const char * | className () const =0 |
std::string | getCompoundClassName () const |
virtual Node * | asNode () |
virtual const Node * | asNode () const |
virtual NodeVisitor * | asNodeVisitor () |
virtual const NodeVisitor * | asNodeVisitor () const |
virtual StateAttribute * | asStateAttribute () |
virtual const StateAttribute * | asStateAttribute () const |
virtual Uniform * | asUniform () |
virtual const Uniform * | asUniform () const |
virtual void | setThreadSafeRefUnref (bool threadSafe) |
virtual void | setName (const std::string &name) |
void | setName (const char *name) |
const std::string & | getName () const |
void | setDataVariance (DataVariance dv) |
DataVariance | getDataVariance () const |
virtual void | computeDataVariance () |
void | setUserDataContainer (osg::UserDataContainer *udc) |
osg::UserDataContainer * | getUserDataContainer () |
const osg::UserDataContainer * | getUserDataContainer () const |
osg::UserDataContainer * | getOrCreateUserDataContainer () |
virtual void | setUserData (Referenced *obj) |
virtual Referenced * | getUserData () |
virtual const Referenced * | getUserData () const |
template<typename T > | |
bool | getUserValue (const std::string &name, T &value) const |
template<typename T > | |
void | setUserValue (const std::string &name, const T &value) |
virtual void | resizeGLObjectBuffers (unsigned int) |
virtual void | releaseGLObjects (osg::State *=0) const |
template<typename T > | |
BoolValueObject UCharValueObject UShortValueObject UIntValueObject DoubleValueObject Vec3fValueObject Vec2dValueObject Vec4dValueObject PlaneValueObject MatrixdValueObject BoundingBoxdValueObject BoundingSpheredValueObject bool | getUserValue (const std::string &name, T &value) const |
![]() | |
Referenced () | |
Referenced (bool threadSafeRefUnref) | |
Referenced (const Referenced &) | |
Referenced & | operator= (const Referenced &) |
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 | |
bool | relativeJump |
int | slideNum |
int | layerNum |
std::string | slideName |
std::string | layerName |
Additional Inherited Members | |
![]() | |
enum | DataVariance { DYNAMIC, STATIC, UNSPECIFIED } |
![]() | |
static OpenThreads::Mutex * | getGlobalReferencedMutex () |
static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
static bool | getThreadSafeReferenceCounting () |
static void | setDeleteHandler (DeleteHandler *handler) |
static DeleteHandler * | getDeleteHandler () |
![]() | |
virtual | ~Object () |
![]() | |
virtual | ~Referenced () |
void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
void | deleteUsingDeleteHandler () const |
![]() | |
std::string | _name |
DataVariance | _dataVariance |
osg::UserDataContainer * | _userDataContainer |
![]() | |
OpenThreads::AtomicPtr | _observerSet |
OpenThreads::Atomic | _refCount |
Definition at line 44 of file SlideEventHandler.h.
|
inline |
Definition at line 46 of file SlideEventHandler.h.
|
inline |
Definition at line 51 of file SlideEventHandler.h.
|
inline |
Definition at line 56 of file SlideEventHandler.h.
|
inline |
Definition at line 63 of file SlideEventHandler.h.
|
inline |
Definition at line 105 of file SlideEventHandler.h.
|
inline |
Definition at line 99 of file SlideEventHandler.h.
|
inline |
Definition at line 93 of file SlideEventHandler.h.
|
inline |
Definition at line 102 of file SlideEventHandler.h.
|
inline |
Definition at line 96 of file SlideEventHandler.h.
bool osgPresentation::JumpData::jump | ( | SlideEventHandler * | seh | ) | const |
osgPresentation::JumpData::META_Object | ( | osgPresentation | , |
JumpData | |||
) |
Definition at line 71 of file SlideEventHandler.h.
|
inline |
Definition at line 84 of file SlideEventHandler.h.
|
inline |
Definition at line 104 of file SlideEventHandler.h.
|
inline |
Definition at line 98 of file SlideEventHandler.h.
|
inline |
Definition at line 92 of file SlideEventHandler.h.
|
inline |
Definition at line 101 of file SlideEventHandler.h.
|
inline |
Definition at line 95 of file SlideEventHandler.h.
std::string osgPresentation::JumpData::layerName |
Definition at line 112 of file SlideEventHandler.h.
int osgPresentation::JumpData::layerNum |
Definition at line 109 of file SlideEventHandler.h.
bool osgPresentation::JumpData::relativeJump |
Definition at line 107 of file SlideEventHandler.h.
std::string osgPresentation::JumpData::slideName |
Definition at line 111 of file SlideEventHandler.h.
int osgPresentation::JumpData::slideNum |
Definition at line 108 of file SlideEventHandler.h.