#include <NoteTypes.h>
Collaboration diagram for TapNote:
Public Types | |
enum | Type { empty, tap, hold_head, hold_tail, mine, attack, autoKeysound } |
enum | Source { original, addition, removed } |
Public Member Functions | |
TapNote () | |
TapNote (Type type_, Source source_, CString sAttackModifiers_, float fAttackDurationSeconds_, bool bKeysound_, int iKeysoundIndex_) | |
bool | operator== (const TapNote &other) const |
Public Attributes | |
enum TapNote::Type | type |
enum TapNote::Source | source |
CString | sAttackModifiers |
float | fAttackDurationSeconds |
bool | bKeysound |
int | iKeysoundIndex |
int | iDuration |
TapNoteResult | result |
HoldNoteResult | HoldResult |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|