|
Rhino C++ API
9.0
|
#include <rhinoSdkEventWatcher.h>
Public Attributes | |
| CRhinoDocMarkupTableChanged::EventType | m_event_type |
| The markup table event. More... | |
| int | m_markup_index |
| The index of the markup that was added, deleted, undeleted, or modified. More... | |
| const ON_Markup * | m_old_settings |
| unsigned int | m_rhino_doc_sn |
| The serial number of the document which contains the markup table. More... | |
| CRhinoDocMarkupTableChanged::EventType CRhinoDocMarkupTableChanged::CParameters::m_event_type |
The markup table event.
| int CRhinoDocMarkupTableChanged::CParameters::m_markup_index |
The index of the markup that was added, deleted, undeleted, or modified.
| const ON_Markup* CRhinoDocMarkupTableChanged::CParameters::m_old_settings |
If the event is CRhinoDocMarkupTableChanged::EventType::MarkupModified, then the old markup. Otherwise, this parameter is nullptr. WARNING: This objects may be deleted at any time after Notify is called. Do not save the pointer and dereference it later.
| unsigned int CRhinoDocMarkupTableChanged::CParameters::m_rhino_doc_sn |
The serial number of the document which contains the markup table.
1.8.17