Skip to content

Latest commit

 

History

History
executable file
·
28 lines (22 loc) · 656 Bytes

README.md

File metadata and controls

executable file
·
28 lines (22 loc) · 656 Bytes

Plugins

Plugins can be used to customize most parts of the software.

The following plugin types are available:

  • Copy engine
  • Listener
  • Plugin loader
  • Session loader
  • Themes

They must implement the corresponding interface contained in theinterface folder.

Plugin files

  • informations.xml
  • MyPlugin.pro, MyPlugin.h, MyPlugin.cpp
  • Environment.h -> Variable.h, StructEnumDefinition.h, DebugEngineMacro.h
  • plugin.json
  • documentation.dox
  • Languages/XX/translation.ts
  • resources/ -> MyPlugin.qrc

Installation

Distribute the following files:

  • informations.xml
  • libMyPlugin.so
  • Languages/XX/translation.qm