HDK
|
#include <CH_Channel.h>
Public Member Functions | |
CH_FullKey () | |
CH_FullKey (CH_FullKey const &other) | |
CH_FullKey & | operator= (CH_FullKey const &other) |
void | display () const |
![]() | |
CH_Key () | |
void | display () const |
void | clear () |
void | tie (int direction, CH_ValueTypes t) |
void | tie (int direction) |
void | setAuto (CH_ValueTypes t) |
void | set (CH_ValueTypes t, fpreal value) |
bool | isSet (CH_ValueTypes t) const |
void | complete () |
void | get (CH_Segment *left_seg, CH_Segment *right_seg, bool accel_ratio=true) |
void | put (CH_Segment *left_seg, CH_Segment *right_seg, bool accel_ratio=true, bool update_fake_slope_accel_handles=true) const |
void | stretch (fpreal xscale, fpreal yscale, bool accel_ratio) |
void | changeAccelsToRatios (fpreal left_seg_len, fpreal right_seg_len) |
void | reverse () |
void | opscript (std::ostream &os, bool use_time, bool only_valid=true) const |
bool | verify (bool check_tied_slopes=true) const |
Public Attributes | |
bool | myUseExpression |
UT_String | myExpression |
CH_ExprLanguage | myExprLanguage |
![]() | |
fpreal | myTimeValue |
bool | myEvaluatedSlopes |
CH_HalfKey | k [2] |
Definition at line 103 of file CH_Channel.h.
|
inline |
Definition at line 110 of file CH_Channel.h.
CH_FullKey::CH_FullKey | ( | CH_FullKey const & | other | ) |
void CH_FullKey::display | ( | ) | const |
CH_FullKey& CH_FullKey::operator= | ( | CH_FullKey const & | other | ) |
UT_String CH_FullKey::myExpression |
Definition at line 107 of file CH_Channel.h.
CH_ExprLanguage CH_FullKey::myExprLanguage |
Definition at line 108 of file CH_Channel.h.
bool CH_FullKey::myUseExpression |
Definition at line 106 of file CH_Channel.h.