|
JBWOPR
|
This is the complete list of members for JBWoprSongEffect, including all inherited members.
| _displayText(const std::string &text, JBTextAlignment alignment=JBTextAlignment::LEFT) | JBWoprEffectBase | protected |
| _done | JBWoprSongEffect | protected |
| _duration | JBWoprEffectBase | protected |
| _isRunning | JBWoprEffectBase | protected |
| _name | JBWoprEffectBase | protected |
| _nextTick | JBWoprEffectBase | protected |
| _song | JBWoprSongEffect | protected |
| _startTime | JBWoprEffectBase | protected |
| _step | JBWoprSongEffect | protected |
| _tempo | JBWoprSongEffect | protected |
| _wholeNote | JBWoprSongEffect | protected |
| _woprDevice | JBWoprEffectBase | protected |
| getDuration() const | JBWoprEffectBase | |
| getName() | JBWoprEffectBase | virtual |
| isRunning() const | JBWoprEffectBase | |
| JBWoprEffectBase(JBWoprDevice *woprDevice, uint32_t duration=-1, std::string name=JBWOPR_EFFECT_NAME_BASE) | JBWoprEffectBase | explicit |
| JBWoprSongEffect(JBWoprDevice *woprBoard, const std::vector< Note > *song, uint32_t tempo=114, uint32_t duration=-1, const std::string &name=JBWOPR_EFFECT_NAME_SONG) | JBWoprSongEffect | explicit |
| loop() override | JBWoprSongEffect | virtual |
| setSong(const std::vector< Note > *song) | JBWoprSongEffect | virtual |
| setTempo(uint32_t tempo) | JBWoprSongEffect | virtual |
| start() override | JBWoprSongEffect | virtual |
| stop() | JBWoprEffectBase | virtual |