#include "XMLTagHandler.h"
#include "ClientData.h"
#include "UndoManager.h"
#include <utility>
#include <memory>
#include <unordered_map>
#include "Identifier.h"
Go to the source code of this file.
|
using | TagMap = std::unordered_map< wxString, wxString > |
|
◆ TAG_ALBUM
#define TAG_ALBUM wxT("ALBUM") |
◆ TAG_ARTIST
#define TAG_ARTIST wxT("ARTIST") |
◆ TAG_COMMENTS
#define TAG_COMMENTS wxT("COMMENTS") |
◆ TAG_COPYRIGHT
#define TAG_COPYRIGHT wxT("Copyright") |
◆ TAG_GENRE
#define TAG_GENRE wxT("GENRE") |
◆ TAG_SOFTWARE
#define TAG_SOFTWARE wxT("Software") |
◆ TAG_TITLE
#define TAG_TITLE wxT("TITLE") |
◆ TAG_TRACK
#define TAG_TRACK wxT("TRACKNUMBER") |
◆ TAG_YEAR
#define TAG_YEAR wxT("YEAR") |
◆ TagMap
using TagMap = std::unordered_map< wxString, wxString > |
◆ operator!=()
bool operator!= |
( |
const Tags & |
lhs, |
|
|
const Tags & |
rhs |
|
) |
| |
|
inline |
Definition at line 135 of file Tags.h.
136{ return !(lhs == rhs); }