#include <OP_MultiparmInfo.h>
Public Member Functions | |
| OP_MultiparmInfo (OP_Parameters &owner) | |
| ~OP_MultiparmInfo () | |
| int | entries () const |
| const UT_String & | getReferencedChannel (int index) const |
| const UT_String & | getInstanceChannel (int index) const |
| bool | setReference (const char *instancechannel, const char *referencedchannel, UT_String &error) |
| bool | getReferencedChannel (const char *instancechannel, UT_String &referencedchannel) const |
| void | saveCommands (ostream &os) const |
| void | save (ostream &os, bool binary) const |
| bool | load (UT_IStream &is) |
Static Public Member Functions | |
| static bool | matchChannels (const char *instancechannel, const char *genericinstancechannel, UT_IntArray &hashreplacements) |
Definition at line 28 of file OP_MultiparmInfo.h.
| OP_MultiparmInfo::OP_MultiparmInfo | ( | OP_Parameters & | owner | ) |
| OP_MultiparmInfo::~OP_MultiparmInfo | ( | ) |
| int OP_MultiparmInfo::entries | ( | ) | const |
| const UT_String& OP_MultiparmInfo::getInstanceChannel | ( | int | index | ) | const |
| bool OP_MultiparmInfo::getReferencedChannel | ( | const char * | instancechannel, | |
| UT_String & | referencedchannel | |||
| ) | const |
| const UT_String& OP_MultiparmInfo::getReferencedChannel | ( | int | index | ) | const |
| bool OP_MultiparmInfo::load | ( | UT_IStream & | is | ) |
| static bool OP_MultiparmInfo::matchChannels | ( | const char * | instancechannel, | |
| const char * | genericinstancechannel, | |||
| UT_IntArray & | hashreplacements | |||
| ) | [static] |
| void OP_MultiparmInfo::save | ( | ostream & | os, | |
| bool | binary | |||
| ) | const |
| void OP_MultiparmInfo::saveCommands | ( | ostream & | os | ) | const |
| bool OP_MultiparmInfo::setReference | ( | const char * | instancechannel, | |
| const char * | referencedchannel, | |||
| UT_String & | error | |||
| ) |
1.5.9