24#ifndef __BOARD_EXPORTER_BASE_H
25#define __BOARD_EXPORTER_BASE_H
66 virtual bool Run() = 0;
PROGRESS_REPORTER * m_progressReporter
void SetReporter(REPORTER *aReporter)
void SetOutputFilename(const wxFileName &aPath)
void SetBoard(BOARD *aBoard)
std::map< std::string, UTF8 > m_properties
virtual ~BOARD_EXPORTER_BASE()
wxFileName m_outputFilePath
void SetProgressReporter(PROGRESS_REPORTER *aProgressReporter)
Information pertinent to a Pcbnew printed circuit board.
A progress reporter interface for use in multi-threaded environments.
A pure virtual class used to derive REPORTER objects from.