#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.
Construct a chapter display as a copy of other.
|
noexcept |
Construct a chapter display moving from other.
| TagLib::Matroska::Chapter::Display::~Display | ( | ) |
Destroys this chapter display.
Returns language corresponding to the string.
Copies the contents of other into this object.
Moves the contents of other into this object.
Returns string representing the chapter.
Exchanges the content of the object with the content of other.