24 #ifndef PXR_BASE_PLUG_NOTICE_H 25 #define PXR_BASE_PLUG_NOTICE_H 28 #include "pxr/base/plug/api.h" 32 PXR_NAMESPACE_OPEN_SCOPE
45 PLUG_API
virtual ~
Base();
56 const PlugPluginPtrVector& GetNewPlugins()
const 60 PlugPluginPtrVector _plugins;
67 PXR_NAMESPACE_CLOSE_SCOPE
69 #endif // PXR_BASE_PLUG_NOTICE_H #define TF_DECLARE_WEAK_PTRS(type)
Define standard weak pointer types.
The base class for objects used to notify interested parties (listeners) when events have occurred.
Standard pointer typedefs.
Base class for all Plug notices.
Notifications sent by the Plug library.
Defines an interface to registered plugins.
Notice sent after new plugins have been registered with the Plug registry.