31 m_lockingOptions( aLockingOptions )
38 m_sdbSizerOK->SetToolTip(
_(
"Remove locked items from the selection and only apply the "
39 "operation to the unlocked items (if any)." ) );
41 m_doNotShowBtn->SetToolTip(
_(
"Do not show this dialog again until KiCad restarts. "
42 "You can re-enable this dialog in Pcbnew preferences." ) );
56 EndDialog( wxID_APPLY );
wxBitmapBundle KiBitmapBundle(BITMAPS aBitmap)
Class DIALOG_LOCKED_ITEMS_QUERY_BASE.
wxStaticText * m_messageLine1
wxCheckBox * m_doNotShowBtn
void onOverrideLocks(wxCommandEvent &event) override
PCBNEW_SETTINGS::LOCKING_OPTIONS & m_lockingOptions
DIALOG_LOCKED_ITEMS_QUERY(wxWindow *aParent, std::size_t aLockedItemCount, PCBNEW_SETTINGS::LOCKING_OPTIONS &aLockingOptions)
This has no dependencies on calling wxFrame derivative, such as PCB_BASE_FRAME.
void SetInitialFocus(wxWindow *aWindow)
Sets the window (usually a wxTextCtrl) that should be focused when the dialog is shown.
void SetupStandardButtons(std::map< int, wxString > aLabels={})
void finishDialogSettings()
In all dialogs, we must call the same functions to fix minimal dlg size, the default position and per...
bool m_sessionSkipPrompts