![]() |
QCAD
Open Source 2D CAD
|
#include <opennurbs_3dm_properties.h>
Public Member Functions | |
void | Default () |
void | Dump (ON_TextLog &) const |
ON_3dmProperties () | |
ON_3dmProperties (const ON_3dmProperties &) | |
ON_3dmProperties & | operator= (const ON_3dmProperties &) |
ON_BOOL32 | Read (ON_BinaryArchive &) |
ON_BOOL32 | Write (ON_BinaryArchive &) const |
~ON_3dmProperties () | |
Public Attributes | |
ON_3dmApplication | m_Application |
ON_3dmNotes | m_Notes |
ON_WindowsBitmap | m_PreviewImage |
ON_3dmRevisionHistory | m_RevisionHistory |
ON_3dmProperties::ON_3dmProperties | ( | ) |
ON_3dmProperties::~ON_3dmProperties | ( | ) |
ON_3dmProperties::ON_3dmProperties | ( | const ON_3dmProperties & | src | ) |
void ON_3dmProperties::Default | ( | ) |
void ON_3dmProperties::Dump | ( | ON_TextLog & | dump | ) | const |
ON_3dmProperties & ON_3dmProperties::operator= | ( | const ON_3dmProperties & | src | ) |
ON_BOOL32 ON_3dmProperties::Read | ( | ON_BinaryArchive & | file | ) |
ON_BOOL32 ON_3dmProperties::Write | ( | ON_BinaryArchive & | file | ) | const |
ON_3dmApplication ON_3dmProperties::m_Application |
ON_3dmNotes ON_3dmProperties::m_Notes |
ON_WindowsBitmap ON_3dmProperties::m_PreviewImage |
ON_3dmRevisionHistory ON_3dmProperties::m_RevisionHistory |