|
KiCad PCB EDA Suite
|
#include <class_draw_panel_gal.h>#include <libraries/legacy_symbol_library.h>#include <dialog_rescue_each_base.h>#include <eeschema_settings.h>#include <invoke_sch_dialog.h>#include <kiface_base.h>#include <project_rescue.h>#include <sch_symbol.h>#include <sch_edit_frame.h>#include <set>#include <symbol_preview_widget.h>#include <wx/msgdlg.h>#include <wx/dcclient.h>Go to the source code of this file.
Classes | |
| class | DIALOG_RESCUE_EACH |
Functions | |
| int | InvokeDialogRescueEach (wxWindow *aParent, RESCUER &aRescuer, SCH_SHEET_PATH *aCurrentSheet, EDA_DRAW_PANEL_GAL::GAL_TYPE aGalBackEndType, bool aAskShowAgain) |
| This dialog asks the user which rescuable, cached parts he wants to rescue. | |
| int InvokeDialogRescueEach | ( | wxWindow * | aParent, |
| RESCUER & | aRescuer, | ||
| SCH_SHEET_PATH * | aCurrentSheet, | ||
| EDA_DRAW_PANEL_GAL::GAL_TYPE | aGalBackEndType, | ||
| bool | aAskShowAgain ) |
This dialog asks the user which rescuable, cached parts he wants to rescue.
Any rejects will be pruned from aCandidates.
| aParent | - the wxWindow object calling this dialog |
| aRescuer | - the active RESCUER instance |
| aCurrentSheet | the current sheet in the schematic editor frame |
| aGalBackEndType | the current GAL type used to render symbols |
| aAskShowAgain | - if true, a "Never Show Again" button will be included |
Definition at line 310 of file dialog_rescue_each.cpp.
References DIALOG_SHIM::ShowQuasiModal().
Referenced by LEGACY_RESCUER::InvokeDialog(), and SYMBOL_LIB_TABLE_RESCUER::InvokeDialog().