Audacity 3.2.0
|
#include <NoteTrack.h>
Public Member Functions | |
~NoteTrackAttachment () override | |
virtual void | WriteXML (XMLWriter &xmlFile) const |
Default implementation does nothing. More... | |
virtual bool | HandleAttribute (const Attribute &attribute) |
Return whether the attribute was used; default returns false. More... | |
Definition at line 59 of file NoteTrack.h.
|
overridedefault |
|
virtual |
Return whether the attribute was used; default returns false.
Reimplemented in NoteTrackRange.
Definition at line 127 of file NoteTrack.cpp.
|
virtual |
Default implementation does nothing.
Reimplemented in NoteTrackRange.
Definition at line 124 of file NoteTrack.cpp.