I3DShTimeManager Struct Reference
[Shell Interfaces]
List of all members.
Detailed Description
The time manager stores the current time and the allocated time.
Member Function Documentation
virtual boolean MCCOMAPI I3DShTimeManager::EnableEventCreator |
( |
boolean |
enable |
) |
[pure virtual] |
virtual MicroTick MCCOMAPI I3DShTimeManager::GetAllocatedTime |
( |
|
) |
[pure virtual] |
Returns the allocated time in MicroTicks.
virtual MicroTick MCCOMAPI I3DShTimeManager::GetTime |
( |
|
) |
[pure virtual] |
Returns the current time in MicroTicks. Use kTicksPerSecond to convert in seconds.
Reads a time manager.
- Parameters:
-
| stream | The stream from which we read. |
virtual MCCOMErr MCCOMAPI I3DShTimeManager::SetAllocatedTime |
( |
MicroTick |
time |
) |
[pure virtual] |
Sets the allocated time.
- Parameters:
-
| time | The current time in MicroTicks. Use kTicksPerSecond to convert in seconds. |
virtual MCCOMErr MCCOMAPI I3DShTimeManager::SetTime |
( |
MicroTick |
time |
) |
[pure virtual] |
Set the current time.
- Parameters:
-
| time | The current time in MicroTicks. Use kTicksPerSecond to convert in seconds. |
Write a time manger.
- Parameters:
-
| stream | The stream to which we write. |
The documentation for this struct was generated from the following file: