#include <board_exporter_base.h>
Definition at line 31 of file board_exporter_base.h.
◆ BOARD_EXPORTER_BASE()
| BOARD_EXPORTER_BASE::BOARD_EXPORTER_BASE |
( |
| ) |
|
|
inline |
◆ ~BOARD_EXPORTER_BASE()
| virtual BOARD_EXPORTER_BASE::~BOARD_EXPORTER_BASE |
( |
| ) |
|
|
inlinevirtual |
◆ Run()
| virtual bool BOARD_EXPORTER_BASE::Run |
( |
| ) |
|
|
pure virtual |
◆ SetBoard()
| void BOARD_EXPORTER_BASE::SetBoard |
( |
BOARD * | aBoard | ) |
|
|
inline |
◆ SetOutputFilename()
| void BOARD_EXPORTER_BASE::SetOutputFilename |
( |
const wxFileName & | aPath | ) |
|
|
inline |
◆ SetProgressReporter()
| void BOARD_EXPORTER_BASE::SetProgressReporter |
( |
PROGRESS_REPORTER * | aProgressReporter | ) |
|
|
inline |
◆ SetReporter()
| void BOARD_EXPORTER_BASE::SetReporter |
( |
REPORTER * | aReporter | ) |
|
|
inline |
◆ m_board
| BOARD* BOARD_EXPORTER_BASE::m_board = nullptr |
|
protected |
◆ m_outputFilePath
| wxFileName BOARD_EXPORTER_BASE::m_outputFilePath |
|
protected |
◆ m_progressReporter
◆ m_properties
| std::map<std::string, UTF8> BOARD_EXPORTER_BASE::m_properties |
|
protected |
◆ m_reporter
| REPORTER* BOARD_EXPORTER_BASE::m_reporter = nullptr |
|
protected |
The documentation for this class was generated from the following file: