#include "Tags.h"
#include <wx/wxprec.h>
#include <wx/setup.h>
#include <wx/log.h>
#include "FileNames.h"
#include "Prefs.h"
#include "Project.h"
Go to the source code of this file.
◆ operator==()
bool operator== |
( |
const Tags & |
lhs, |
|
|
const Tags & |
rhs |
|
) |
| |
Definition at line 322 of file Tags.cpp.
323{
325 return false;
326
328 return false;
329
331}
◆ DefaultGenres
const wxChar* DefaultGenres[] |
|
static |
◆ entry
Initial value:{
}
}
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Base class for XMLFileWriter and XMLStringWriter that provides the general functionality for creating...
Definition at line 556 of file Tags.cpp.
◆ key
◆ readerEntry
Initial value:
Definition at line 205 of file Tags.cpp.
◆ sEntry
Initial value:
Definition at line 563 of file Tags.cpp.