IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
This class is extension of ReporterConf that enables reporting via speech. More...
Public Member Functions | |
ReporterConfSpeech (ReporterBase rf) | |
Constructor. | |
Protected Member Functions | |
override void | SetReporter (enReporterType type) |
Sets the current reporter of this calss according to the reporter type. |
This class is extension of ReporterConf that enables reporting via speech.
Do not use the visual builder for modifying this class! Only modify the class manually. This class should only contain overrides of certain methods such that speech is activated!
IG::Lib::ReporterConfSpeech::ReporterConfSpeech | ( | ReporterBase | rf | ) | [inline] |
Constructor.
rf | Reporter that is used for reporting errors that appear in this form. |
override void IG::Lib::ReporterConfSpeech::SetReporter | ( | enReporterType | type | ) | [inline, protected, virtual] |
Sets the current reporter of this calss according to the reporter type.
type | Specifies what type of reporter should be set. |
Reimplemented from IG::Forms::ReporterConf.