MCPcopy Create free account
hub / github.com/XRay3D/GERBER_X3 / FilePluginInterface

Method FilePluginInterface

GGEasy/interfaces/pluginfile.h:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45class FilePluginInterface {
46public:
47 explicit FilePluginInterface() { }
48 virtual ~FilePluginInterface() { }
49 virtual QObject* getObject() = 0;
50 virtual bool thisIsIt(const QString& fileName) = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected