VPTissue Reference Manual
|
An event transmitted by viewers to notify whether they are enabled or disabled. More...
#include <ViewerEvent.h>
Public Types | |
using | Source = std::shared_ptr< IViewerNode > |
enum | Type { Enabled, Disabled } |
Public Member Functions | |
ViewerEvent (Source s, Type t) | |
Source | GetSource () const |
Type | GetType () const |
An event transmitted by viewers to notify whether they are enabled or disabled.
Definition at line 34 of file ViewerEvent.h.