#include "ClientData.h"
#include <memory>
#include <mutex>
#include <wx/event.h>
#include "XMLMethodRegistry.h"
Go to the source code of this file.
|
class | AllProjects |
|
class | AudacityProject |
| The top-level handle to an Audacity project. It serves as a source of events that other objects can bind to, and a container of associated sub-objects that it treats opaquely. It stores a filename and a status message and a few other things. There is very little in this class, most of the intelligence residing in the cooperating attached objects. More...
|
|
◆ AttachedProjectObjects
◆ FilePath
◆ ProjectFileIORegistry
◆ DECLARE_XML_METHOD_REGISTRY()