|
TagLib
2.2.1
|
#include <matroskachapter.h>
Public Member Functions | |
| Display (const String &string, const String &language) | |
| Display (const Display &other) | |
| Display (Display &&other) noexcept | |
| ~Display () | |
| Display & | operator= (const Display &other) |
| Display & | operator= (Display &&other) noexcept |
| void | swap (Display &other) noexcept |
| const String & | string () const |
| const String & | language () const |
Contains all possible strings to use for the chapter display.
Construct a chapter display.
References language().
Referenced by Display(), Display(), operator=(), operator=(), and swap().
| TagLib::Matroska::Chapter::Display::Display | ( | const Display & | other | ) |
Construct a chapter display as a copy of other.
References Display().
|
noexcept |
Construct a chapter display moving from other.
References Display().
| TagLib::Matroska::Chapter::Display::~Display | ( | ) |
Destroys this chapter display.
| const String & TagLib::Matroska::Chapter::Display::language | ( | ) | const |
Returns language corresponding to the string.
References TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE.
Referenced by Display().
Copies the contents of other into this object.
References Display().
Moves the contents of other into this object.
References Display().
| const String & TagLib::Matroska::Chapter::Display::string | ( | ) | const |
Returns string representing the chapter.
|
noexcept |
Exchanges the content of the object with the content of other.
References Display().