WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
DirectOutput.Cab.Toys.LWEquivalent.LedWizEquivalent Class Reference

The LEDWizEquivalent toy is only used by the framework when ini files are used for the configuration to determine which outputs should be controled by the columns in the ini files.
Do not target this type of toy with any effects. More...

Inheritance diagram for DirectOutput.Cab.Toys.LWEquivalent.LedWizEquivalent:
DirectOutput.Cab.Toys.ToyBase DirectOutput.Cab.Toys.IToy DirectOutput.General.Generic.NamedItemBase DirectOutput.Cab.Toys.IToy DirectOutput.General.Generic.INamedItem DirectOutput.General.Generic.INamedItem DirectOutput.General.Generic.INamedItem

Public Member Functions

override void Init (Cabinet Cabinet)
 Initializes the LedwizEquivalent toy. More...
 
override void Reset ()
 Resets all output to their default state. More...
 
override void Finish ()
 Finishes the LedWizEquivalent toy. More...
 
 LedWizEquivalent ()
 Initializes a new instance of the LedWizEquivalent class. More...
 
 LedWizEquivalent (DirectOutput.Cab.Out.LW.LedWiz LedWiz)
 Initializes a new instance of the LedWizEquivalent class. More...
 

Properties

LedWizEquivalentOutputList Outputs [get, set]
 Gets or sets the outputs of the LedWizEquivalent toy. More...
 
int LedWizNumber [get, set]
 Gets or sets the number of the virtual LedWiz resp. ini file to be matched with the LedWizEquivalentToy. More...
 
- 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.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...
 
- Properties inherited from DirectOutput.Cab.Toys.IToy
new string Name [get, set]
 Gets or sets the Name of the IToy. More...
 

Additional Inherited Members

- Protected Member Functions inherited from DirectOutput.General.Generic.NamedItemBase
virtual void AfterNameChange (string OldName, string NewName)
 
virtual void BeforeNameChange (string OldName, string NewName)
 
virtual void OnPropertyChanged (string propertyName)
 
virtual void OnPropertyChanging (string propertyName)
 
- Events inherited from DirectOutput.General.Generic.NamedItemBase
EventHandler< NameChangeEventArgsAfterNameChanged
 Event is fired after the value of the property Name has changed. More...
 
EventHandler< NameChangeEventArgsBeforeNameChanged
 Event is fired before the value of the property Name is changed. More...
 
PropertyChangedEventHandler PropertyChanged
 
PropertyChangingEventHandler PropertyChanging
 
- Events inherited from DirectOutput.General.Generic.INamedItem
EventHandler< NameChangeEventArgsBeforeNameChanged
 Occurs before the name of the item changes. More...
 
EventHandler< NameChangeEventArgsAfterNameChanged
 Occurs when after the name of the item has changed. More...
 

Detailed Description

The LEDWizEquivalent toy is only used by the framework when ini files are used for the configuration to determine which outputs should be controled by the columns in the ini files.
Do not target this type of toy with any effects.

Definition at line 12 of file LedWizEquivalent.cs.

Constructor & Destructor Documentation

DirectOutput.Cab.Toys.LWEquivalent.LedWizEquivalent.LedWizEquivalent ( )

Initializes a new instance of the LedWizEquivalent class.

Definition at line 75 of file LedWizEquivalent.cs.

DirectOutput.Cab.Toys.LWEquivalent.LedWizEquivalent.LedWizEquivalent ( DirectOutput.Cab.Out.LW.LedWiz  LedWiz)

Initializes a new instance of the LedWizEquivalent class.

Parameters
LedWizReference to a LedWiz object used to configure the LedWizEquivalent.

Definition at line 81 of file LedWizEquivalent.cs.

Member Function Documentation

override void DirectOutput.Cab.Toys.LWEquivalent.LedWizEquivalent.Finish ( )

Finishes the LedWizEquivalent toy.

Implements DirectOutput.Cab.Toys.IToy.

Definition at line 67 of file LedWizEquivalent.cs.

override void DirectOutput.Cab.Toys.LWEquivalent.LedWizEquivalent.Init ( Cabinet  Cabinet)

Initializes the LedwizEquivalent toy.

Parameters
CabinetCabinet object to which the LedWizEquivalent belongs.

Implements DirectOutput.Cab.Toys.IToy.

Definition at line 50 of file LedWizEquivalent.cs.

override void DirectOutput.Cab.Toys.LWEquivalent.LedWizEquivalent.Reset ( )

Resets all output to their default state.

Implements DirectOutput.Cab.Toys.IToy.

Definition at line 59 of file LedWizEquivalent.cs.

Property Documentation

int DirectOutput.Cab.Toys.LWEquivalent.LedWizEquivalent.LedWizNumber
getset

Gets or sets the number of the virtual LedWiz resp. ini file to be matched with the LedWizEquivalentToy.

The number of the virtual LedWiz resp. ini file to be matched with the LedWizEquivalentToy.

Definition at line 40 of file LedWizEquivalent.cs.

LedWizEquivalentOutputList DirectOutput.Cab.Toys.LWEquivalent.LedWizEquivalent.Outputs
getset

Gets or sets the outputs of the LedWizEquivalent toy.

The outputs of the LedWizEquivalent toy.

Definition at line 26 of file LedWizEquivalent.cs.


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