The ON_PluginRef class is used to store a list of application plug-ins that may have saved user data in a 3dm file so they can be loaded as needed for reading their user data. More...
#include <opennurbs_pluginlist.h>
Public Member Functions | |
ON_PlugInRef () | |
void | Default () |
void | Dump (ON_TextLog &text_log) const |
bool | Read (ON_BinaryArchive &file) |
bool | Write (ON_BinaryArchive &file) const |
Public Attributes | |
ON_wString | m_developer_address |
ON_wString | m_developer_country |
ON_wString | m_developer_email |
ON_wString | m_developer_fax |
ON_wString | m_developer_organization |
developer contact information More... | |
ON_wString | m_developer_phone |
ON_wString | m_developer_updateurl |
ON_wString | m_developer_website |
ON_wString | m_plugin_filename |
ON_UUID | m_plugin_id |
executable informtion More... | |
ON_wString | m_plugin_name |
int | m_plugin_platform |
int | m_plugin_sdk_service_release |
int | m_plugin_sdk_version |
int | m_plugin_type |
ON_wString | m_plugin_version |
The ON_PluginRef class is used to store a list of application plug-ins that may have saved user data in a 3dm file so they can be loaded as needed for reading their user data.
ON_PlugInRef::ON_PlugInRef | ( | ) |
void ON_PlugInRef::Default | ( | ) |
void ON_PlugInRef::Dump | ( | ON_TextLog & | text_log | ) | const |
bool ON_PlugInRef::Read | ( | ON_BinaryArchive & | file | ) |
bool ON_PlugInRef::Write | ( | ON_BinaryArchive & | file | ) | const |
ON_wString ON_PlugInRef::m_developer_address |
ON_wString ON_PlugInRef::m_developer_country |
ON_wString ON_PlugInRef::m_developer_email |
ON_wString ON_PlugInRef::m_developer_fax |
ON_wString ON_PlugInRef::m_developer_organization |
developer contact information
ON_wString ON_PlugInRef::m_developer_phone |
ON_wString ON_PlugInRef::m_developer_updateurl |
ON_wString ON_PlugInRef::m_developer_website |
ON_wString ON_PlugInRef::m_plugin_filename |
ON_UUID ON_PlugInRef::m_plugin_id |
executable informtion
ON_wString ON_PlugInRef::m_plugin_name |
int ON_PlugInRef::m_plugin_platform |
int ON_PlugInRef::m_plugin_sdk_service_release |
int ON_PlugInRef::m_plugin_sdk_version |
int ON_PlugInRef::m_plugin_type |
ON_wString ON_PlugInRef::m_plugin_version |