Audacity 3.2.0
Public Member Functions | List of all members
NoteTrackAttachment Struct Reference

#include <NoteTrack.h>

Inheritance diagram for NoteTrackAttachment:
[legend]
Collaboration diagram for NoteTrackAttachment:
[legend]

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...
 

Detailed Description

Definition at line 59 of file NoteTrack.h.

Constructor & Destructor Documentation

◆ ~NoteTrackAttachment()

NoteTrackAttachment::~NoteTrackAttachment ( )
overridedefault

Member Function Documentation

◆ HandleAttribute()

bool NoteTrackAttachment::HandleAttribute ( const Attribute attribute)
virtual

Return whether the attribute was used; default returns false.

Reimplemented in NoteTrackRange.

Definition at line 127 of file NoteTrack.cpp.

128{
129 return false;
130}

◆ WriteXML()

void NoteTrackAttachment::WriteXML ( XMLWriter xmlFile) const
virtual

Default implementation does nothing.

Reimplemented in NoteTrackRange.

Definition at line 124 of file NoteTrack.cpp.

125{}

The documentation for this struct was generated from the following files: