KFbxEmbeddedFilesAccumulator::KFbxPropertyUrlIndex Struct Reference

#include <kfbxembeddedfilesaccumulator.h>

List of all members.


Detailed Description

Map the object to the property's hierarchical name.

An object may use the same file on multiple properties, hence the set. Each property may have multiple URLs, separate by |. We thus need to store the index along with the property.

Definition at line 66 of file kfbxembeddedfilesaccumulator.h.


Public Member Functions

  KFbxPropertyUrlIndex ()
  KFbxPropertyUrlIndex (const KString &pUrl, int pIndex)

Public Attributes

KString  mPropName
int  mIndex

Constructor & Destructor Documentation

KFbxPropertyUrlIndex (  )  [inline]

Definition at line 71 of file kfbxembeddedfilesaccumulator.h.

KFbxPropertyUrlIndex ( const KString pUrl,
int  pIndex  
) [inline]

Definition at line 75 of file kfbxembeddedfilesaccumulator.h.


Member Data Documentation