HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SdfNotice::LayerMutenessChanged Class Reference

#include <notice.h>

+ Inheritance diagram for SdfNotice::LayerMutenessChanged:

Public Member Functions

 LayerMutenessChanged (const std::string &layerPath, bool wasMuted)
 
SDF_API ~LayerMutenessChanged ()
 
const std::stringGetLayerPath () const
 Returns the path of the layer that was muted or unmuted. More...
 
bool WasMuted () const
 Returns true if the layer was muted, false if unmuted. More...
 
- Public Member Functions inherited from SdfNotice::Base
SDF_API ~Base ()
 
- Public Member Functions inherited from TfNotice
TF_API size_t Send () const
 
template<typename SenderPtr >
size_t Send (SenderPtr const &s) const
 
TF_API size_t SendWithWeakBase (const TfWeakBase *senderWeakBase, const void *senderUniqueId, const std::type_info &type) const
 
virtual TF_API ~TfNotice ()
 

Additional Inherited Members

- Public Types inherited from TfNotice
typedef TfWeakPtr< ProbeWeakProbePtr
 
typedef std::vector< KeyKeys
 
- Static Public Member Functions inherited from TfNotice
static TF_API void InsertProbe (const WeakProbePtr &probe)
 
static TF_API void RemoveProbe (const WeakProbePtr &probe)
 
template<class LPtr , class MethodPtr >
static TfNotice::Key Register (LPtr const &listener, MethodPtr method)
 
template<class LPtr , class MethodPtr , class SenderPtr >
static TfNotice::Key Register (LPtr const &listener, MethodPtr method, SenderPtr const &sender)
 
template<class LPtr , class MethodPtr >
static TfNotice::Key Register (LPtr const &listener, MethodPtr method, const TfType &noticeType, const TfAnyWeakPtr &sender)
 
static TF_API bool Revoke (TfNotice::Key &key)
 
static TF_API void Revoke (TfNotice::Keys *keys)
 

Detailed Description

Sent after a layer has been added or removed from the set of muted layers. Note this does not necessarily mean the specified layer is currently loaded.

Definition at line 212 of file notice.h.

Constructor & Destructor Documentation

SdfNotice::LayerMutenessChanged::LayerMutenessChanged ( const std::string layerPath,
bool  wasMuted 
)
inline

Definition at line 214 of file notice.h.

SDF_API SdfNotice::LayerMutenessChanged::~LayerMutenessChanged ( )

Member Function Documentation

const std::string& SdfNotice::LayerMutenessChanged::GetLayerPath ( ) const
inline

Returns the path of the layer that was muted or unmuted.

Definition at line 222 of file notice.h.

bool SdfNotice::LayerMutenessChanged::WasMuted ( ) const
inline

Returns true if the layer was muted, false if unmuted.

Definition at line 225 of file notice.h.


The documentation for this class was generated from the following file: