
Public Member Functions | |
| virtual void | Dispose () |
| Dipsoses of the platform-specific methods. | |
| virtual double | GetTime () |
| Returns the current time in milliseconds. This may be the amount of time since the application began, the system started, or any other zero-point. | |
Static Public Member Functions | |
| static Platform | CreatePlatformMethods () |
| Creates an object which encapsulates platform specific methods. | |
Protected Member Functions | |
| Platform () | |
| Only sub classes are allowed to initialized this class. | |
Properties | |
| virtual bool | IsAppIdle [get] |
| Returns true if the application is idle, so DoEvents does not need to be called. | |
| AgateLib.PlatformSpecific.Platform.Platform | ( | ) | [protected] |
Only sub classes are allowed to initialized this class.
| static Platform AgateLib.PlatformSpecific.Platform.CreatePlatformMethods | ( | ) | [static] |
Creates an object which encapsulates platform specific methods.
| virtual void AgateLib.PlatformSpecific.Platform.Dispose | ( | ) | [virtual] |
Dipsoses of the platform-specific methods.
| virtual double AgateLib.PlatformSpecific.Platform.GetTime | ( | ) | [virtual] |
Returns the current time in milliseconds. This may be the amount of time since the application began, the system started, or any other zero-point.
Reimplemented in AgateLib.PlatformSpecific.Win32Platform.
virtual bool AgateLib.PlatformSpecific.Platform.IsAppIdle [get] |
Returns true if the application is idle, so DoEvents does not need to be called.
If there is no platform-specific implementation, this just returns false always.
Reimplemented in AgateLib.PlatformSpecific.Win32Platform, and AgateLib.PlatformSpecific.X11Platform.
|
AgateLib Awesome Game and Tool Engine Library |
|