Welcome, Guest! Log In | Create Account

Plugin

From travelingsales

Jump to: navigation, search

recommend reading

 Before reading about plugins, you should read about the simple configuration-system provided.
 It is linked closely with the plugin-system.
 You may also want to read the Overview of how the different types of plugins work together.

How plugins work

  A Plugin is a class with a no-argument-constructor that implements the IPlugin -interface and a second interface called the business-interface.
  Class-Names can be registered with the Settings-class to provide a given business-interface.
  They are then available in the SettingsDialog to be used for the business-interface-specific purpose.

(incomplete) List of Plugin-Interfaces and plugins (view all plugin-interfaces)