25 #ifndef GBR_NETLIST_METADATA_H 26 #define GBR_NETLIST_METADATA_H 116 void SetField(
const wxString& aField,
bool aUseUTF8,
bool aEscapeString )
201 if( !aName || aName->IsEmpty() || *aName ==
".CN" )
258 #define GBR_NETINFO_ALL \ 259 ( GBR_NETLIST_METADATA::GBR_NETINFO_PAD | GBR_NETLIST_METADATA::GBR_NETINFO_NET \ 260 | GBR_NETLIST_METADATA::GBR_NETINFO_CMP ) 262 #endif // GBR_NETLIST_METADATA_H
bool m_useUTF8
true to use UTF8, false to escape non ASCII7 chars
wxString m_field
the Unicode text to print in Gbr file (after escape and quoting)
void SetField(const wxString &aField, bool aUseUTF8, bool aEscapeString)
bool m_escapeString
true to quote the field in gbr file
std::string GetGerberString() const
const wxString & GetValue() const