29#include <wx/tokenzr.h>
39 .help(
UTF8STDSTR(
_(
"Exclude the reference designator text" ) ) )
40 .implicit_value(
true )
41 .default_value(
false );
44 .help(
UTF8STDSTR(
_(
"Exclude the value text" ) ) )
45 .implicit_value(
true )
46 .default_value(
false );
49 .help(
UTF8STDSTR(
_(
"Include the border and title block" ) ) )
50 .implicit_value(
true )
51 .default_value(
false );
55 .implicit_value(
true )
56 .default_value(
false );
59 .default_value( std::string() )
60 .help(
UTF8STDSTR(
_(
"Color theme to use (will default to PCB Editor settings)" ) ) );
76 if( !wxFile::Exists( pdfJob->m_filename ) )
78 wxFprintf( stderr,
_(
"Board file does not exist or is not accessible\n" ) );
90 pdfJob->m_printMaskLayer = m_selectedLayers;
argparse::ArgumentParser m_argParser
int doPerform(KIWAY &aKiway) override
The internal handler that should be overloaded to implement command specific processing and work.
A minimalistic software bus for communications between various DLLs/DSOs (DSOs) within the same KiCad...
int ProcessJob(KIWAY::FACE_T aFace, JOB *job)
Instantiate the current locale within a scope in which you are expecting exceptions to be thrown.
#define ARG_INCLUDE_BORDER_TITLE
#define ARG_EXCLUDE_REFDES
#define ARG_BLACKANDWHITE_DESC
#define ARG_EXCLUDE_VALUE
#define ARG_BLACKANDWHITE
This file contains miscellaneous commonly used macros and functions.
static wxString FROM_UTF8(const char *cstring)
Convert a UTF8 encoded C string to a wxString for all wxWidgets build modes.
static const int ERR_INVALID_INPUT_FILE
std::vector< FAB_LAYER_COLOR > dummy
int doPerform(KIWAY &aKiway) override
The internal handler that should be overloaded to implement command specific processing and work.
void addLayerArg(bool aRequire)