KiCad PCB EDA Suite
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
pcbnew/dialogs/dialog_tablecell_properties.cpp
Go to the documentation of this file.
1/*
2 * This program source code file is part of KiCad, a free EDA CAD application.
3 *
4 * Copyright The KiCad Developers, see AUTHORS.txt for contributors.
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version 2
9 * of the License, or (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, you may find one here:
18 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
19 * or you may search the http://www.gnu.org website for the version 2 license,
20 * or you may write to the Free Software Foundation, Inc.,
21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
22 */
23
25#include <widgets/font_choice.h>
26#include <confirm.h>
27#include <board_commit.h>
29#include <board.h>
30#include <footprint.h>
31#include <pcb_textbox.h>
32#include <pcb_tablecell.h>
33#include <pcb_table.h>
34#include <project.h>
35#include <pcb_edit_frame.h>
37#include <tool/tool_manager.h>
38#include <tools/pcb_actions.h>
39#include <scintilla_tricks.h>
41
43 std::vector<PCB_TABLECELL*> aCells ) :
45 m_frame( aFrame ),
46 m_table( nullptr ),
47 m_cells( std::move( aCells ) ),
48 m_textHeight( aFrame, m_SizeYLabel, m_SizeYCtrl, m_SizeYUnits ),
49 m_textWidth( aFrame, m_SizeXLabel, m_SizeXCtrl, m_SizeXUnits ),
50 m_textThickness( aFrame, m_ThicknessLabel, m_ThicknessCtrl, m_ThicknessUnits ),
51 m_marginLeft( aFrame, nullptr, m_marginLeftCtrl, nullptr ),
52 m_marginTop( aFrame, nullptr, m_marginTopCtrl, m_marginTopUnits ),
53 m_marginRight( aFrame, nullptr, m_marginRightCtrl, nullptr ),
54 m_marginBottom( aFrame, nullptr, m_marginBottomCtrl, nullptr ),
55 m_cellText( m_cellTextCtrl ),
56 m_returnValue( TABLECELL_PROPS_CANCEL )
57{
58 wxASSERT( m_cells.size() > 0 && m_cells[0] );
59
60 m_cellText->SetEOLMode( wxSTC_EOL_LF );
61
62#ifdef _WIN32
63 // Without this setting, on Windows, some esoteric unicode chars create display issue
64 // in a wxStyledTextCtrl.
65 // for SetTechnology() info, see https://www.scintilla.org/ScintillaDoc.html#SCI_SETTECHNOLOGY
66 m_cellText->SetTechnology(wxSTC_TECHNOLOGY_DIRECTWRITE);
67#endif
68
69 m_scintillaTricks = new SCINTILLA_TRICKS( m_cellText, wxT( "{}" ), false,
70 // onAcceptFn
71 [this]( wxKeyEvent& aEvent )
72 {
73 wxPostEvent( this, wxCommandEvent( wxEVT_COMMAND_BUTTON_CLICKED, wxID_OK ) );
74 },
75 // onCharFn
76 [this]( wxStyledTextEvent& aEvent )
77 {
79 // getTokensFn
80 [this]( const wxString& xRef, wxArrayString* tokens )
81 {
82 m_frame->GetContextualTextVars( m_table, xRef, tokens );
83 } );
84 } );
85
86 // A hack which causes Scintilla to auto-size the text editor canvas
87 // See: https://github.com/jacobslusser/ScintillaNET/issues/216
88 m_cellText->SetScrollWidth( 1 );
89 m_cellText->SetScrollWidthTracking( true );
90
92
93 m_table = static_cast<PCB_TABLE*>( m_cells[0]->GetParent() );
94
96 m_hAlignLeft->SetBitmap( KiBitmapBundle( BITMAPS::text_align_left ) );
98 m_hAlignCenter->SetBitmap( KiBitmapBundle( BITMAPS::text_align_center ) );
100 m_hAlignRight->SetBitmap( KiBitmapBundle( BITMAPS::text_align_right ) );
101
103 m_vAlignTop->SetBitmap( KiBitmapBundle( BITMAPS::text_valign_top ) );
105 m_vAlignCenter->SetBitmap( KiBitmapBundle( BITMAPS::text_valign_center ) );
107 m_vAlignBottom->SetBitmap( KiBitmapBundle( BITMAPS::text_valign_bottom ) );
108
110 Layout();
111
112 Connect( wxEVT_CHAR_HOOK, wxKeyEventHandler( DIALOG_TABLECELL_PROPERTIES::OnCharHook ),
113 nullptr, this );
114
115 m_hAlignLeft->Bind( wxEVT_BUTTON, &DIALOG_TABLECELL_PROPERTIES::onHAlignButton, this );
118 m_vAlignTop->Bind( wxEVT_BUTTON, &DIALOG_TABLECELL_PROPERTIES::onVAlignButton, this );
121
122 // Now all widgets have the size fixed, call FinishDialogSettings
124}
125
127{
128 Disconnect( wxEVT_CHAR_HOOK, wxKeyEventHandler( DIALOG_TABLECELL_PROPERTIES::OnCharHook ),
129 nullptr, this );
130
131 delete m_scintillaTricks;
132}
133
134
136{
137 if( !wxDialog::TransferDataToWindow() )
138 return false;
139
140 bool firstCell = true;
143
144 for( PCB_TABLECELL* cell : m_cells )
145 {
146 m_cellTextCtrl->SetValue( cell->GetText() );
147 if( firstCell )
148 {
149 m_fontCtrl->SetFontSelection( cell->GetFont() );
150 m_textWidth.SetValue( cell->GetTextWidth() );
151 m_textHeight.SetValue( cell->GetTextHeight() );
152 m_textThickness.SetValue( cell->GetTextThickness() );
153
154 m_bold->Set3StateValue( cell->IsBold() ? wxCHK_CHECKED : wxCHK_UNCHECKED );
155 m_italic->Set3StateValue( cell->IsItalic() ? wxCHK_CHECKED : wxCHK_UNCHECKED );
156
157 hAlign = cell->GetHorizJustify();
158 vAlign = cell->GetVertJustify();
159
160 m_marginLeft.SetValue( cell->GetMarginLeft() );
161 m_marginTop.SetValue( cell->GetMarginTop() );
162 m_marginRight.SetValue( cell->GetMarginRight() );
163 m_marginBottom.SetValue( cell->GetMarginBottom() );
164
165 firstCell = false;
166 }
167 else
168 {
169 if( cell->GetFont() != m_fontCtrl->GetFontSelection( cell->IsBold(), cell->IsItalic() ) )
170 m_fontCtrl->SetSelection( -1 );
171
172 if( cell->GetTextWidth() != m_textWidth.GetValue() )
174
175 if( cell->GetTextHeight() != m_textHeight.GetValue() )
177
178 if( cell->GetTextThickness() != m_textThickness.GetValue() )
180
181 wxCheckBoxState bold = cell->IsBold() ? wxCHK_CHECKED : wxCHK_UNCHECKED;
182
183 if( bold != m_bold->Get3StateValue() )
184 m_bold->Set3StateValue( wxCHK_UNDETERMINED );
185
186 wxCheckBoxState italic = cell->IsItalic() ? wxCHK_CHECKED : wxCHK_UNCHECKED;
187
188 if( italic != m_italic->Get3StateValue() )
189 m_italic->Set3StateValue( wxCHK_UNDETERMINED );
190
191 if( cell->GetHorizJustify() != hAlign )
193
194 if( cell->GetVertJustify() != vAlign )
196
197 if( cell->GetMarginLeft() != m_marginLeft.GetIntValue() )
199
200 if( cell->GetMarginTop() != m_marginTop.GetIntValue() )
202
203 if( cell->GetMarginRight() != m_marginRight.GetIntValue() )
205
206 if( cell->GetMarginBottom() != m_marginBottom.GetIntValue() )
208 }
209
210 switch( hAlign )
211 {
216 }
217
218 switch( vAlign )
219 {
220 case GR_TEXT_V_ALIGN_TOP: m_vAlignTop->Check(); break;
224 }
225 }
226
227 return true;
228}
229
230
231void DIALOG_TABLECELL_PROPERTIES::onHAlignButton( wxCommandEvent& aEvent )
232{
234 {
235 if( btn->IsChecked() && btn != aEvent.GetEventObject() )
236 btn->Check( false );
237 }
238}
239
240
241void DIALOG_TABLECELL_PROPERTIES::onVAlignButton( wxCommandEvent& aEvent )
242{
244 {
245 if( btn->IsChecked() && btn != aEvent.GetEventObject() )
246 btn->Check( false );
247 }
248}
249
250
252{
253 if( !wxDialog::TransferDataFromWindow() )
254 return false;
255
256 BOARD_COMMIT commit( m_frame );
257 commit.Modify( m_table );
258
259 // If no other command in progress, prepare undo command
260 // (for a command in progress, will be made later, at the completion of command)
261 bool pushCommit = ( m_table->GetEditFlags() == 0 );
262
263 // Set IN_EDIT flag to force undo/redo/abort proper operation and avoid new calls to
264 // SaveCopyInUndoList for the same text if is moved, and then rotated, edited, etc....
265 if( !pushCommit )
267
268 for( PCB_TABLECELL* cell : m_cells )
269 {
270 wxString txt = m_cellTextCtrl->GetValue();
271
272#ifdef __WXMAC__
273 // On macOS CTRL+Enter produces '\r' instead of '\n' regardless of EOL setting.
274 // Replace it now.
275 txt.Replace( "\r", "\n" );
276#elif defined( __WINDOWS__ )
277 // On Windows, a new line is coded as \r\n. We use only \n in kicad files and in
278 // drawing routines so strip the \r char.
279 txt.Replace( "\r", "" );
280#endif
281
282 cell->SetText( txt );
283
284 if( m_bold->Get3StateValue() == wxCHK_CHECKED )
285 cell->SetBold( true );
286 else if( m_bold->Get3StateValue() == wxCHK_UNCHECKED )
287 cell->SetBold( false );
288
289 if( m_italic->Get3StateValue() == wxCHK_CHECKED )
290 cell->SetItalic( true );
291 else if( m_italic->Get3StateValue() == wxCHK_UNCHECKED )
292 cell->SetItalic( false );
293
295 cell->SetFont( m_fontCtrl->GetFontSelection( cell->IsBold(), cell->IsItalic() ) );
296
298 cell->SetTextWidth( m_textWidth.GetIntValue() );
299
301 cell->SetTextHeight( m_textHeight.GetIntValue() );
302
304 cell->SetTextThickness( m_textThickness.GetIntValue() );
305
306 if( m_hAlignLeft->IsChecked() )
307 cell->SetHorizJustify( GR_TEXT_H_ALIGN_LEFT );
308 else if( m_hAlignRight->IsChecked() )
309 cell->SetHorizJustify( GR_TEXT_H_ALIGN_RIGHT );
310 else if( m_hAlignCenter->IsChecked() )
311 cell->SetHorizJustify( GR_TEXT_H_ALIGN_CENTER );
312
313 if( m_vAlignTop->IsChecked() )
314 cell->SetVertJustify( GR_TEXT_V_ALIGN_TOP );
315 else if( m_vAlignBottom->IsChecked() )
316 cell->SetVertJustify( GR_TEXT_V_ALIGN_BOTTOM );
317 else if( m_vAlignCenter->IsChecked() )
318 cell->SetVertJustify( GR_TEXT_V_ALIGN_CENTER );
319
321 cell->SetMarginLeft( m_marginLeft.GetIntValue() );
322
324 cell->SetMarginTop( m_marginTop.GetIntValue() );
325
327 cell->SetMarginRight( m_marginRight.GetIntValue() );
328
330 cell->SetMarginBottom( m_marginBottom.GetIntValue() );
331 }
332
333 if( !commit.Empty() )
334 commit.Push( _( "Edit Table Cell Properties" ), SKIP_CONNECTIVITY );
335
337 return true;
338}
339
340
341void DIALOG_TABLECELL_PROPERTIES::onEditTable( wxCommandEvent& aEvent )
342{
344 {
346 Close();
347 }
348}
wxBitmapBundle KiBitmapBundle(BITMAPS aBitmap, int aMinHeight)
Definition: bitmap.cpp:110
#define SKIP_CONNECTIVITY
Definition: board_commit.h:44
A bitmap button widget that behaves like an AUI toolbar item's button when it is drawn.
Definition: bitmap_button.h:42
void SetIsRadioButton()
bool IsChecked() const
void Check(bool aCheck=true)
Check the control.
void SetBitmap(const wxBitmapBundle &aBmp)
Set the bitmap shown when the button is enabled.
void SetInitialFocus(wxWindow *aWindow)
Sets the window (usually a wxTextCtrl) that should be focused when the dialog is shown.
Definition: dialog_shim.h:66
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)
DIALOG_TABLECELL_PROPERTIES(SCH_EDIT_FRAME *aParentFrame, std::vector< SCH_TABLECELL * > aCells)
EDA_ITEM_FLAGS GetEditFlags() const
Definition: eda_item.h:141
void SetFlags(EDA_ITEM_FLAGS aMask)
Definition: eda_item.h:135
void SetFontSelection(KIFONT::FONT *aFont, bool aSilentMode=false)
Set the selection in wxChoice widget.
Definition: font_choice.cpp:73
KIFONT::FONT * GetFontSelection(bool aBold, bool aItalic, bool aForDrawingSheet=false) const
bool HaveFontSelection() const
Definition: font_choice.cpp:95
Common, abstract interface for edit frames.
Add cut/copy/paste, dark theme, autocomplete and brace highlighting to a wxStyleTextCtrl instance.
void DoTextVarAutocomplete(const std::function< void(const wxString &xRef, wxArrayString *tokens)> &getTokensFn)
int GetIntValue()
Definition: unit_binder.h:129
virtual long long int GetValue()
Return the current value in Internal Units.
bool IsIndeterminate() const
Return true if the control holds the indeterminate value (for instance, if it represents a multiple s...
virtual void SetValue(long long int aValue)
Set new value (in Internal Units) for the text field, taking care of units conversion.
This file is part of the common library.
#define _(s)
#define IN_EDIT
Item currently edited.
STL namespace.
GR_TEXT_H_ALIGN_T
This is API surface mapped to common.types.HorizontalAlignment.
@ GR_TEXT_H_ALIGN_CENTER
@ GR_TEXT_H_ALIGN_RIGHT
@ GR_TEXT_H_ALIGN_LEFT
@ GR_TEXT_H_ALIGN_INDETERMINATE
GR_TEXT_V_ALIGN_T
This is API surface mapped to common.types.VertialAlignment.
@ GR_TEXT_V_ALIGN_BOTTOM
@ GR_TEXT_V_ALIGN_INDETERMINATE
@ GR_TEXT_V_ALIGN_CENTER
@ GR_TEXT_V_ALIGN_TOP
#define INDETERMINATE_STATE
Used for holding indeterminate values, such as with multiple selections holding different values or c...
Definition: ui_common.h:46