HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
proxyTypes.h File Reference
+ Include dependency graph for proxyTypes.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef SdfListProxy
< SdfNameTokenKeyPolicy
SdfNameOrderProxy
 
typedef SdfListProxy
< SdfSubLayerTypePolicy
SdfSubLayerProxy
 
typedef SdfListEditorProxy
< SdfNameKeyPolicy
SdfNameEditorProxy
 
typedef SdfListEditorProxy
< SdfPathKeyPolicy
SdfPathEditorProxy
 
typedef SdfListEditorProxy
< SdfPayloadTypePolicy
SdfPayloadEditorProxy
 
typedef SdfListEditorProxy
< SdfReferenceTypePolicy
SdfReferenceEditorProxy
 
typedef SdfChildrenView
< Sdf_AttributeChildPolicy,
SdfAttributeViewPredicate
SdfAttributeSpecView
 
typedef SdfChildrenView
< Sdf_PrimChildPolicy
SdfPrimSpecView
 
typedef SdfChildrenView
< Sdf_PropertyChildPolicy
SdfPropertySpecView
 
typedef SdfChildrenView
< Sdf_AttributeChildPolicy
SdfRelationalAttributeSpecView
 
typedef SdfChildrenView
< Sdf_RelationshipChildPolicy,
SdfRelationshipViewPredicate
SdfRelationshipSpecView
 
typedef SdfChildrenView
< Sdf_VariantChildPolicy
SdfVariantView
 
typedef SdfChildrenView
< Sdf_VariantSetChildPolicy
SdfVariantSetView
 
typedef SdfChildrenProxy
< SdfVariantSetView
SdfVariantSetsProxy
 
typedef SdfNameOrderProxy SdfNameChildrenOrderProxy
 
typedef SdfNameOrderProxy SdfPropertyOrderProxy
 
typedef SdfPathEditorProxy SdfConnectionsProxy
 
typedef SdfPathEditorProxy SdfInheritsProxy
 
typedef SdfPathEditorProxy SdfSpecializesProxy
 
typedef SdfPathEditorProxy SdfTargetsProxy
 
typedef SdfPayloadEditorProxy SdfPayloadsProxy
 
typedef SdfReferenceEditorProxy SdfReferencesProxy
 
typedef SdfNameEditorProxy SdfVariantSetNamesProxy
 
typedef SdfMapEditProxy
< VtDictionary
SdfDictionaryProxy
 
typedef SdfMapEditProxy
< SdfVariantSelectionMap
SdfVariantSelectionProxy
 
typedef SdfMapEditProxy
< SdfRelocatesMap,
SdfRelocatesMapProxyValuePolicy
SdfRelocatesMapProxy
 

Functions

PXR_NAMESPACE_OPEN_SCOPE SDF_DECLARE_HANDLES (SdfSpec)
 
SdfPathEditorProxy SdfGetPathEditorProxy (const SdfSpecHandle &spec, const TfToken &pathField)
 
SdfReferenceEditorProxy SdfGetReferenceEditorProxy (const SdfSpecHandle &spec, const TfToken &referenceField)
 
SdfPayloadEditorProxy SdfGetPayloadEditorProxy (const SdfSpecHandle &spec, const TfToken &payloadField)
 
SdfNameOrderProxy SdfGetNameOrderProxy (const SdfSpecHandle &spec, const TfToken &orderField)
 

Typedef Documentation

Definition at line 61 of file proxyTypes.h.

Definition at line 69 of file proxyTypes.h.

Definition at line 62 of file proxyTypes.h.

Definition at line 59 of file proxyTypes.h.

Definition at line 41 of file proxyTypes.h.

Definition at line 65 of file proxyTypes.h.

Definition at line 50 of file proxyTypes.h.

Definition at line 60 of file proxyTypes.h.

Definition at line 66 of file proxyTypes.h.

Definition at line 63 of file proxyTypes.h.

Definition at line 42 of file proxyTypes.h.

Definition at line 64 of file proxyTypes.h.

Definition at line 67 of file proxyTypes.h.

Function Documentation

PXR_NAMESPACE_OPEN_SCOPE SDF_DECLARE_HANDLES ( SdfSpec  )
SdfNameOrderProxy SdfGetNameOrderProxy ( const SdfSpecHandle &  spec,
const TfToken orderField 
)

Returns a name order list proxy for the ordering specified in the given orderField on spec. If the value doesn't exist or the object is invalid then this returns an invalid list editor.

SdfPathEditorProxy SdfGetPathEditorProxy ( const SdfSpecHandle &  spec,
const TfToken pathField 
)

Returns a path list editor proxy for the path list op in the given pathField on spec. If the value doesn't exist or spec is invalid then this returns an invalid list editor.

SdfPayloadEditorProxy SdfGetPayloadEditorProxy ( const SdfSpecHandle &  spec,
const TfToken payloadField 
)

Returns a payload list editor proxy for the payloads list op in the given payloadField on spec. If the value doesn't exist or the object is invalid then this returns an invalid list editor.

SdfReferenceEditorProxy SdfGetReferenceEditorProxy ( const SdfSpecHandle &  spec,
const TfToken referenceField 
)

Returns a reference list editor proxy for the references list op in the given referenceField on spec. If the value doesn't exist or the object is invalid then this returns an invalid list editor.