Modules | Files | Inheritance Tree | Inheritance Graph | Name Index
module GNOME::Speech::Synthesis
interface SynthesizerEvent
Files: GNOME_Speech.idl
GNOME-Speech-Synthesis-SynthesizerEvent-inheritance GNOME-Speech-EngineEvent.html GNOME-Speech-SpeechEvent.html GNOME-Speech-SpeechObject.html Bonobo-Unknown.html
Operations Summary:
 voidinitWithSynthesizerAndState(in Engine source, in long id, in boolean topOfQueueChanged, in long long oldEngineState, in long long newEngineState)
 stringgetTopOfQueueChanged()

Consts Inherited from EngineEvent
ENGINE_ALLOCATED, ENGINE_DEALLOCATED, ENGINE_ALLOCATING_RESOURCES, ENGINE_DEALLOCATING_RESOURCES, ENGINE_PAUSED, ENGINE_RESUMED

Operations Inherited from EngineEvent
initWithEngineAndState, getNewEngineState, getOldEngineState

Operations Inherited from SpeechEvent
init, initWithId, getId, getSource, paramString, toString

Operations Inherited from Bonobo::Unknown
ref, unref, queryInterface

Operation Details:
 void initWithSynthesizerAndState(in Engine source, in long id, in boolean topOfQueueChanged, in long long oldEngineState, in long long newEngineState)

Initialise a SynthesizerEvent with a specified event id and topOfQueueChanged flag.

Parameters:
source - the synthesizer that issued the event.
id - the identifier for the event type.
topOfQueueChanged - true if top item on speech output queue changed.
oldEngineState - engine state prior to this event.
newEngineState - engine state following this event.


 string getTopOfQueueChanged()

Return the topOfQueueChanged value. The value is true for a QUEUE_UPDATED event when the top item in the speech output queue has changed.

Return:
he topOfQueueChanged value.
See Also:
topOfQueueChanged