HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OR_Mapping Class Reference

#include <OR_Mapping.h>

Public Member Functions

 OR_Mapping ()
 
 ~OR_Mapping ()
 
void setMapping (int idx, int type, const char *label=0)
 
int getMapping (int idx, const char *&label) const
 
int getNumMappings () const
 
int findManualParms (int index, OP_Node *src)
 
const opParmDatagetManualParm (int index, int i)
 
void buildOpDependencies (OP_Node *src)
 
void changeOpRef (const char *new_fullpath, const char *old_fullpath, const char *old_cwd)
 
bool save (UT_OStream &os)
 
bool load (UT_IStream &is)
 
int64 getMemoryUsage (bool inclusive) const
 

Detailed Description

Definition at line 29 of file OR_Mapping.h.

Constructor & Destructor Documentation

OR_Mapping::OR_Mapping ( )
OR_Mapping::~OR_Mapping ( )

Member Function Documentation

void OR_Mapping::buildOpDependencies ( OP_Node src)
void OR_Mapping::changeOpRef ( const char *  new_fullpath,
const char *  old_fullpath,
const char *  old_cwd 
)
int OR_Mapping::findManualParms ( int  index,
OP_Node src 
)
const opParmData* OR_Mapping::getManualParm ( int  index,
int  i 
)
int OR_Mapping::getMapping ( int  idx,
const char *&  label 
) const
int64 OR_Mapping::getMemoryUsage ( bool  inclusive) const
int OR_Mapping::getNumMappings ( ) const
inline

Definition at line 40 of file OR_Mapping.h.

bool OR_Mapping::load ( UT_IStream is)
bool OR_Mapping::save ( UT_OStream os)
void OR_Mapping::setMapping ( int  idx,
int  type,
const char *  label = 0 
)

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