#include <CH_Channel.h>

Public Member Functions | |
| CH_ReversibleKey () | |
| CH_ReversibleKey (CH_ReversibleKey const &other) | |
| CH_ReversibleKey & | operator= (CH_ReversibleKey const &other) |
| void | display () const |
| void | stretch (float xscale, float yscale, bool accel_ratio) |
| void | reverse () |
Public Attributes | |
| bool | myUseRevExpression |
| UT_String | myRevExpression |
| CH_ExprLanguage | myRevExprLanguage |
Definition at line 165 of file CH_Channel.h.
| CH_ReversibleKey::CH_ReversibleKey | ( | ) | [inline] |
Definition at line 172 of file CH_Channel.h.
| CH_ReversibleKey::CH_ReversibleKey | ( | CH_ReversibleKey const & | other | ) |
| void CH_ReversibleKey::display | ( | ) | const |
Reimplemented from CH_FullKey.
| CH_ReversibleKey& CH_ReversibleKey::operator= | ( | CH_ReversibleKey const & | other | ) |
| void CH_ReversibleKey::reverse | ( | ) |
Reimplemented from CH_Key.
| void CH_ReversibleKey::stretch | ( | float | xscale, | |
| float | yscale, | |||
| bool | accel_ratio | |||
| ) |
Reimplemented from CH_Key.
Definition at line 169 of file CH_Channel.h.
Definition at line 170 of file CH_Channel.h.
Definition at line 168 of file CH_Channel.h.
1.5.9