20#include <wx/hyperlink.h>
42 std::vector<PCB_TABLECELL*> aCells ) :
64 m_cellText->SetWrapVisualFlags( wxSTC_WRAPVISUALFLAG_END );
65 m_cellText->SetWrapIndentMode( wxSTC_WRAPINDENT_INDENT );
71 m_cellText->SetTechnology( wxSTC_TECHNOLOGY_DIRECTWRITE );
77 [
this]( wxKeyEvent& aEvent )
79 wxPostEvent(
this, wxCommandEvent( wxEVT_COMMAND_BUTTON_CLICKED, wxID_OK ) );
82 [
this]( wxStyledTextEvent& aEvent )
86 [
this](
const wxString& xRef, wxArrayString* tokens )
128 m_bold->SetIsCheckButton();
168 if( !wxDialog::TransferDataToWindow() )
175 bool firstCell =
true;
178 int textThickness = 0;
179 int basePenWidth = 0;
181 for( PCB_TABLECELL* cell :
m_cells )
187 m_fontCtrl->SetFontSelection( cell->GetFont() );
190 textThickness = cell->GetTextThickness();
193 hAlign = cell->GetHorizJustify();
194 vAlign = cell->GetVertJustify();
201 m_bold->Check( cell->IsBold() );
204 m_italic->Check( cell->IsItalic() );
216 if( cell->GetFont() !=
m_fontCtrl->GetFontSelection( cell->IsBold(), cell->IsItalic() ) )
219 if( cell->GetTextWidth() !=
m_textWidth.GetValue() )
225 if( cell->GetTextThickness() != textThickness )
231 if( cell->IsBold() !=
m_bold->IsChecked() )
237 if( cell->IsItalic() !=
m_italic->IsChecked() )
243 if( cell->GetHorizJustify() != hAlign )
246 if( cell->GetVertJustify() != vAlign )
249 if( cell->GetMarginLeft() !=
m_marginLeft.GetIntValue() )
252 if( cell->GetMarginTop() !=
m_marginTop.GetIntValue() )
285 if( textThickness == 0 )
288 if( basePenWidth > 0 )
294 else if( textThickness > 0 )
313 if( aEvent.IsChecked() )
319 wxCommandEvent
dummy;
350 if( btn->IsChecked() && btn != aEvent.GetEventObject() )
360 if( btn->IsChecked() && btn != aEvent.GetEventObject() )
368 if( !wxDialog::TransferDataFromWindow() )
371 BOARD_COMMIT commit(
m_frame );
376 bool pushCommit = (
m_table->GetEditFlags() == 0 );
383 for( PCB_TABLECELL* cell :
m_cells )
392 txt.Replace(
"\r",
"\n" );
393#elif defined( __WINDOWS__ )
396 txt.Replace(
"\r",
"" );
399 cell->SetText( txt );
403 cell->SetBold(
m_bold->IsChecked() );
406 cell->SetItalic(
m_italic->IsChecked() );
409 cell->SetIsKnockout(
true );
410 else if(
m_cbKnockout->Get3StateValue() == wxCHK_UNCHECKED )
411 cell->SetIsKnockout(
false );
414 cell->SetFont(
m_fontCtrl->GetFontSelection( cell->IsBold(), cell->IsItalic() ) );
423 cell->SetAutoThickness(
true );
454 if( !commit.Empty() )
wxBitmapBundle KiBitmapBundle(BITMAPS aBitmap, int aMinHeight)
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...
virtual void OnCharHook(wxKeyEvent &aEvt)
BITMAP_BUTTON * m_vAlignTop
wxCheckBox * m_cbKnockout
BITMAP_BUTTON * m_vAlignCenter
BITMAP_BUTTON * m_hAlignRight
BITMAP_BUTTON * m_hAlignCenter
BITMAP_BUTTON * m_vAlignBottom
wxStyledTextCtrl * m_cellTextCtrl
wxStaticText * m_SizeXLabel
wxTextCtrl * m_marginTopCtrl
wxStaticText * m_ThicknessUnits
BITMAP_BUTTON * m_autoTextThickness
BITMAP_BUTTON * m_separator0
wxTextCtrl * m_ThicknessCtrl
wxTextCtrl * m_marginBottomCtrl
BITMAP_BUTTON * m_hAlignLeft
wxStaticText * m_SizeXUnits
wxTextCtrl * m_marginRightCtrl
wxStaticText * m_marginTopUnits
wxTextCtrl * m_marginLeftCtrl
wxStaticText * m_SizeYUnits
BITMAP_BUTTON * m_separator1
wxStaticText * m_ThicknessLabel
wxStaticText * m_SizeYLabel
DIALOG_TABLECELL_PROPERTIES_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Table Cell Properties"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
bool m_mixedItalicSetting
UNIT_BINDER m_textThickness
bool TransferDataFromWindow() override
bool m_cellTextIsGenerated
Generated cell text, shown so the user can read it but not theirs to change.
std::vector< SCH_TABLECELL * > m_cells
HTML_MESSAGE_BOX * m_helpWindow
@ TABLECELL_PROPS_EDIT_TABLE
void onBold(wxCommandEvent &aEvent) override
void onTextSize(wxCommandEvent &aEvent) override
void onHAlignButton(wxCommandEvent &aEvent)
void onAutoTextThickness(wxCommandEvent &aEvent) override
void onEditTable(wxCommandEvent &aEvent) override
enum TABLECELL_PROPS_RETVALUE m_returnValue
wxStyledTextCtrl * m_cellText
SCINTILLA_TRICKS * m_scintillaTricks
DIALOG_TABLECELL_PROPERTIES(SCH_EDIT_FRAME *aParentFrame, std::vector< SCH_TABLECELL * > aCells)
void onItalic(wxCommandEvent &aEvent) override
UNIT_BINDER m_marginBottom
bool TransferDataToWindow() override
~DIALOG_TABLECELL_PROPERTIES()
UNIT_BINDER m_marginRight
void onSyntaxHelp(wxHyperlinkEvent &aEvent) override
void onVAlignButton(wxCommandEvent &aEvent)
Common, abstract interface for edit frames.
static HTML_MESSAGE_BOX * ShowSyntaxHelp(wxWindow *aParentWindow)
Display a syntax help window for text variables and expressions.
Add cut/copy/paste, dark theme, autocomplete and brace highlighting to a wxStyleTextCtrl instance.
This file is part of the common library.
#define IN_EDIT
Item currently edited.
int GetPenSizeForNormal(int aTextSize)
#define SKIP_CONNECTIVITY
std::vector< FAB_LAYER_COLOR > dummy
GR_TEXT_H_ALIGN_T
This is API surface mapped to common.types.HorizontalAlignment.
@ GR_TEXT_H_ALIGN_INDETERMINATE
GR_TEXT_V_ALIGN_T
This is API surface mapped to common.types.VertialAlignment.
@ GR_TEXT_V_ALIGN_INDETERMINATE
@ PCB_DRILL_CHART_T
class PCB_DRILL_CHART, a live drill chart derived from PCB_TABLE
#define INDETERMINATE_STATE
Used for holding indeterminate values, such as with multiple selections holding different values or c...