Chronos Plugins  5.2.0
This documentation covers the plugin interfaces definitions and an example implementation.
AxelSemrau.Chronos.Plugin.IAccessSampleLists Interface Reference

From Chronos 5.2 on, there can be multiple sample lists at once. More...

+ Inheritance diagram for AxelSemrau.Chronos.Plugin.IAccessSampleLists:
+ Collaboration diagram for AxelSemrau.Chronos.Plugin.IAccessSampleLists:

Properties

ISampleListManager SampleListsManager [set]
 You get access to the management functions here. More...
 
- Properties inherited from AxelSemrau.Chronos.Plugin.INeedCellAccess
ISampleListAccessor SampleList [set]
 Provides a sample list access helper. More...
 
- Properties inherited from AxelSemrau.Chronos.Plugin.IWorkWithSampleLists
string ButtonCaption [get]
 Shown on the sample list page More...
 
System.Drawing.Icon ButtonIcon [get]
 Shown in the button, preferred size 22x22 More...
 

Additional Inherited Members

- Public Member Functions inherited from AxelSemrau.Chronos.Plugin.IWorkWithSampleLists
void DoYourJob ()
 Will be triggered when the user clicks on the button. The button will be disabled until you return from here. More...
 

Detailed Description

From Chronos 5.2 on, there can be multiple sample lists at once.

Implement this interface to get access to information about all open sample lists and to be able to open additional lists.

Definition at line 138 of file SampleListWorkerInterfaces.cs.

Property Documentation

◆ SampleListsManager

ISampleListManager AxelSemrau.Chronos.Plugin.IAccessSampleLists.SampleListsManager
set

You get access to the management functions here.

Definition at line 143 of file SampleListWorkerInterfaces.cs.

143 { set; }

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