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 | InvokeDialogPrintUsingPrinter (SCH_EDIT_FRAME *aCaller) |
Create and show DIALOG_PRINT_USING_PRINTER and return whatever DIALOG_PRINT_USING_PRINTER::ShowModal() returns. | |
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 80 of file invoke_sch_dialog.h.
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 835 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 925 of file dialog_export_netlist.cpp.
References SCH_EDIT_FRAME::SaveProjectLocalSettings(), and DIALOG_SHIM::ShowModal().
Referenced by SCH_EDITOR_CONTROL::ExportNetlist().
int InvokeDialogPrintUsingPrinter | ( | SCH_EDIT_FRAME * | aCaller | ) |
Create and show DIALOG_PRINT_USING_PRINTER and return whatever DIALOG_PRINT_USING_PRINTER::ShowModal() returns.
Definition at line 405 of file dialog_print_using_printer.cpp.
References DIALOG_SHIM::ShowModal().
Referenced by SCH_EDITOR_CONTROL::Print().
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 324 of file dialog_rescue_each.cpp.
References DIALOG_SHIM::ShowQuasiModal().
Referenced by LEGACY_RESCUER::InvokeDialog(), and SYMBOL_LIB_TABLE_RESCUER::InvokeDialog().