|
LMMS
|
This is the complete list of members for lmms::Note, including all inherited members.
| classNodeName() | lmms::Note | inlinestatic |
| clone() const | lmms::Note | |
| createDetuning() | lmms::Note | |
| detuning() const | lmms::Note | inline |
| endPos() const | lmms::Note | inline |
| getPanning() const | lmms::Note | inline |
| getVolume() const | lmms::Note | inline |
| hasDetuningInfo() const | lmms::Note | |
| hook() | lmms::SerializingObject | inline |
| isPlaying() const | lmms::Note | inline |
| key() const | lmms::Note | inline |
| length() const | lmms::Note | inline |
| lessThan(const Note *lhs, const Note *rhs) | lmms::Note | inlinestatic |
| loadSettings(const QDomElement &_this) override | lmms::Note | protectedvirtual |
| m_detuning | lmms::Note | private |
| m_hook | lmms::SerializingObject | private |
| m_isPlaying | lmms::Note | private |
| m_key | lmms::Note | private |
| m_length | lmms::Note | private |
| m_oldKey | lmms::Note | private |
| m_oldLength | lmms::Note | private |
| m_oldPos | lmms::Note | private |
| m_panning | lmms::Note | private |
| m_pos | lmms::Note | private |
| m_selected | lmms::Note | private |
| m_type | lmms::Note | private |
| m_volume | lmms::Note | private |
| midiVelocity(int midiBaseVelocity) const | lmms::Note | inline |
| nodeName() const override | lmms::Note | inlinevirtual |
| Note(const TimePos &length=TimePos(0), const TimePos &pos=TimePos(0), int key=DefaultKey, volume_t volume=DefaultVolume, panning_t panning=DefaultPanning, std::shared_ptr< DetuningHelper > detuning=nullptr) | lmms::Note | |
| Note(const Note ¬e) | lmms::Note | |
| oldKey() const | lmms::Note | inline |
| oldLength() const | lmms::Note | inline |
| oldPos() const | lmms::Note | inline |
| operator=(const Note ¬e) | lmms::Note | |
| parameterCurve(ParameterType paramType) | lmms::Note | |
| ParameterType enum name | lmms::Note | |
| pos() const | lmms::Note | inline |
| pos(TimePos basePos) const | lmms::Note | inline |
| quantized(const TimePos &m, const int qGrid) | lmms::Note | static |
| quantizeLength(const int qGrid) | lmms::Note | |
| quantizePos(const int qGrid) | lmms::Note | |
| restoreState(const QDomElement &_this) | lmms::SerializingObject | virtual |
| saveSettings(QDomDocument &doc, QDomElement &parent) override | lmms::Note | protectedvirtual |
| saveState(QDomDocument &_doc, QDomElement &_parent) | lmms::SerializingObject | virtual |
| selected() const | lmms::Note | inline |
| SerializingObject() | lmms::SerializingObject | |
| setHook(SerializingObjectHook *_hook) | lmms::SerializingObject | |
| setIsPlaying(const bool isPlaying) | lmms::Note | inline |
| setKey(const int key) | lmms::Note | |
| setLength(const TimePos &length) | lmms::Note | |
| setOldKey(const int oldKey) | lmms::Note | inline |
| setOldLength(const TimePos &oldLength) | lmms::Note | inline |
| setOldPos(const TimePos &oldPos) | lmms::Note | inline |
| setPanning(panning_t panning) | lmms::Note | virtual |
| setPos(const TimePos &pos) | lmms::Note | |
| setSelected(const bool selected) | lmms::Note | inline |
| setType(Type t) | lmms::Note | inline |
| setVolume(volume_t volume) | lmms::Note | virtual |
| Type enum name | lmms::Note | |
| type() const | lmms::Note | inline |
| withinRange(int tickStart, int tickEnd) const | lmms::Note | |
| ~Note() override | lmms::Note | |
| ~SerializingObject() | lmms::SerializingObject | virtual |