Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
AxelSemrau.Chronos.Plugin.ILargeStatusView< TDevice > Interface Template Reference

Like IStatusView<TDevice>, but for status displays that need more room. More...

+ Inheritance diagram for AxelSemrau.Chronos.Plugin.ILargeStatusView< TDevice >:
+ Collaboration diagram for AxelSemrau.Chronos.Plugin.ILargeStatusView< TDevice >:

Properties

object Title [get]
 Title for the tab page. Can be anything that is ok for a WPF header.
 
Visibility Visible [get]
 Visibility of the tab page.
 
- Properties inherited from AxelSemrau.Chronos.Plugin.IStatusView< TDevice >
TDevice Device [get, set]
 Gives access to the device. Will be set after the class has been instantiated.
 

Detailed Description

Like IStatusView<TDevice>, but for status displays that need more room.

The control will be put on a separate tab in the area that normally shows runlog, diagram, time table.

Template Parameters
TDevice
Type Constraints
TDevice :class 
TDevice :IDevice 

Definition at line 35 of file StatusViewInterfaces.cs.

Property Documentation

◆ Title

object AxelSemrau.Chronos.Plugin.ILargeStatusView< TDevice >.Title
get

Title for the tab page. Can be anything that is ok for a WPF header.

Definition at line 40 of file StatusViewInterfaces.cs.

40{ get; }

◆ Visible

Visibility AxelSemrau.Chronos.Plugin.ILargeStatusView< TDevice >.Visible
get

Visibility of the tab page.

Definition at line 45 of file StatusViewInterfaces.cs.

45{ get; }

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