xtd 0.2.0
system_sounds.h
Go to the documentation of this file.
1 #pragma once
5 #include "system_sound.h"
6 #include "../core_export.h"
7 #include "../static.h"
8 
10 namespace xtd {
12  namespace media {
26  class core_export_ system_sounds static_ {
27  public:
29 
39  static system_sound asterisk();
40 
49  static system_sound beep();
50 
59  static system_sound exclamation();
60 
69  static system_sound hand();
70 
79  static system_sound question();
81  };
82  }
83 }
Represents a system sound type.
Definition: system_sound.h:27
Contains xtd::media::system_sound class.
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition: static.h:37
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Retrieves sounds associated with a set of Windows operating system sound-event types. This class cannot be inherited.
Definition: system_sounds.h:26
Represent beep output manipulator class.
Definition: beep.h:19