|
KiCad PCB EDA Suite
|
Go to the source code of this file.
Macros | |
| #define | NET_PLUGIN_CHANGE 1 |
| Create and shows DIALOG_EXPORT_NETLIST and returns whatever DIALOG_EXPORT_NETLIST::ShowModal() returns. | |
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 | InvokeDialogCreateBOM (SCH_EDIT_FRAME *aCaller) |
| Create and show DIALOG_BOM and return whatever DIALOG_BOM::ShowModal() returns. | |
| int | InvokeDialogNetList (SCH_EDIT_FRAME *aCaller) |
| bool | InvokeDialogEditSymbolsLibId (SCH_EDIT_FRAME *aCaller) |
| Run a dialog to modify the LIB_ID of symbols for instance when a symbol has moved from a symbol library to another symbol library. | |
| #define NET_PLUGIN_CHANGE 1 |
Create and shows DIALOG_EXPORT_NETLIST and returns whatever DIALOG_EXPORT_NETLIST::ShowModal() returns.
| int | - NET_PLUGIN_CHANGE means user added or deleted a plugin, wxID_OK, or wxID_CANCEL. |
Definition at line 76 of file invoke_sch_dialog.h.
Referenced by SCH_EDITOR_CONTROL::ExportNetlist(), DIALOG_EXPORT_NETLIST::OnAddGenerator(), and DIALOG_EXPORT_NETLIST::OnDelGenerator().
| 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().
| bool InvokeDialogEditSymbolsLibId | ( | SCH_EDIT_FRAME * | aCaller | ) |
Run a dialog to modify the LIB_ID of symbols for instance when a symbol has moved from a symbol library to another symbol library.
Definition at line 840 of file dialog_edit_symbols_libid.cpp.
References DIALOG_EDIT_SYMBOLS_LIBID::IsSchematicModified(), and DIALOG_SHIM::ShowQuasiModal().
Referenced by SCH_EDITOR_CONTROL::EditSymbolLibraryLinks().
| int InvokeDialogNetList | ( | SCH_EDIT_FRAME * | aCaller | ) |
Definition at line 936 of file dialog_export_netlist.cpp.
References SCH_EDIT_FRAME::SaveProjectLocalSettings(), and DIALOG_SHIM::ShowModal().
Referenced by SCH_EDITOR_CONTROL::ExportNetlist().
| 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().