WIP
DirectOutput framework for virtual pinball cabinets WIP
|
Go to: Overview |
Classes | |
class | ExtList |
Extended version of the generic List class supporting events for various actions on the list. More... | |
interface | INamedItem |
Interface for items which can be added the the NamedItemList. More... | |
class | InsertEventArgs |
Eventargs of BeforeInsert and AfterInsert events. More... | |
class | NameChangeEventArgs |
EventArgs for name change events. More... | |
class | NamedItemBase |
Abstract base class for named items. Implements the name property and the necessary events. More... | |
class | NamedItemList |
A list of uniquely named items which can be referenced by their name. More... | |
class | RemoveEventArgs |
EventErgs for remove events More... | |
class | SetEventArgs |
Event args for Set events. More... | |
class | SortableBindingList |
Inherits BindingList<T> and overrides the functions necessary to provide sorting. The code of this class is based on the Codeprojekt article Implementing a Sortable BindingList Very, Very Quickly by Muigai Mwaura. More... | |
class | ValidateItemEventArgs |
EventArgs for ValidateItem event. More... | |