![]() |
QCAD
Open Source 2D CAD
|
Macros | |
#define | OPENNURBS_VERSION_DEFINITION |
Enumerations | |
enum | distance_display_mode { decimal = 0 , fractional = 1 , feet_inches = 2 } |
Functions | |
static bool | IsEnglishUnit (ON::unit_system us) |
static int | on__hack__tolower (int c) |
static int | on__hack__wcsicmp (const wchar_t *s1, const wchar_t *s2) |
unsigned int | ON_GetStringConversionWindowsCodePage () |
unsigned int | ON_GetStringConversionWindowsLocaleID () |
int | on_MultiByteToWideChar (const char *lpMultiByteStr, int cchMultiByte, wchar_t *lpWideCharStr, int cchWideChar) |
unsigned int | ON_SetStringConversionWindowsCodePage (unsigned int code_page) |
unsigned int | ON_SetStringConversionWindowsLocaleID (unsigned int locale_id, ON_BOOL32 bWin9X) |
int | on_stricmp (const char *s1, const char *s2) |
char * | on_strlwr (char *s) |
char * | on_strrev (char *s) |
char * | on_strupr (char *s) |
int | on_vsnprintf (char *buffer, size_t count, const char *format, va_list argptr) |
int | on_vsnwprintf (wchar_t *buffer, size_t count, const wchar_t *format, va_list argptr) |
int | on_wcsicmp (const wchar_t *s1, const wchar_t *s2) |
wchar_t * | on_wcslwr (wchar_t *s) |
wchar_t * | on_wcsrev (wchar_t *s) |
wchar_t * | on_wcsupr (wchar_t *s) |
int | on_WideCharToMultiByte (const wchar_t *lpWideCharStr, int cchWideChar, char *lpMultiByteStr, int cchMultiByte) |
Variables | |
static unsigned int | g_s__windows_code_page = 0 |
static unsigned int | g_s__windows_locale_id = 0 |
static unsigned int | g_s__windows_locale_os = 0 |
#define OPENNURBS_VERSION_DEFINITION |
|
static |
|
static |
unsigned int ON_GetStringConversionWindowsCodePage | ( | ) |
unsigned int ON_GetStringConversionWindowsLocaleID | ( | ) |
int on_MultiByteToWideChar | ( | const char * | lpMultiByteStr, |
int | cchMultiByte, | ||
wchar_t * | lpWideCharStr, | ||
int | cchWideChar ) |
unsigned int ON_SetStringConversionWindowsCodePage | ( | unsigned int | code_page | ) |
unsigned int ON_SetStringConversionWindowsLocaleID | ( | unsigned int | locale_id, |
ON_BOOL32 | bWin9X ) |
char * on_strlwr | ( | char * | s | ) |
char * on_strrev | ( | char * | s | ) |
char * on_strupr | ( | char * | s | ) |
int on_vsnprintf | ( | char * | buffer, |
size_t | count, | ||
const char * | format, | ||
va_list | argptr ) |
int on_vsnwprintf | ( | wchar_t * | buffer, |
size_t | count, | ||
const wchar_t * | format, | ||
va_list | argptr ) |
wchar_t * on_wcslwr | ( | wchar_t * | s | ) |
wchar_t * on_wcsrev | ( | wchar_t * | s | ) |
wchar_t * on_wcsupr | ( | wchar_t * | s | ) |
int on_WideCharToMultiByte | ( | const wchar_t * | lpWideCharStr, |
int | cchWideChar, | ||
char * | lpMultiByteStr, | ||
int | cchMultiByte ) |
|
static |
|
static |
|
static |