xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
media
system_sounds.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
system_sound.hpp
"
6
#include "
../core_export.hpp
"
7
#include "
../static.hpp
"
8
10
namespace
xtd
{
12
namespace
media
{
28
class
core_export_
system_sounds
static_
{
29
public
:
31
41
[[nodiscard]]
static
auto
asterisk
() ->
xtd::media::system_sound
;
42
51
[[nodiscard]]
static
auto
beep
() ->
xtd::media::system_sound
;
52
61
[[nodiscard]]
static
auto
exclamation
() ->
xtd::media::system_sound
;
62
71
[[nodiscard]]
static
auto
hand
() ->
xtd::media::system_sound
;
72
81
[[nodiscard]]
static
auto
question
() ->
xtd::media::system_sound
;
83
};
84
}
85
}
xtd::media::system_sound
Represents a system sound type.
Definition
system_sound.hpp:29
xtd::media::system_sounds
Retrieves sounds associated with a set of Windows operating system sound-event types....
Definition
system_sounds.hpp:28
xtd::media::system_sounds::exclamation
static auto exclamation() -> xtd::media::system_sound
Gets the sound associated with the Exclamation program event in the current Windows sound scheme.
xtd::media::system_sounds::question
static auto question() -> xtd::media::system_sound
Gets the sound associated with the Question program event in the current Windows sound scheme.
xtd::media::system_sounds::beep
static auto beep() -> xtd::media::system_sound
Gets the sound associated with the Beep program event in the current Windows sound scheme.
xtd::media::system_sounds::hand
static auto hand() -> xtd::media::system_sound
Gets the sound associated with the Hand program event in the current Windows sound scheme.
xtd::media::system_sounds::asterisk
static auto asterisk() -> xtd::media::system_sound
Gets the sound associated with the Asterisk program event in the current Windows sound scheme.
core_export.hpp
Contains core_export_ keyword.
static_
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition
static.hpp:38
core_export_
#define core_export_
Define shared library export.
Definition
core_export.hpp:13
xtd::media
The xtd::media namespace contains classes for playing sound files and accessing sounds provided by th...
Definition
system_sound.hpp:12
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
static.hpp
Contains xtd::static_object class.
system_sound.hpp
Contains xtd::media::system_sound class.
Generated on
for xtd by
Gammasoft
. All rights reserved.