58 std::unique_ptr<XNODE> xroot(
makeRoot( aCtl ) );
60 xroot->Format( aOut, 0 );
void DisplayError(wxWindow *aParent, const wxString &aText, int aDisplayTime)
Display an error or warning message box with aMessage.
This file is part of the common library.
XNODE * makeRoot(unsigned aCtl=GNL_ALL)
Build the entire document tree for the generic export.
void Format(OUTPUTFORMATTER *aOutputFormatter, int aCtl)
Output this s-expression netlist into aOutputFormatter.
virtual const wxString What() const
A composite of Problem() and Where()
bool WriteNetlist(const wxString &aOutFileName, unsigned aNetlistOptions) override
Write netlist to aOutFileName.
Hold an error message and may be used when throwing exceptions containing meaningful error messages.