12 class FactoryFeatures;
14 class DesignObjectLookup;
25 bool determineExtension(
const File& file,
String& extension)
override;
30 void setGeneratingSoftwareToTreatAsScan(
const Buffer<String>& software);
31 void addGeneratingSoftwareToTreatAsScan(
const String& software);
32 void clearGeneratingSoftwareToTreatAsScan();
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:64
Definition DesignObjectLookup.h:61
Definition FactoryFeatures.h:40
Definition FactoryOptions.h:46
Definition IOFactory.h:99
Definition SH3DFactory.h:16
Buffer< String > m_generating_software_to_treat_as_scan
Definition SH3DFactory.h:34
Definition IOFactory.h:56