DirectOutput
DirectOutput framework R2 for virtual pinball cabinets.
|
Common interface for all toy implementations.
The abstract class ToyBase implements this interface.
More...
Public Member Functions | |
void | Init (Cabinet Cabinet) |
Must initialize the IToy. More... | |
void | Reset () |
Must reset the state of the IToy to its default state (off). More... | |
void | Finish () |
Must finish the IToy, do all necessary clean up work and reset the IToy to its default state (off). More... | |
Properties | |
new string | Name [get, set] |
Gets or sets the Name of the IToy. More... | |
Properties inherited from DirectOutput.General.Generic.INamedItem | |
string | Name [get, set] |
Gets or sets the name of the item. Must fire the BeforeNameChange and AfterNameChange events when the value of the property is changed. More... | |
Additional Inherited Members | |
Events inherited from DirectOutput.General.Generic.INamedItem | |
EventHandler< NameChangeEventArgs > | BeforeNameChange |
Occurs before the name of the item changes. More... | |
EventHandler< NameChangeEventArgs > | AfterNameChanged |
Occurs when after the name of the item has changed. More... | |
Common interface for all toy implementations.
The abstract class ToyBase implements this interface.
void DirectOutput.Cab.Toys.IToy.Finish | ( | ) |
Must finish the IToy, do all necessary clean up work and reset the IToy to its default state (off).
Implemented in DirectOutput.Cab.Toys.Hardware.Motor, DirectOutput.Cab.Toys.Layer.RGBAToy, DirectOutput.Cab.Toys.Layer.AnalogAlphaToy, DirectOutput.Cab.Toys.Virtual.ToyGroupBase< MatrixElementType >, DirectOutput.Cab.Toys.LWEquivalent.LedWizEquivalent, and DirectOutput.Cab.Toys.ToyBase.
void DirectOutput.Cab.Toys.IToy.Init | ( | Cabinet | Cabinet | ) |
Must initialize the IToy.
Implemented in DirectOutput.Cab.Toys.Hardware.Motor, DirectOutput.Cab.Toys.Hardware.LedStrip, DirectOutput.Cab.Toys.Layer.RGBAToy, DirectOutput.Cab.Toys.Layer.AnalogAlphaToy, DirectOutput.Cab.Toys.Virtual.ToyGroupBase< MatrixElementType >, DirectOutput.Cab.Toys.LWEquivalent.LedWizEquivalent, and DirectOutput.Cab.Toys.ToyBase.
void DirectOutput.Cab.Toys.IToy.Reset | ( | ) |
Must reset the state of the IToy to its default state (off).
Implemented in DirectOutput.Cab.Toys.Layer.RGBAToy, DirectOutput.Cab.Toys.Hardware.LedStrip, DirectOutput.Cab.Toys.Layer.AnalogAlphaToy, DirectOutput.Cab.Toys.Virtual.ToyGroupBase< MatrixElementType >, DirectOutput.Cab.Toys.LWEquivalent.LedWizEquivalent, and DirectOutput.Cab.Toys.ToyBase.
|
getset |