All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
debugNotice.h
Go to the documentation of this file.
1//
2// Copyright 2016 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6//
7#ifndef PXR_BASE_TF_DEBUG_NOTICE_H
8#define PXR_BASE_TF_DEBUG_NOTICE_H
9
11
12#include "pxr/pxr.h"
13#include "pxr/base/tf/notice.h"
14
15PXR_NAMESPACE_OPEN_SCOPE
16
21{
22public:
25};
26
31{
32public:
35};
36
37PXR_NAMESPACE_CLOSE_SCOPE
38
39#endif
Sent when a debug symbol has been enabled or disabled.
Definition: debugNotice.h:31
Sent when the list of available debug symbol names has changed.
Definition: debugNotice.h:21
The base class for objects used to notify interested parties (listeners) when events have occurred.
Definition: notice.h:77