Loading...
Searching...
No Matches
SdfNotice::BaseLayersDidChange Class Reference

Base class for LayersDidChange and LayersDidChangeSentPerLayer. More...

#include <notice.h>

+ Inheritance diagram for SdfNotice::BaseLayersDidChange:

Public Types

using const_iterator = SdfLayerChangeListVec::const_iterator
 
using iterator = const_iterator
 

Public Member Functions

 BaseLayersDidChange (const SdfLayerChangeListVec &changeVec, size_t serialNumber)
 
SDF_API SdfLayerHandleVector GetLayers () const
 A list of layers changed.
 
const SdfLayerChangeListVec & GetChangeListVec () const
 A list of layers and the changes that occurred to them.
 
const_iterator begin () const
 
const_iterator cbegin () const
 
const_iterator end () const
 
const_iterator cend () const
 
const_iterator find (SdfLayerHandle const &layer) const
 
bool count (SdfLayerHandle const &layer) const
 
size_t GetSerialNumber () const
 The serial number for this round of change processing.
 

Detailed Description

Base class for LayersDidChange and LayersDidChangeSentPerLayer.

Definition at line 58 of file notice.h.

Member Typedef Documentation

◆ const_iterator

using const_iterator = SdfLayerChangeListVec::const_iterator

Definition at line 66 of file notice.h.

◆ iterator

using iterator = const_iterator

Definition at line 67 of file notice.h.

Constructor & Destructor Documentation

◆ BaseLayersDidChange()

BaseLayersDidChange ( const SdfLayerChangeListVec &  changeVec,
size_t  serialNumber 
)
inline

Definition at line 60 of file notice.h.

Member Function Documentation

◆ begin()

const_iterator begin ( ) const
inline

Definition at line 76 of file notice.h.

◆ cbegin()

const_iterator cbegin ( ) const
inline

Definition at line 77 of file notice.h.

◆ cend()

const_iterator cend ( ) const
inline

Definition at line 79 of file notice.h.

◆ count()

bool count ( SdfLayerHandle const &  layer) const
inline

Definition at line 89 of file notice.h.

◆ end()

const_iterator end ( ) const
inline

Definition at line 78 of file notice.h.

◆ find()

const_iterator find ( SdfLayerHandle const &  layer) const
inline

Definition at line 81 of file notice.h.

◆ GetChangeListVec()

const SdfLayerChangeListVec & GetChangeListVec ( ) const
inline

A list of layers and the changes that occurred to them.

Definition at line 74 of file notice.h.

◆ GetLayers()

SDF_API SdfLayerHandleVector GetLayers ( ) const

A list of layers changed.

◆ GetSerialNumber()

size_t GetSerialNumber ( ) const
inline

The serial number for this round of change processing.

Definition at line 94 of file notice.h.


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