Tag Parser  6.4.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Classes | Namespaces | Typedefs | Enumerations | Functions
notification.h File Reference
#include "./global.h"
#include <c++utilities/chrono/datetime.h>
#include <string>
#include <list>
Include dependency graph for notification.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Media::Notification
 The Notification class holds a notification message of a certain notification type. More...
 

Namespaces

 Media
 Contains all classes and functions of the TagInfo library.
 

Typedefs

typedef std::list< Notification > Media::NotificationList
 

Enumerations

enum  Media::NotificationType {
  Media::NotificationType::None = 0, Media::NotificationType::Debug = 1, Media::NotificationType::Information = 2, Media::NotificationType::Warning = 3,
  Media::NotificationType::Critical = 4
}
 Specifies the notification type. More...
 

Functions

NotificationType & Media::operator|= (NotificationType &lhs, const NotificationType &rhs)
 Sets lhs to rhs if rhs is worse than lhs and returns lhs. More...