KFbxEmbeddedFilesAccumulator::KFbxPropertyUrlIndex Struct Reference


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.

#include <kfbxembeddedfilesaccumulator.h>

List of all members.

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.

                                   : mIndex(0)
            {
            }
KFbxPropertyUrlIndex ( const KString pUrl,
int  pIndex 
) [inline]

Definition at line 75 of file kfbxembeddedfilesaccumulator.h.

                : mPropName(pUrl)
                , mIndex(pIndex)
            {
            }

Member Data Documentation


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