21#ifndef COMMAND_EXPORT_PCB_3D_H
22#define COMMAND_EXPORT_PCB_3D_H
32 const std::string& aDescription,
COMMAND(const std::string &aName)
Define a new COMMAND instance.
A minimalistic software bus for communications between various DLLs/DSOs (DSOs) within the same KiCad...
PCB_EXPORT_3D_COMMAND(const std::string &aName, const std::string &aDescription, JOB_EXPORT_PCB_3D::FORMAT aFormat=JOB_EXPORT_PCB_3D::FORMAT::UNKNOWN)
int doPerform(KIWAY &aKiway) override
The internal handler that should be overloaded to implement command specific processing and work.
JOB_EXPORT_PCB_3D::FORMAT m_format