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