#include <kfbxglobaltimesettings.h>
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. |
|
| KFbxTimeMarker | ( | ) |
Default constructor.
| KFbxTimeMarker | ( | const KFbxTimeMarker & | pTimeMarker | ) |
Copy constructor.
| pTimeMarker | Another time marker copied to this time marker. |
| KFbxTimeMarker& operator= | ( | const KFbxTimeMarker & | pTimeMarker | ) |
Assignment operator.
| pTimeMarker | Another time marker assigned to this time marker. |
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.