#include <MRRibbonNotification.h>
Public Types | |
enum | Tag : unsigned { None = 0b0000 , Report = 0b0001 , Recommendation = 0b0010 , ImplicitChanges = 0b0100 , Important = 0b1000 , Default = Important | ImplicitChanges , All = Report | ImplicitChanges | Recommendation | Important } |
enum MR::NotificationTags::Tag : unsigned |