Chronos Plugins
5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
Toggle main menu visibility
Main Page
Packages
Package List
Package Members
All
Functions
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Variables
d
e
i
j
m
n
o
r
s
x
y
Enumerations
Properties
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Events
a
b
c
d
h
p
r
s
t
w
Files
File List
▼
Chronos Plugins
Introduction to Chronos Plugins
►
Packages
►
Classes
▼
Files
▼
File List
▼
Plugins
▼
ChronosPluginInterfaces
►
Columns
►
Config
▼
Consumables
►
IConsumableManagerToolbox.cs
►
IConsumableManipulator.cs
►
IConsumablePool.cs
►
IConsumablePuddle.cs
►
IConsumables.cs
►
IConsumer.cs
►
IHaveNavBarInformation.cs
►
IManageConsumables.cs
►
LegacyDevices
►
MethodEditor
►
obj
►
SDKSupport
►
WPF
►
AcquisitionInterfaces.cs
►
Core.cs
►
DeviceInterfaces.cs
Documentation.cs
►
Helpers.cs
►
MiscInterfaces.cs
►
PAL3TaskInterfaces.cs
►
SampleListWorkerInterfaces.cs
►
StatusViewInterfaces.cs
►
TaskHelper.cs
►
TaskInterfaces.cs
►
ToolboxInterfaces.cs
►
MockPlugin
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Pages
Loading...
Searching...
No Matches
IConsumableManagerToolbox.cs
Go to the documentation of this file.
1
using
System.Runtime.InteropServices;
2
3
namespace
AxelSemrau.Chronos.Plugin.Consumables
4
{
13
[Guid(
"B1F71E0B-C327-49CF-8E69-9EEAB5395869"
)]
14
public
interface
IConsumableManagerToolbox
<in TManager> :
IHaveNavBarInformation
where TManager:
IManageConsumables
15
{
19
TManager
Manager
{
set
; }
20
}
14
public
interface
IConsumableManagerToolbox
<in TManager> :
IHaveNavBarInformation
where TManager:
IManageConsumables
{
…
};
21
}
3
namespace
AxelSemrau.Chronos.Plugin.Consumables
{
…
}
AxelSemrau.Chronos.Plugin.Consumables
Definition
IConsumableManagerToolbox.cs:4
AxelSemrau.Chronos.Plugin.Consumables.IConsumableManagerToolbox
Provides some GUI for a consumable manager.
Definition
IConsumableManagerToolbox.cs:15
AxelSemrau.Chronos.Plugin.Consumables.IConsumableManagerToolbox.Manager
TManager Manager
You will get the manager via this property after your control has been created.
Definition
IConsumableManagerToolbox.cs:19
AxelSemrau.Chronos.Plugin.Consumables.IHaveNavBarInformation
Base interface for the Consumables Manager Toolbox.
Definition
IHaveNavBarInformation.cs:12
AxelSemrau.Chronos.Plugin.Consumables.IManageConsumables
Keep track of consumables levels.
Definition
IManageConsumables.cs:18
Plugins
ChronosPluginInterfaces
Consumables
IConsumableManagerToolbox.cs
Generated on Thu Nov 7 2024 18:04:59 for Chronos Plugins by
1.12.0