|
HDK
|
#include <errors.h>
Inheritance diagram for PcpErrorTargetPathBase:Public Member Functions | |
| PCP_API | ~PcpErrorTargetPathBase () override |
| Destructor. More... | |
Public Member Functions inherited from PcpErrorBase | |
| virtual PCP_API | ~PcpErrorBase () |
| Destructor. More... | |
| virtual std::string | ToString () const =0 |
| Converts error to string message. More... | |
Public Attributes | |
| SdfPath | targetPath |
| The invalid target or connection path that was authored. More... | |
| SdfPath | owningPath |
| The path to the property where the target was authored. More... | |
| SdfSpecType | ownerSpecType |
| The spec type of the property where the target was authored. More... | |
| SdfLayerHandle | layer |
| The layer containing the property where the target was authored. More... | |
| SdfPath | composedTargetPath |
Public Attributes inherited from PcpErrorBase | |
| const PcpErrorType | errorType |
| The error code. More... | |
| PcpSite | rootSite |
Protected Member Functions | |
| PcpErrorTargetPathBase (PcpErrorType errorType) | |
Protected Member Functions inherited from PcpErrorBase | |
| PcpErrorBase (PcpErrorType errorType) | |
| Constructor. More... | |
Base class for composition errors related to target or connection paths.
|
override |
Destructor.
|
protected |
| SdfPath PcpErrorTargetPathBase::composedTargetPath |
| SdfLayerHandle PcpErrorTargetPathBase::layer |
| SdfSpecType PcpErrorTargetPathBase::ownerSpecType |
| SdfPath PcpErrorTargetPathBase::owningPath |
| SdfPath PcpErrorTargetPathBase::targetPath |