Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Simple user interfrace for the fake coffee maker's parameters. More...
Public Member Functions | |
CoffeeMakerParamsUI () | |
Properties | |
CoffeMakerParams | Parameters [get, set] |
Private Attributes | |
readonly EditMachineParams | mParamsEditor |
We are using a seperate WPF part here for actually editing the parameters so that we can reuse it if, in the hopefully not-too-far future, Chronos supports data templates for this kind of task instead of UI Type Editors. | |
Simple user interfrace for the fake coffee maker's parameters.
Definition at line 8 of file CoffeeMakerParamsUI.cs.
MockPlugin.Device.CoffeeMakerParamsUI.CoffeeMakerParamsUI | ( | ) |
Definition at line 15 of file CoffeeMakerParamsUI.cs.
References MockPlugin.Device.CoffeeMakerParamsUI.mParamsEditor.
|
private |
We are using a seperate WPF part here for actually editing the parameters so that we can reuse it if, in the hopefully not-too-far future, Chronos supports data templates for this kind of task instead of UI Type Editors.
Definition at line 14 of file CoffeeMakerParamsUI.cs.
Referenced by MockPlugin.Device.CoffeeMakerParamsUI.CoffeeMakerParamsUI().
|
getset |
Definition at line 22 of file CoffeeMakerParamsUI.cs.