FbxGlobalTimeSettings::TimeMarker Struct Reference


Detailed Description

This is a struct to define time markers.

Definition at line 106 of file fbxglobaltimesettings.h.

#include <fbxglobaltimesettings.h>

List of all members.

Public Member Functions

  TimeMarker ()
  Default constructor.
  TimeMarker (const TimeMarker &pTimeMarker)
  Copy constructor.
TimeMarker operator= (const TimeMarker &pTimeMarker)
  Assignment operator.

Public Attributes

FbxString  mName
  Marker name.
FbxTime  mTime
  Marker time.
bool  mLoop
  Loop flag.

Constructor & Destructor Documentation

Default constructor.

TimeMarker ( const TimeMarker pTimeMarker )

Copy constructor.

Parameters:
pTimeMarker Another time marker copied to this time marker.

Member Function Documentation

TimeMarker& operator= ( const TimeMarker pTimeMarker )

Assignment operator.

Parameters:
pTimeMarker Another time marker assigned to this time marker.

Member Data Documentation

Marker name.

Definition at line 122 of file fbxglobaltimesettings.h.

Marker time.

Definition at line 125 of file fbxglobaltimesettings.h.

bool mLoop

Loop flag.

Definition at line 128 of file fbxglobaltimesettings.h.


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