Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
From Chronos 5.2 on, there can be multiple sample lists at once. More...
Properties | |
ISampleListManager | SampleListsManager [set] |
You get access to the management functions here. | |
Properties inherited from AxelSemrau.Chronos.Plugin.INeedCellAccess | |
ISampleListAccessor | SampleList [set] |
Provides a sample list access helper. | |
Properties inherited from AxelSemrau.Chronos.Plugin.IWorkWithSampleLists | |
string | ButtonCaption [get] |
Shown on the sample list page. | |
System.Drawing.Icon | ButtonIcon [get] |
Shown in the button, preferred size 22x22. | |
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. | |
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 147 of file SampleListWorkerInterfaces.cs.
|
set |
You get access to the management functions here.
Definition at line 152 of file SampleListWorkerInterfaces.cs.