WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview
Main Page
Related Pages
Packages
Classes
Files
File List
File Members
ICabinetOwner.cs
Go to the documentation of this file.
1
using
System
;
2
using
System
.Collections.Generic;
3
using
System
.
Linq
;
4
using
System
.Text;
5
using
DirectOutput
.
PinballSupport
;
6
7
namespace
DirectOutput
.Cab
8
{
9
public
interface
ICabinetOwner
10
{
18
Dictionary<string, object> ConfigurationSettings {
get
; }
19
26
AlarmHandler
Alarms {
get
; set; }
27
}
28
}
DirectOutput
DirectOutput.PinballSupport.AlarmHandler
The AlarmHandler classed is used to execute scheduled events (e.g. regular updates on a effect) in th...
Definition:
AlarmHandler.cs:14
System.Linq
System
DirectOutput.Cab.ICabinetOwner
Definition:
ICabinetOwner.cs:9
DirectOutput.PinballSupport
Support classes used by the Pinball object.
Definition:
AlarmHandler.cs:6
DirectOutput
Cab
ICabinetOwner.cs
Generated on Sat Nov 19 2016 19:32:44 for WIP by
1.8.9.1