#include <opennurbs_3dm_properties.h>
Public Member Functions | |
bool | CreateTimeIsSet () const |
void | Default () |
void | Dump (ON_TextLog &) const |
ON_BOOL32 | IsValid () const |
bool | LastEditedTimeIsSet () const |
int | NewRevision () |
ON_3dmRevisionHistory () | |
ON_BOOL32 | Read (ON_BinaryArchive &) |
ON_BOOL32 | Write (ON_BinaryArchive &) const |
~ON_3dmRevisionHistory () | |
Public Attributes | |
struct tm | m_create_time |
struct tm | m_last_edit_time |
int | m_revision_count |
ON_wString | m_sCreatedBy |
ON_wString | m_sLastEditedBy |
Definition at line 22 of file opennurbs_3dm_properties.h.
Definition at line 24 of file opennurbs_3dm_properties.cpp.
Definition at line 29 of file opennurbs_3dm_properties.cpp.
bool ON_3dmRevisionHistory::CreateTimeIsSet | ( | ) | const |
Definition at line 88 of file opennurbs_3dm_properties.cpp.
void ON_3dmRevisionHistory::Default | ( | ) |
Definition at line 35 of file opennurbs_3dm_properties.cpp.
void ON_3dmRevisionHistory::Dump | ( | ON_TextLog & | dump | ) | const |
Definition at line 180 of file opennurbs_3dm_properties.cpp.
ON_BOOL32 ON_3dmRevisionHistory::IsValid | ( | ) | const |
Definition at line 111 of file opennurbs_3dm_properties.cpp.
bool ON_3dmRevisionHistory::LastEditedTimeIsSet | ( | ) | const |
Definition at line 101 of file opennurbs_3dm_properties.cpp.
Definition at line 118 of file opennurbs_3dm_properties.cpp.
Definition at line 164 of file opennurbs_3dm_properties.cpp.
ON_BOOL32 ON_3dmRevisionHistory::Write | ( | ON_BinaryArchive & | file | ) | const |
Definition at line 153 of file opennurbs_3dm_properties.cpp.
struct tm ON_3dmRevisionHistory::m_create_time |
Definition at line 54 of file opennurbs_3dm_properties.h.
struct tm ON_3dmRevisionHistory::m_last_edit_time |
Definition at line 55 of file opennurbs_3dm_properties.h.
Definition at line 56 of file opennurbs_3dm_properties.h.
Definition at line 52 of file opennurbs_3dm_properties.h.
Definition at line 53 of file opennurbs_3dm_properties.h.