KiCad PCB EDA Suite
|
Dialog box for creating bom and other documents from generic netlist. More...
#include <bitmaps.h>
#include <widgets/std_bitmap_button.h>
#include <bom_plugins.h>
#include <confirm.h>
#include <dialog_bom.h>
#include <dialogs/html_message_box.h>
#include <eeschema_settings.h>
#include <gestfich.h>
#include <i18n_utility.h>
#include <invoke_sch_dialog.h>
#include <kiface_base.h>
#include <netlist.h>
#include <netlist_exporter_xml.h>
#include <paths.h>
#include <pgm_base.h>
#include <reporter.h>
#include <sch_edit_frame.h>
#include <string_utils.h>
#include <wx/filedlg.h>
#include <wx/log.h>
#include <wx/msgdlg.h>
#include <wx/textdlg.h>
#include <dialog_bom_help_md.h>
Go to the source code of this file.
Functions | |
int | InvokeDialogCreateBOM (SCH_EDIT_FRAME *aCaller) |
Create and show DIALOG_BOM and return whatever DIALOG_BOM::ShowModal() returns. | |
Variables | |
wxString | s_bomHelpInfo = |
Dialog box for creating bom and other documents from generic netlist.
Definition in file dialog_bom.cpp.
int InvokeDialogCreateBOM | ( | SCH_EDIT_FRAME * | aCaller | ) |
Create and show DIALOG_BOM and return whatever DIALOG_BOM::ShowModal() returns.
Definition at line 60 of file dialog_bom.cpp.
References DIALOG_SHIM::ShowQuasiModal().
Referenced by SCH_EDITOR_CONTROL::GenerateBOMLegacy().
wxString s_bomHelpInfo = |
Definition at line 55 of file dialog_bom.cpp.
Referenced by DIALOG_BOM::OnHelp().