21#ifndef COMMAND_EXPORT_SCH_PLOT_H 
   22#define COMMAND_EXPORT_SCH_PLOT_H 
   33                             const std::string& aDescription,
 
   35                             bool aOutputIsDir = 
true );
 
 
COMMAND(const std::string &aName)
Define a new COMMAND instance.
 
int doPerform(KIWAY &aKiway) override
The internal handler that should be overloaded to implement command specific processing and work.
 
SCH_EXPORT_PLOT_COMMAND(const std::string &aName, const std::string &aDescription, SCH_PLOT_FORMAT aPlotFormat, bool aOutputIsDir=true)
 
SCH_PLOT_FORMAT m_plotFormat
 
A minimalistic software bus for communications between various DLLs/DSOs (DSOs) within the same KiCad...