DirectOutput
DirectOutput framework R2 for virtual pinball cabinets.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
DirectOutput.Cab.Toys.ToyBase Class Referenceabstract

Base class for IToy implementations More...

Inheritance diagram for DirectOutput.Cab.Toys.ToyBase:
Collaboration diagram for DirectOutput.Cab.Toys.ToyBase:

Public Member Functions

abstract void Init (Cabinet Cabinet)
 Must initialize the IToy. Method must be overwritten. More...
 
abstract void Reset ()
 Must reset the state of the IToy to its default state (off). Method must be overwritten. More...
 
virtual void Finish ()
 Must finish the IToy, do all necessary clean up work and reset to IToy to its default state (off). Method is virtual and can be overwritten. More...
 

Additional Inherited Members

- Properties inherited from DirectOutput.General.Generic.NamedItemBase
string Name [get, set]
 Name of the named item.
Triggers BeforeNameChange before a new Name is set.
Triggers AfterNameChanged after a new name has been set. More...
 
- Properties inherited from DirectOutput.Cab.Toys.IToy
new string Name [get, set]
 Gets or sets the Name of the IToy. More...
 
- Events inherited from DirectOutput.General.Generic.NamedItemBase
EventHandler< NameChangeEventArgsAfterNameChanged
 Event is fired after the value of the property Name has changed. More...
 
EventHandler< NameChangeEventArgsBeforeNameChange
 Event is fired before the value of the property Name is changed. More...
 
- Events inherited from DirectOutput.General.Generic.INamedItem
EventHandler< NameChangeEventArgsBeforeNameChange
 Occurs before the name of the item changes. More...
 
EventHandler< NameChangeEventArgsAfterNameChanged
 Occurs when after the name of the item has changed. More...
 

Detailed Description

Base class for IToy implementations

Member Function Documentation

virtual void DirectOutput.Cab.Toys.ToyBase.Finish ( )
virtual

Must finish the IToy, do all necessary clean up work and reset to IToy to its default state (off). Method is virtual and can be overwritten.

Implements DirectOutput.Cab.Toys.IToy.

Reimplemented in DirectOutput.Cab.Toys.Hardware.Motor, DirectOutput.Cab.Toys.Layer.RGBAToy, DirectOutput.Cab.Toys.Layer.AnalogAlphaToy, DirectOutput.Cab.Toys.Virtual.ToyGroupBase< MatrixElementType >, and DirectOutput.Cab.Toys.LWEquivalent.LedWizEquivalent.

abstract void DirectOutput.Cab.Toys.ToyBase.Reset ( )
pure virtual

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