HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups 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 
10 /// \file tf/debugNotice.h
11 
12 #include "pxr/pxr.h"
13 #include "pxr/base/tf/notice.h"
14 
16 
17 /// \class TfDebugSymbolsChangedNotice
18 ///
19 /// Sent when the list of available debug symbol names has changed.
21 {
22 public:
25 };
26 
27 /// \class TfDebugSymbolEnableChangedNotice
28 ///
29 /// Sent when a debug symbol has been enabled or disabled.
31 {
32 public:
35 };
36 
38 
39 #endif
virtual ~TfDebugSymbolsChangedNotice()
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
Definition: path.h:1425
#define PXR_NAMESPACE_CLOSE_SCOPE
Definition: pxr.h:74