![]() |
KiCad PCB EDA Suite
|
Go to the source code of this file.
Macros | |
#define | NET_PLUGIN_CHANGE 1 |
Create and shows NETLIST_DIALOG and returns whatever NETLIST_DIALOG::ShowModal() returns. More... | |
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. More... | |
int | InvokeDialogPrintUsingPrinter (SCH_EDIT_FRAME *aCaller) |
Create and show DIALOG_PRINT_USING_PRINTER and return whatever DIALOG_PRINT_USING_PRINTER::ShowModal() returns. More... | |
int | InvokeDialogCreateBOM (SCH_EDIT_FRAME *aCaller) |
Create and show DIALOG_BOM and return whatever DIALOG_BOM::ShowModal() returns. More... | |
void | InvokeDialogBusManager (SCH_EDIT_FRAME *aCaller) |
Create and show DIALOG_BUS_MANAGER. More... | |
int | InvokeDialogNetList (SCH_EDIT_FRAME *aCaller) |
bool | InvokeDialogEditComponentsLibId (SCH_EDIT_FRAME *aCaller) |
Run a dialog to modify the LIB_ID of components for instance when a symbol has moved from a symbol library to another symbol library. More... | |
#define NET_PLUGIN_CHANGE 1 |
Create and shows NETLIST_DIALOG and returns whatever NETLIST_DIALOG::ShowModal() returns.
int | - NET_PLUGIN_CHANGE means user added or deleted a plugin, wxID_OK, or wxID_CANCEL. |
Definition at line 91 of file invoke_sch_dialog.h.
void InvokeDialogBusManager | ( | SCH_EDIT_FRAME * | aCaller | ) |
Create and show DIALOG_BUS_MANAGER.
Definition at line 507 of file dialog_bus_manager.cpp.
Referenced by SCH_EDITOR_CONTROL::ShowBusManager().
int InvokeDialogCreateBOM | ( | SCH_EDIT_FRAME * | aCaller | ) |
Create and show DIALOG_BOM and return whatever DIALOG_BOM::ShowModal() returns.
Definition at line 107 of file dialog_bom.cpp.
References DIALOG_SHIM::ShowQuasiModal().
Referenced by SCH_EDITOR_CONTROL::GenerateBOM().
bool InvokeDialogEditComponentsLibId | ( | SCH_EDIT_FRAME * | aCaller | ) |
Run a dialog to modify the LIB_ID of components for instance when a symbol has moved from a symbol library to another symbol library.
Definition at line 824 of file dialog_edit_components_libid.cpp.
References DIALOG_EDIT_COMPONENTS_LIBID::IsSchematicModified(), and DIALOG_SHIM::ShowQuasiModal().
Referenced by SCH_EDITOR_CONTROL::EditSymbolLibraryLinks().
int InvokeDialogNetList | ( | SCH_EDIT_FRAME * | aCaller | ) |
Definition at line 718 of file eeschema/dialogs/dialog_netlist.cpp.
References NETLIST_DIALOG::m_DefaultNetFmtName, SCHEMATIC_SETTINGS::m_NetFormatName, SCH_EDIT_FRAME::SaveProjectSettings(), SCH_EDIT_FRAME::Schematic(), and SCHEMATIC::Settings().
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 513 of file dialog_print_using_printer.cpp.
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 320 of file dialog_rescue_each.cpp.
References DIALOG_SHIM::ShowQuasiModal().
Referenced by LEGACY_RESCUER::InvokeDialog(), and SYMBOL_LIB_TABLE_RESCUER::InvokeDialog().