Identifies when a song has a stop, DDR/ITG style.
More...
#include <TimingSegments.h>
|
auto | GetType () const -> TimingSegmentType override |
|
auto | GetEffectType () const -> SegmentEffectType override |
|
auto | IsNotable () const -> bool override |
|
void | DebugPrint () const override |
|
auto | Copy () const -> TimingSegment *override |
|
| StopSegment (int iStartRow=ROW_INVALID, float fSeconds=0.0F) |
|
| StopSegment (const StopSegment &other) |
|
auto | GetPause () const -> float |
|
void | SetPause (float fSeconds) |
|
auto | ToString (int dec) const -> std::string override |
|
auto | GetValues () const -> std::vector< float > override |
|
auto | operator== (const StopSegment &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) |
|
auto | operator< (const TimingSegment &other) const -> bool |
|
virtual auto | operator!= (const TimingSegment &other) const -> bool |
|
|
static const double | EPSILON = 1e-6 |
|
Identifies when a song has a stop, DDR/ITG style.
◆ Copy()
◆ DebugPrint()
void StopSegment::DebugPrint |
( |
| ) |
const |
|
overridevirtual |
◆ GetEffectType()
auto StopSegment::GetEffectType |
( |
| ) |
const -> SegmentEffectType |
|
inlineoverridevirtual |
◆ GetType()
auto StopSegment::GetType |
( |
| ) |
const -> TimingSegmentType |
|
inlineoverridevirtual |
◆ GetValues()
auto StopSegment::GetValues |
( |
| ) |
const -> std::vector<float> |
|
inlineoverridevirtual |
◆ IsNotable()
auto StopSegment::IsNotable |
( |
| ) |
const -> bool |
|
inlineoverridevirtual |
◆ operator==()
auto StopSegment::operator== |
( |
const TimingSegment & |
other | ) |
const -> bool |
|
inlineoverridevirtual |
◆ ToString()
std::string StopSegment::ToString |
( |
int |
dec | ) |
const -> std::string |
|
overridevirtual |
The documentation for this struct was generated from the following files:
- /home/runner/work/etterna/etterna/src/Etterna/Models/Misc/TimingSegments.h
- /home/runner/work/etterna/etterna/src/Etterna/Models/Misc/TimingSegments.cpp