|
Rhino C++ API
9.0
|
28 May 2026, Rajaa, RH-95912 More...
#include <rhinoSdkEventWatcher.h>
Classes | |
| class | CParameters |
Public Member Functions | |
| CRhinoOnWorksessionFile (ON_UUID plugInId) | |
| CRhinoOnWorksessionFile (ON_UUID plugInId, bool headlessDocAware, bool headlessAppAware) | |
| virtual void | Notify (const class CRhinoOnWorksessionFile::CParameters ¶ms)=0 |
Public Member Functions inherited from CRhinoEventWatcherEx | |
| void | Enable (bool bEnable) |
| bool | IsEnabled () const |
| bool | IsHeadlessAppAware () const |
| bool | IsHeadlessDocAware () const |
| bool | IsRegistered () const |
| void | operator delete (void *) |
| void | operator delete (void *, void *) |
| void | operator delete[] (void *) |
| void * | operator new (size_t) |
| new/delete More... | |
| void * | operator new (size_t, void *) |
| in place new/delete More... | |
| void * | operator new[] (size_t) |
| array new/delete More... | |
| bool | Register () |
| bool | Unregister () |
Additional Inherited Members | |
Public Attributes inherited from CRhinoEventWatcherEx | |
| const event_type | m_event_type |
| Type of event being watched. More... | |
| const ON_UUID | m_plugin_id |
| ID of plug-in that is watching. More... | |
| const unsigned int | m_watcher_sn |
| unique runtime serial number for this watcher More... | |
Protected Member Functions inherited from CRhinoEventWatcherEx | |
| CRhinoEventWatcherEx (CRhinoEventWatcherEx::event_type et, ON_UUID plugin_id) | |
| CRhinoEventWatcherEx (CRhinoEventWatcherEx::event_type et, ON_UUID plugin_id, bool headlessDocAware, bool headlessAppAware) | |
| virtual | ~CRhinoEventWatcherEx () |
28 May 2026, Rajaa, RH-95912
|
strong |
| CRhinoOnWorksessionFile::CRhinoOnWorksessionFile | ( | ON_UUID | plugInId | ) |
| CRhinoOnWorksessionFile::CRhinoOnWorksessionFile | ( | ON_UUID | plugInId, |
| bool | headlessDocAware, | ||
| bool | headlessAppAware | ||
| ) |
|
pure virtual |
Description: Rhino calls Notify after a worksession reference model has been attached to or detached from the document. At the time of the notification, the document state already reflects the change: attached models' objects/layers are present, detached models' objects/layers have been purged.
1.8.17