Public Member Functions | |
| void | CopySettings (const ON__LayerPerViewSettings *src, unsigned int settings_mask) |
| ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
| ON__LayerPerViewSettings () | |
| bool | Read (const ON_Layer &layer, ON_BinaryArchive &binary_archive) |
| void | SetDefaultValues () |
| unsigned int | SettingsMask () const |
| bool | Write (const ON_Layer &layer, ON_BinaryArchive &binary_archive) const |
Static Public Member Functions | |
| static int | Compare (const ON__LayerPerViewSettings *a, const ON__LayerPerViewSettings *b) |
| static int | CompareViewportId (const ON__LayerPerViewSettings *a, const ON__LayerPerViewSettings *b) |
Public Attributes | |
| ON_Color | m_color |
| unsigned char | m_persistent_visibility |
| ON_Color | m_plot_color |
| double | m_plot_weight_mm |
| ON_UUID | m_viewport_id |
| unsigned char | m_visible |
Definition at line 689 of file opennurbs_layer.cpp.
Definition at line 865 of file opennurbs_layer.cpp.
| int ON__LayerPerViewSettings::Compare | ( | const ON__LayerPerViewSettings * | a, |
| const ON__LayerPerViewSettings * | b | ||
| ) | [static] |
Definition at line 793 of file opennurbs_layer.cpp.
| int ON__LayerPerViewSettings::CompareViewportId | ( | const ON__LayerPerViewSettings * | a, |
| const ON__LayerPerViewSettings * | b | ||
| ) | [static] |
Definition at line 831 of file opennurbs_layer.cpp.
| void ON__LayerPerViewSettings::CopySettings | ( | const ON__LayerPerViewSettings * | src, |
| unsigned int | settings_mask | ||
| ) |
Definition at line 774 of file opennurbs_layer.cpp.
| ON__UINT32 ON__LayerPerViewSettings::DataCRC | ( | ON__UINT32 | current_remainder | ) | const |
Definition at line 753 of file opennurbs_layer.cpp.
| bool ON__LayerPerViewSettings::Read | ( | const ON_Layer & | layer, |
| ON_BinaryArchive & | binary_archive | ||
| ) |
Definition at line 947 of file opennurbs_layer.cpp.
Definition at line 870 of file opennurbs_layer.cpp.
| unsigned int ON__LayerPerViewSettings::SettingsMask | ( | ) | const |
Definition at line 836 of file opennurbs_layer.cpp.
| bool ON__LayerPerViewSettings::Write | ( | const ON_Layer & | layer, |
| ON_BinaryArchive & | binary_archive | ||
| ) | const |
Definition at line 878 of file opennurbs_layer.cpp.
Definition at line 705 of file opennurbs_layer.cpp.
| unsigned char ON__LayerPerViewSettings::m_persistent_visibility |
Definition at line 712 of file opennurbs_layer.cpp.
Definition at line 706 of file opennurbs_layer.cpp.
Definition at line 707 of file opennurbs_layer.cpp.
Definition at line 702 of file opennurbs_layer.cpp.
| unsigned char ON__LayerPerViewSettings::m_visible |
Definition at line 709 of file opennurbs_layer.cpp.