Please enable JavaScript to view this site.

DigiView Plug-in Guide

Navigation: Plug-in Framework > Source Files

<yourplug-incode.cpp>

Scroll Prev Top Next More

This is where all of your code goes.  It should '#include' or link with the CmdParser.cpp file and supply the functionality for the following 8 routines:  They all must be defined but most of them can simple return.  Few plug-ins will need to use all of them.   (See 'Development Tips->Plug-in Dataflow' for details on when and why each are called.)

 

 

Routines for Custom Plug-ins: