|
auto | GetType () const -> TimingSegmentType override |
|
auto | GetEffectType () const -> SegmentEffectType override |
|
auto | IsNotable () const -> bool override |
|
void | DebugPrint () const override |
|
auto | Copy () const -> TimingSegment *override |
|
| LabelSegment (int iStartRow=ROW_INVALID, std::string sLabel=std::string()) |
|
| LabelSegment (const LabelSegment &other) |
|
auto | GetLabel () const -> const std::string & |
|
void | SetLabel (const std::string &sLabel) |
|
auto | ToString (int dec) const -> std::string override |
|
auto | operator== (const LabelSegment &other) const -> bool |
|
auto | operator== (const TimingSegment &other) const -> bool override |
|
| TimingSegment (int iRow=ROW_INVALID) |
|
| TimingSegment (float fBeat) |
|
| TimingSegment (const TimingSegment &other) |
|
virtual void | Scale (int start, int length, int newLength) |
| Scales itself.
|
|
auto | GetRow () const -> int |
|
void | SetRow (int iRow) |
|
auto | GetBeat () const -> float |
|
void | SetBeat (float fBeat) |
|
virtual auto | GetValues () const -> std::vector< float > |
|
auto | operator< (const TimingSegment &other) const -> bool |
|
virtual auto | operator!= (const TimingSegment &other) const -> bool |
|
Identifies when a chart is entering a different section.
This is meant for helping to identify different sections of a chart versus relying on measures and beats alone.