xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
speech
synthesis
speak_started_event_handler.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
speak_started_event_args.hpp
"
6
#include "
../../event_handler.hpp
"
7
9
namespace
xtd
{
11
namespace
speech
{
13
namespace
synthesis
{
29
using
speak_started_event_handler
= xtd::delegate<void(
xtd::object
& sender,
const
xtd::speech::synthesis::speak_started_event_args
&
e
)>;
30
}
31
}
32
}
xtd::object
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition
object.hpp:45
event_handler.hpp
Contains xtd::event_handler event handler.
xtd::speech::synthesis::speak_started_event_args
xtd::speech::synthesis::prompt_event_args speak_started_event_args
Returns notification from the xtd::speech::synthesis::speech_synthesizer::speak_started event.
Definition
speak_started_event_args.hpp:23
xtd::speech::synthesis::speak_started_event_handler
xtd::delegate< void(xtd::object &sender, const xtd::speech::synthesis::speak_started_event_args &e)> speak_started_event_handler
Represents the method that will handle xtd::speech::synthesis::speech_synthesizer::speak_started even...
Definition
speak_started_event_handler.hpp:29
xtd::console_key::e
@ e
The E key.
Definition
console_key.hpp:96
xtd::speech::synthesis
Contains classes for initializing and configuring a speech synthesis engine, for creating prompts,...
Definition
prompt.hpp:13
xtd::speech
The xtd::speech namespace contains all classes and namespace to access speech technology.
Definition
prompt.hpp:11
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
speak_started_event_args.hpp
Contains xtd::speech::synthesis::speak_started_event_args alias.
Generated on
for xtd by
Gammasoft
. All rights reserved.