Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Go to the source code of this file.
Classes | |
class | MockPlugin.Tasks.FlexibleArguments |
This task demonstrates how to use a custom type descriptor to implement a dynamic list of properties. The number of properties can be changed by setting the PropCount property. More... | |
class | MockPlugin.Tasks.FlexibleArguments.MyMemberDescriptor |
Member descriptor "implementation" - the defaults are ok for us. More... | |
class | MockPlugin.Tasks.FlexibleArguments.MyPropertyDescriptor |
Custom property descriptor, redirecting get/set into our mPropsValues dictionary. More... | |
Namespaces | |
namespace | MockPlugin |
An example Chronos plugin. This plugin demonstrates how to write plugins for Chronos. It should give you a rough idea how different things can be done, and which interfaces are needed to provide funtionality. | |
namespace | MockPlugin.Tasks |
Example task implementations. Since there are lots of things that can be done from a task, the demo was split into many different examples each showing only few facets of what's possible. If you still think this is confusing, please let us know where we could simplify these examples. | |