32 wxString aReplacement ) :
36 m_pasteOptions->SetItemToolTip(
static_cast<int>( PASTE_MODE::UNIQUE_ANNOTATIONS ),
37 _(
"Finds the next available reference designator for "
38 "any designators that already exist in the design." ) );
40 m_pasteOptions->SetItemToolTip(
static_cast<int>( PASTE_MODE::KEEP_ANNOTATIONS ),
43 m_pasteOptions->SetItemToolTip(
static_cast<int>( PASTE_MODE::REMOVE_ANNOTATIONS ),
44 wxString::Format(
_(
"Replaces reference designators "
Class DIALOG_PASTE_SPECIAL_BASE.
wxRadioBox * m_pasteOptions
DIALOG_PASTE_SPECIAL(wxWindow *aParent, PASTE_MODE *aMode, wxString aReplacement=wxT("?"))
bool TransferDataFromWindow() override
bool TransferDataToWindow() override
void finishDialogSettings()
In all dialogs, we must call the same functions to fix minimal dlg size, the default position and per...
static PASTE_MODE g_paste_mode