OpenSceneGraph
Public Types | Public Member Functions | Public Attributes | List of all members
osgPresentation::SlideShowConstructor::ImageData Struct Reference

Public Types

enum  ImageSequenceInteractionMode { PLAY_AUTOMATICALLY_LIKE_MOVIE, USE_MOUSE_X_POSITION, USE_MOUSE_Y_POSITION }
 
enum  BlendingHint { USE_IMAGE_ALPHA, OFF, ON }
 

Public Member Functions

 ImageData ()
 

Public Attributes

std::string options
 
float width
 
float height
 
osg::Vec4 region
 
bool region_in_pixel_coords
 
float texcoord_rotate
 
osg::ImageStream::LoopingMode loopingMode
 
int page
 
osg::Vec4 backgroundColor
 
double fps
 
double duration
 
bool imageSequence
 
osg::ImageSequence::Mode imageSequencePagingMode
 
ImageSequenceInteractionMode imageSequenceInteractionMode
 
BlendingHint blendingHint
 
double delayTime
 
double startTime
 
double stopTime
 
std::string volume
 

Member Enumeration Documentation

◆ BlendingHint

Enumerator
USE_IMAGE_ALPHA 
OFF 
ON 

◆ ImageSequenceInteractionMode

Enumerator
PLAY_AUTOMATICALLY_LIKE_MOVIE 
USE_MOUSE_X_POSITION 
USE_MOUSE_Y_POSITION 

Constructor & Destructor Documentation

◆ ImageData()

osgPresentation::SlideShowConstructor::ImageData::ImageData ( )
inline

Member Data Documentation

◆ backgroundColor

osg::Vec4 osgPresentation::SlideShowConstructor::ImageData::backgroundColor

◆ blendingHint

BlendingHint osgPresentation::SlideShowConstructor::ImageData::blendingHint

◆ delayTime

double osgPresentation::SlideShowConstructor::ImageData::delayTime

◆ duration

double osgPresentation::SlideShowConstructor::ImageData::duration

◆ fps

double osgPresentation::SlideShowConstructor::ImageData::fps

◆ height

float osgPresentation::SlideShowConstructor::ImageData::height

◆ imageSequence

bool osgPresentation::SlideShowConstructor::ImageData::imageSequence

◆ imageSequenceInteractionMode

ImageSequenceInteractionMode osgPresentation::SlideShowConstructor::ImageData::imageSequenceInteractionMode

◆ imageSequencePagingMode

osg::ImageSequence::Mode osgPresentation::SlideShowConstructor::ImageData::imageSequencePagingMode

◆ loopingMode

osg::ImageStream::LoopingMode osgPresentation::SlideShowConstructor::ImageData::loopingMode

◆ options

std::string osgPresentation::SlideShowConstructor::ImageData::options

◆ page

int osgPresentation::SlideShowConstructor::ImageData::page

◆ region

osg::Vec4 osgPresentation::SlideShowConstructor::ImageData::region

◆ region_in_pixel_coords

bool osgPresentation::SlideShowConstructor::ImageData::region_in_pixel_coords

◆ startTime

double osgPresentation::SlideShowConstructor::ImageData::startTime

◆ stopTime

double osgPresentation::SlideShowConstructor::ImageData::stopTime

◆ texcoord_rotate

float osgPresentation::SlideShowConstructor::ImageData::texcoord_rotate

◆ volume

std::string osgPresentation::SlideShowConstructor::ImageData::volume

◆ width

float osgPresentation::SlideShowConstructor::ImageData::width

The documentation for this struct was generated from the following file: