|
QCAD
Open Source 2D CAD
|
#include <opennurbs_3dm_properties.h>
Public Member Functions | |
| void | Default () |
| void | Dump (ON_TextLog &) const |
| ON_BOOL32 | IsValid () const |
| ON_3dmNotes () | |
| ON_3dmNotes (const ON_3dmNotes &) | |
| ON_3dmNotes & | operator= (const ON_3dmNotes &) |
| ON_BOOL32 | Read (ON_BinaryArchive &) |
| ON_BOOL32 | Write (ON_BinaryArchive &) const |
| ~ON_3dmNotes () | |
Public Attributes | |
| ON_BOOL32 | m_bHTML |
| ON_BOOL32 | m_bVisible |
| ON_wString | m_notes |
| int | m_window_bottom |
| int | m_window_left |
| int | m_window_right |
| int | m_window_top |
| ON_3dmNotes::ON_3dmNotes | ( | ) |
| ON_3dmNotes::ON_3dmNotes | ( | const ON_3dmNotes & | src | ) |
| ON_3dmNotes::~ON_3dmNotes | ( | ) |
| void ON_3dmNotes::Default | ( | ) |
| void ON_3dmNotes::Dump | ( | ON_TextLog & | dump | ) | const |
| ON_BOOL32 ON_3dmNotes::IsValid | ( | ) | const |
| ON_3dmNotes & ON_3dmNotes::operator= | ( | const ON_3dmNotes & | src | ) |
| ON_BOOL32 ON_3dmNotes::Read | ( | ON_BinaryArchive & | file | ) |
| ON_BOOL32 ON_3dmNotes::Write | ( | ON_BinaryArchive & | file | ) | const |
| ON_BOOL32 ON_3dmNotes::m_bHTML |
| ON_BOOL32 ON_3dmNotes::m_bVisible |
| ON_wString ON_3dmNotes::m_notes |
| int ON_3dmNotes::m_window_bottom |
| int ON_3dmNotes::m_window_left |
| int ON_3dmNotes::m_window_right |
| int ON_3dmNotes::m_window_top |