#include <PI_PropertyMap.h>
Public Member Functions | |
| PI_PropertyMap () | |
| virtual | ~PI_PropertyMap () |
| void | setMap (int n, const PI_PropertyMapDef map[]) |
| bool | renameParameter (const char *oldname, const char *newname, const char *newch0=0, const char *newch1=0, const char *newch2=0, const char *newch3=0) |
| bool | createFromChannel (PI_EditScriptedParms &editparms, PRM_ParmNameMap *nmap, const char *chname) |
Definition at line 76 of file PI_PropertyMap.h.
| PI_PropertyMap::PI_PropertyMap | ( | ) |
| virtual PI_PropertyMap::~PI_PropertyMap | ( | ) | [virtual] |
| bool PI_PropertyMap::createFromChannel | ( | PI_EditScriptedParms & | editparms, | |
| PRM_ParmNameMap * | nmap, | |||
| const char * | chname | |||
| ) |
| bool PI_PropertyMap::renameParameter | ( | const char * | oldname, | |
| const char * | newname, | |||
| const char * | newch0 = 0, |
|||
| const char * | newch1 = 0, |
|||
| const char * | newch2 = 0, |
|||
| const char * | newch3 = 0 | |||
| ) |
| void PI_PropertyMap::setMap | ( | int | n, | |
| const PI_PropertyMapDef | map[] | |||
| ) | [inline] |
Definition at line 81 of file PI_PropertyMap.h.
1.5.9