Go to the source code of this file.
|
#define | TIME_TO_X(t) (zoomInfo.TimeToPosition((t), rect.x)) |
|
#define | X_TO_TIME(xx) (zoomInfo.PositionToTime((xx), rect.x)) |
|
#define | CLIP_MAX 16000 |
|
#define | CLIP(xx) |
|
#define | RED(i) ( unsigned char )( (((i) >> 16) & 0xff) ) |
|
#define | GREEN(i) ( unsigned char )( (((i) >> 8) & 0xff) ) |
|
#define | BLUE(i) ( unsigned char )( ((i) & 0xff) ) |
|
|
| DEFINE_ATTACHED_VIRTUAL_OVERRIDE (DoGetNoteTrackView) |
|
const char * | anonymous_namespace{NoteTrackView.cpp}::IsShape (Alg_note_ptr note) |
|
double | anonymous_namespace{NoteTrackView.cpp}::LookupRealAttribute (Alg_note_ptr note, Alg_attribute attr, double def) |
|
long | anonymous_namespace{NoteTrackView.cpp}::LookupIntAttribute (Alg_note_ptr note, Alg_attribute attr, long def) |
|
bool | anonymous_namespace{NoteTrackView.cpp}::LookupLogicalAttribute (Alg_note_ptr note, Alg_attribute attr, bool def) |
|
const char * | anonymous_namespace{NoteTrackView.cpp}::LookupStringAttribute (Alg_note_ptr note, Alg_attribute attr, const char *def) |
|
const char * | anonymous_namespace{NoteTrackView.cpp}::LookupAtomAttribute (Alg_note_ptr note, Alg_attribute attr, char *def) |
|
void | anonymous_namespace{NoteTrackView.cpp}::DrawNoteBackground (TrackPanelDrawingContext &context, const NoteTrack &track, const wxRect &rect, const wxRect &sel, const wxBrush &wb, const wxPen &wp, const wxBrush &bb, const wxPen &bp, const wxPen &mp) |
|
void | anonymous_namespace{NoteTrackView.cpp}::DrawNoteTrack (TrackPanelDrawingContext &context, const NoteTrack &track, const wxRect &rect, bool muted, bool selected) |
|
| DEFINE_ATTACHED_VIRTUAL_OVERRIDE (GetNoteTrackSyncLockPolicy) |
|
◆ BLUE
#define BLUE |
( |
|
i | ) |
( unsigned char )( ((i) & 0xff) ) |
◆ CLIP
◆ CLIP_MAX
◆ GREEN
#define GREEN |
( |
|
i | ) |
( unsigned char )( (((i) >> 8) & 0xff) ) |
◆ RED
#define RED |
( |
|
i | ) |
( unsigned char )( (((i) >> 16) & 0xff) ) |
◆ TIME_TO_X
#define TIME_TO_X |
( |
|
t | ) |
(zoomInfo.TimeToPosition((t), rect.x)) |
◆ X_TO_TIME
#define X_TO_TIME |
( |
|
xx | ) |
(zoomInfo.PositionToTime((xx), rect.x)) |
◆ DoGetNoteTrackView
◆ GetNoteTrackSyncLockPolicy
◆ DEFINE_ATTACHED_VIRTUAL_OVERRIDE() [1/2]
Definition at line 64 of file NoteTrackView.cpp.
64 {
66 return std::make_shared<NoteTrackView>(
68 };
69}
A Track that is used for Midi notes. (Somewhat old code).
std::shared_ptr< Subclass > SharedPointer()
References Track::SharedPointer().
◆ DEFINE_ATTACHED_VIRTUAL_OVERRIDE() [2/2]