|
| CoreExport double | GetMasterScale (int type) |
| |
| CoreExport double | GetRelativeScale (int fromType, float fromScale, int toType, float toScale) |
| | Computes a scaling factor for going from given System Units to others. More...
|
| |
| CoreExport void | GetMasterUnitInfo (int *type, float *scale) |
| |
| CoreExport int | SetMasterUnitInfo (int type, float scale) |
| |
| CoreExport void | GetUnitDisplayInfo (DispInfo *info) |
| |
| CoreExport int | SetUnitDisplayInfo (DispInfo *info) |
| |
| CoreExport int | GetUnitDisplayType () |
| |
| CoreExport int | SetUnitDisplayType (int type) |
| |
| CoreExport BOOL | IsValidUnitCharacter (int ch) |
| |
| CoreExport void | SetUSDefaultUnit (int type) |
| |
| CoreExport int | GetUSDefaultUnit () |
| |
| CoreExport const MCHAR * | GetFirstUnitName () |
| |
| CoreExport const MCHAR * | GetNextUnitName () |
| |
| CoreExport const MCHAR * | GetFirstMetricDisp () |
| |
| CoreExport const MCHAR * | GetNextMetricDisp () |
| |
| CoreExport const MCHAR * | GetFirstUSDisp () |
| |
| CoreExport const MCHAR * | GetNextUSDisp () |
| |
| CoreExport const MCHAR * | GetFirstFraction () |
| |
| CoreExport const MCHAR * | GetNextFraction () |
| |
| CoreExport const MCHAR * | FormatUniverseValue (float value) |
| |
| CoreExport float | DecodeUniverseValue (const MCHAR *string, BOOL *valid=NULL) |
| |
| CoreExport void | TimeToString (TimeValue t, MSTR &string) |
| |
| CoreExport BOOL | StringToTime (MSTR string, TimeValue &t) |
| |
| CoreExport int | GetFrameRate () |
| |
| CoreExport void | SetFrameRate (int rate) |
| |
| CoreExport int | GetTicksPerFrame () |
| |
| CoreExport void | SetTicksPerFrame (int ticks) |
| |
| CoreExport TimeDisp | GetTimeDisplayMode () |
| |
| CoreExport void | SetTimeDisplayMode (TimeDisp m) |
| |
| CoreExport int | LegalFrameRate (int r) |
| |
| CoreExport void | RegisterDistanceDefault (const MCHAR *section, const MCHAR *key, float inchesDefault, float metersDefault) |
| |
| CoreExport void | RestoreDistanceDefault (const MCHAR *section, const MCHAR *key, float inchesDefault, float metersDefault) |
| |
| CoreExport float | GetDistanceDefault (const MCHAR *section, const MCHAR *key) |
| |
| CoreExport void | SetDistanceDefault (const MCHAR *section, const MCHAR *key, float value) |
| |