KFbxGlobalTimeSettings::KFbxTimeMarker Struct Reference

#include <kfbxglobaltimesettings.h>

List of all members.


Detailed Description

This is a struct to define time markers.

Definition at line 135 of file kfbxglobaltimesettings.h.


Public Member Functions

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

Public Attributes

KString  mName
  Marker name.
KTime  mTime
  Marker time.
bool  mLoop
  Loop flag.

Constructor & Destructor Documentation

KFbxTimeMarker (  ) 

Default constructor.

KFbxTimeMarker ( const KFbxTimeMarker pTimeMarker  ) 

Copy constructor.

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

Member Function Documentation

KFbxTimeMarker& operator= ( const KFbxTimeMarker pTimeMarker  ) 

Assignment operator.

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

Member Data Documentation

Marker name.

Definition at line 151 of file kfbxglobaltimesettings.h.

Marker time.

Definition at line 154 of file kfbxglobaltimesettings.h.

bool mLoop

Loop flag.

Definition at line 157 of file kfbxglobaltimesettings.h.