| _paramHandle | OFX::Param | [protected] |
| _paramName | OFX::Param | [protected] |
| _paramProps | OFX::Param | [protected] |
| _paramSet | OFX::Param | [protected] |
| _paramType | OFX::Param | [protected] |
| deleteAllKeys(void) | OFX::ValueParam | |
| deleteKeyAtTime(double time) | OFX::ValueParam | |
| getCacheInvalidation(void) const | OFX::ValueParam | |
| getDefault(double &r, double &g, double &b) | OFX::RGBParam | |
| getEvaluateOnChange(void) const | OFX::ValueParam | |
| getHint(void) const | OFX::Param | |
| getIsAnimating(void) const | OFX::ValueParam | |
| getIsAutoKeying(void) const | OFX::ValueParam | |
| getIsEnable(void) const | OFX::Param | |
| getIsPersistant(void) const | OFX::ValueParam | |
| getIsSecret(void) const | OFX::Param | |
| getKeyIndex(double time, KeySearchEnum searchDir) | OFX::ValueParam | |
| getKeyTime(int nthKey) | OFX::ValueParam | |
| getLabels(std::string &label, std::string &shortLabel, std::string &longLabel) const | OFX::Param | |
| getName(void) const | OFX::Param | |
| getNumKeys(void) | OFX::ValueParam | |
| getParent(void) const | OFX::Param | |
| getScriptName(void) const | OFX::Param | |
| getType(void) const | OFX::Param | [inline] |
| getValue(double &r, double &g, double &b) | OFX::RGBParam | |
| getValueAtTime(double t, double &r, double &g, double &b) | OFX::RGBParam | |
| mDeclareProtectedAssignAndCC(RGBParam) | OFX::RGBParam | [protected] |
| OFX::ValueParam::mDeclareProtectedAssignAndCC(ValueParam) | OFX::ValueParam | [protected] |
| operator=(const Param &v1) | OFX::Param | [inline, protected] |
| Param(const Param &v) | OFX::Param | [inline, protected] |
| Param(void) | OFX::Param | [inline, protected] |
| Param(const ParamSet *paramSet, const std::string &name, ParamTypeEnum type, OfxParamHandle handle) | OFX::Param | [protected] |
| ParamSet class | OFX::RGBParam | [friend] |
| RGBParam(void) | OFX::RGBParam | [inline, protected] |
| RGBParam(const ParamSet *paramSet, const std::string &name, OfxParamHandle handle) | OFX::RGBParam | [protected] |
| setDefault(double r, double g, double b) | OFX::RGBParam | |
| setEnabled(bool v) | OFX::Param | |
| setEvaluateOnChange(bool v) | OFX::ValueParam | |
| setHint(const std::string &hint) | OFX::Param | |
| setIsSecret(bool v) | OFX::Param | |
| setLabels(const std::string &label, const std::string &shortLabel, const std::string &longLabel) | OFX::Param | |
| setValue(double r, double g, double b) | OFX::RGBParam | |
| setValueAtTime(double t, double r, double g, double b) | OFX::RGBParam | |
| ValueParam(void) | OFX::ValueParam | [inline, protected] |
| ValueParam(const ParamSet *paramSet, const std::string &name, ParamTypeEnum type, OfxParamHandle handle) | OFX::ValueParam | [protected] |
| ~Param() | OFX::Param | [virtual] |
| ~ValueParam() | OFX::ValueParam | |