#include <opennurbs_parse.h>
Public Member Functions | |
ON_AngleUnitName ()=default | |
ON_AngleUnitName (const ON_AngleUnitName &)=default | |
~ON_AngleUnitName ()=default | |
ON::AngleUnitSystem | AngleUnit () const |
bool | AngleUnitAndNameAreSet () const |
bool | AngleUnitIsSet () const |
bool | AngleUnitIsSetOrNone () const |
const wchar_t * | AngleUnitName () const |
bool | AngleUnitNameIsEmpty () const |
bool | AngleUnitNameIsNotEmpty () const |
bool | AngleUnitNameIsPlural () const |
bool | AngleUnitNameIsSingular () const |
unsigned int | LocaleId () const |
ON_AngleUnitName & | operator= (const ON_AngleUnitName &)=default |
Static Public Member Functions | |
static int | CompareLocaleIdUnitSystemName (const ON_AngleUnitName &a, const ON_AngleUnitName &b) |
Dictionary compare of all ON_LengthUnitName information in the order locale id, unit system, name, singular, plural More... | |
static int | CompareUnitSystemLocaleIdName (const ON_AngleUnitName &a, const ON_AngleUnitName &b) |
Dictionary compare of all ON_LengthUnitName information in the order unit system, locale id, name, singular, plural More... | |
static ON_AngleUnitName | Create (unsigned int locale_id, ON::AngleUnitSystem angle_unit_system, bool bPlural) |
static unsigned int | GetAngleUnitNameList (size_t angle_unit_list_capacity, class ON_AngleUnitName *angle_unit_list) |
Get list of angle unit names and abbreviations and their corresponding unit systems that are recognized by ON_ParseAngleUnitName(). More... |
Static Public Attributes | |
static const ON_AngleUnitName | None |
|
default |
|
default |
|
default |
ON::AngleUnitSystem ON_AngleUnitName::AngleUnit | ( | ) | const |
bool ON_AngleUnitName::AngleUnitAndNameAreSet | ( | ) | const |
bool ON_AngleUnitName::AngleUnitIsSet | ( | ) | const |
bool ON_AngleUnitName::AngleUnitIsSetOrNone | ( | ) | const |
const wchar_t* ON_AngleUnitName::AngleUnitName | ( | ) | const |
Never returns nullptr.
bool ON_AngleUnitName::AngleUnitNameIsEmpty | ( | ) | const |
bool ON_AngleUnitName::AngleUnitNameIsNotEmpty | ( | ) | const |
bool ON_AngleUnitName::AngleUnitNameIsPlural | ( | ) | const |
Some names and name abbreviations are both singular and plural.
bool ON_AngleUnitName::AngleUnitNameIsSingular | ( | ) | const |
Some names and name abbreviations are both singular and plural.
|
static |
Dictionary compare of all ON_LengthUnitName information in the order locale id, unit system, name, singular, plural
|
static |
Dictionary compare of all ON_LengthUnitName information in the order unit system, locale id, name, singular, plural
|
static |
|
static |
Get list of angle unit names and abbreviations and their corresponding unit systems that are recognized by ON_ParseAngleUnitName().
angle_unit_list_capacity | [in] number of available elements in angle_unit_list[] If angle_unit_list_capacity is zero and angle_unit_list is null, then the number of angle unit names is returned. |
angle_unit_list | [out] The list of angle unit names is returned here. |
Number of angle unit names and abbreviations.
If angle_unit_list_capacity is zero and angle_unit_list is null, then the number of angle unit names is returned.
unsigned int ON_AngleUnitName::LocaleId | ( | ) | const |
|
default |
|
static |