#include "OP_API.h"#include <iostream.h>#include <SYS/SYS_Types.h>#include <UT/UT_Assert.h>#include <UT/UT_Defines.h>#include <UT/UT_Lock.h>#include <UT/UT_LockedRawPtr.h>#include <UT/UT_String.h>#include <UT/UT_Thread.h>#include <EXPR/EX_Error.h>#include <CH/CH_ExprLanguage.h>#include <PRM/PRM_ChanState.h>#include <PRM/PRM_ParmList.h>#include <PRM/PRM_ParmOwner.h>#include "OP_Value.h"#include "OP_Error.h"#include "OP_Stat.h"Go to the source code of this file.
Classes | |
| class | OP_ScopeOptions |
| class | OP_Parameters |
Enumerations | |
| enum | OP_ScopeOp { OP_SCOPE_SET, OP_SCOPE_ADD, OP_SCOPE_REMOVE, OP_SCOPE_NUM_OPS } |
Functions | |
| OP_API PRM_Parm * | OPgetParameterFromChannel (CH_Channel *chp, int *vecidx) |
| OP_API void | OPsaveChannelForUndo (CH_Channel *chp) |
| OP_API void | OPsaveChannelsForUndo (const CH_ChannelList &channels) |
| OP_API void | OPtakeAutoActivateChannel (CH_Channel *chp) |
| enum OP_ScopeOp |
Definition at line 60 of file OP_Parameters.h.
| OP_API PRM_Parm* OPgetParameterFromChannel | ( | CH_Channel * | chp, | |
| int * | vecidx | |||
| ) |
| OP_API void OPsaveChannelForUndo | ( | CH_Channel * | chp | ) |
| OP_API void OPsaveChannelsForUndo | ( | const CH_ChannelList & | channels | ) |
| OP_API void OPtakeAutoActivateChannel | ( | CH_Channel * | chp | ) |
1.5.9