Base class for LayersDidChange and LayersDidChangeSentPerLayer.
More...
#include <notice.h>
|
| | 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.
|
| |
◆ const_iterator
| using const_iterator = SdfLayerChangeListVec::const_iterator |
◆ iterator
| using iterator = const_iterator |
◆ BaseLayersDidChange()
◆ begin()
| const_iterator begin |
( |
| ) |
const |
|
inline |
◆ cbegin()
| const_iterator cbegin |
( |
| ) |
const |
|
inline |
◆ cend()
| const_iterator cend |
( |
| ) |
const |
|
inline |
◆ count()
| bool count |
( |
SdfLayerHandle const & |
layer | ) |
const |
|
inline |
◆ end()
| const_iterator end |
( |
| ) |
const |
|
inline |
◆ find()
| const_iterator find |
( |
SdfLayerHandle const & |
layer | ) |
const |
|
inline |
◆ GetChangeListVec()
| const SdfLayerChangeListVec & GetChangeListVec |
( |
| ) |
const |
|
inline |
A list of layers and the changes that occurred to them.
Definition at line 57 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 77 of file notice.h.
The documentation for this class was generated from the following file: