DirectOutput
DirectOutput framework R2 for virtual pinball cabinets.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
DirectOutput.Cab.Out.OutputList Class Reference

List of IOutput objects More...

Inheritance diagram for DirectOutput.Cab.Out.OutputList:
Collaboration diagram for DirectOutput.Cab.Out.OutputList:

Public Member Functions

void WriteXml (XmlWriter writer)
 Serializes the IOutput objects in this list to Xml.
IOutput objects are serialized as the contained objects. The enclosing tags represent the object type.
WriteXml is part of the IXmlSerializable interface. More...
 
void ReadXml (XmlReader reader)
 Deserializes the IOutput objects in the XmlReader.
The IOutput objects are deserialized using the object name in the enclosing tags.
ReadXml is part of the IXmlSerializable interface. More...
 
System.Xml.Schema.XmlSchema GetSchema ()
 Method is required by the IXmlSerializable interface. More...
 
delegate void OutputValueChangedEventHandler (object sender, OutputEventArgs e)
 Handler for the OutputValueChangedEvent. More...
 
 OutputList ()
 Initializes a new instance of the OutputList class. More...
 

Protected Member Functions

void OnOutputValueChanged (IOutput Output)
 Triggers the OutputValueChanged event when called. More...
 

Events

OutputValueChangedEventHandler OutputValueChanged
 Event fires if the value of any IOutput in the list has changed. More...
 

Detailed Description

List of IOutput objects

Constructor & Destructor Documentation

DirectOutput.Cab.Out.OutputList.OutputList ( )

Initializes a new instance of the OutputList class.

Member Function Documentation

System.Xml.Schema.XmlSchema DirectOutput.Cab.Out.OutputList.GetSchema ( )

Method is required by the IXmlSerializable interface.

Returns
Does allway return null.
void DirectOutput.Cab.Out.OutputList.OnOutputValueChanged ( IOutput  Output)
protected

Triggers the OutputValueChanged event when called.

Parameters
OutputThe output which triggers the event.
delegate void DirectOutput.Cab.Out.OutputList.OutputValueChangedEventHandler ( object  sender,
OutputEventArgs  e 
)

Handler for the OutputValueChangedEvent.

Parameters
senderThe sender of the event.
eThe OutputEventArgs instance containing the event data.
void DirectOutput.Cab.Out.OutputList.ReadXml ( XmlReader  reader)

Deserializes the IOutput objects in the XmlReader.
The IOutput objects are deserialized using the object name in the enclosing tags.
ReadXml is part of the IXmlSerializable interface.

void DirectOutput.Cab.Out.OutputList.WriteXml ( XmlWriter  writer)

Serializes the IOutput objects in this list to Xml.
IOutput objects are serialized as the contained objects. The enclosing tags represent the object type.
WriteXml is part of the IXmlSerializable interface.

Event Documentation

OutputValueChangedEventHandler DirectOutput.Cab.Out.OutputList.OutputValueChanged

Event fires if the value of any IOutput in the list has changed.


The documentation for this class was generated from the following file: