Audacity
3.2.0
libraries
lib-track
UndoTracks.h
Go to the documentation of this file.
1
/**********************************************************************
2
3
Audacity: A Digital Audio Editor
4
5
@file UndoTracks.h
6
7
Paul Licameli
8
9
**********************************************************************/
10
#ifndef __AUDACITY_UNDO_TRACKS__
11
#define __AUDACITY_UNDO_TRACKS__
12
13
class
TrackList
;
14
struct
UndoStackElem
;
15
16
namespace
UndoTracks
{
17
TRACK_API
TrackList
*
Find
(
const
UndoStackElem
&state);
18
}
19
20
#endif
TrackList
A flat linked list of tracks supporting Add, Remove, Clear, and Contains, serialization of the list o...
Definition:
Track.h:850
UndoTracks
Definition:
UndoTracks.h:16
UndoTracks::Find
TRACK_API TrackList * Find(const UndoStackElem &state)
Definition:
UndoTracks.cpp:47
UndoStackElem
Holds one item with description and time range for the UndoManager.
Definition:
UndoManager.h:117
Generated by
1.9.3