WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
DirectOutput.General.Generic.INamedItem Interface Reference

Interface for items which can be added the the NamedItemList. More...

Inheritance diagram for DirectOutput.General.Generic.INamedItem:
DirectOutput.Cab.Out.IOutput DirectOutput.Cab.Out.IOutputController DirectOutput.Cab.Toys.IToy DirectOutput.FX.IEffect DirectOutput.General.Color.RGBAColorNamed DirectOutput.General.Color.RGBColorNamed DirectOutput.General.Generic.NamedItemBase DirectOutput.Cab.Out.DMX.DMXOutput DirectOutput.Cab.Out.LW.LedWizOutput DirectOutput.Cab.Out.Output DirectOutput.Cab.Out.FTDIChip.FT245RBitbangController DirectOutput.Cab.Out.ISupportsSetValues DirectOutput.Cab.Out.LW.LedWiz DirectOutput.Cab.Out.NullOutputController.NullOutputController DirectOutput.Cab.Out.OutputControllerBase DirectOutput.Cab.Out.OutputControllerCompleteBase DirectOutput.Cab.Out.Pac.PacDrive DirectOutput.Cab.Out.Pac.PacLed64 DirectOutput.Cab.Toys.Hardware.LedStrip DirectOutput.Cab.Toys.IMatrixToy< MatrixElementType > DirectOutput.Cab.Toys.IRGBOutputToy DirectOutput.Cab.Toys.ISingleOutputToy DirectOutput.Cab.Toys.IToyUpdatable DirectOutput.Cab.Toys.Layer.ILayerToy< LayerElementType > DirectOutput.Cab.Toys.LWEquivalent.LedWizEquivalent DirectOutput.Cab.Toys.ToyBase DirectOutput.Cab.Toys.Virtual.ToyGroupBase< MatrixElementType > DirectOutput.FX.EffectBase DirectOutput.FX.MatrixFX.IMatrixEffect DirectOutput.Cab.Out.Output DirectOutput.Cab.Out.OutputControllerBase DirectOutput.Cab.Out.OutputControllerCompleteBase DirectOutput.Cab.Toys.ToyBase DirectOutput.FX.EffectBase DirectOutput.FX.MatrixFX.BitmapShapes.Shape DirectOutput.General.BitmapHandling.FastImage DirectOutput.General.Curve

Properties

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...
 

Events

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

Interface for items which can be added the the NamedItemList.

Definition at line 8 of file INamedItem.cs.

Property Documentation

string DirectOutput.General.Generic.INamedItem.Name
getset

Gets or sets the name of the item.
Must fire the BeforeNameChange and AfterNameChange events when the value of the property is changed.

The name of the item.

Definition at line 17 of file INamedItem.cs.

Event Documentation

EventHandler<NameChangeEventArgs> DirectOutput.General.Generic.INamedItem.AfterNameChanged

Occurs when after the name of the item has changed.

Definition at line 26 of file INamedItem.cs.

EventHandler<NameChangeEventArgs> DirectOutput.General.Generic.INamedItem.BeforeNameChanged

Occurs before the name of the item changes.

Definition at line 22 of file INamedItem.cs.


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