KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_shim.h
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 (C) 2012 SoftPLC Corporation, Dick Hollenbeck <[email protected]>
5 * Copyright The KiCad Developers, see AUTHORS.txt for contributors.
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * as published by the Free Software Foundation; either version 2
10 * of the License, or (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program. If not, see <https://www.gnu.org/licenses/>.
19 */
20
21#ifndef DIALOG_SHIM_
22#define DIALOG_SHIM_
23
24#include <kicommon.h>
25#include <eda_units.h>
26#include <kiway_holder.h>
27#include <wx/dialog.h>
28#include <map>
29#include <set>
30#include <vector>
31#include <wx/variant.h>
32#include <core/raii.h>
33
34class EDA_BASE_FRAME;
35class UNIT_BINDER;
36
37class wxGridEvent;
38class wxGUIEventLoop;
39class wxInitDialogEvent;
40class wxSpinEvent;
41class wxSpinDoubleEvent;
42class wxStyledTextEvent;
43class wxPropertyGridEvent;
44class wxDataViewEvent;
45
46
59KICOMMON_API wxRect ClampRectToDisplay( const wxRect& aRect, const wxRect& aClientArea );
60
61
79class KICOMMON_API DIALOG_SHIM : public wxDialog, public KIWAY_HOLDER
80{
81public:
82 DIALOG_SHIM( wxWindow* aParent, wxWindowID id, const wxString& title,
83 const wxPoint& pos = wxDefaultPosition,
84 const wxSize& size = wxDefaultSize,
85 long style = wxDEFAULT_FRAME_STYLE | wxRESIZE_BORDER,
86 const wxString& name = wxDialogNameStr );
87
89
94 void SetInitialFocus( wxWindow* aWindow )
95 {
96 m_initialFocusTarget = aWindow;
97 }
98
99 int ShowModal() override;
100
101 int ShowQuasiModal(); // disable only the parent window, otherwise modal.
102
103 void EndQuasiModal( int retCode ); // End quasi-modal mode
104
105 bool IsQuasiModal() const { return m_qmodal_showing; }
106
107 // A quasi-modal dialog disables its parent window. Sadly this disabling is more extreme
108 // than wxWidgets' normal modal dialog disabling, and prevents things like hotkey Cut/Copy/
109 // Paste from working in search controls in standard file dialogs. So when we put up a modal
110 // dialog in front of a quasi-modal, we suspend the quasi-modal dialog parent window
111 // disabling, causing us to fall back to the normal modal dialog parent window disabling.
112 void PrepareForModalSubDialog();
113 void CleanupAfterModalSubDialog();
114
115 bool Show( bool show ) override;
116
117 bool Enable( bool enable ) override;
118
119 void OnPaint( wxPaintEvent &event );
120
121 void OnModify();
122 void ClearModify();
123
128 void SetPosition( const wxPoint& aNewPosition );
129
131 {
132 return m_units;
133 }
134
135 void SelectAllInTextCtrls( wxWindowList& children );
136
137 void SetupStandardButtons( std::map<int, wxString> aLabels = {} );
138
139 static bool IsCtrl( int aChar, const wxKeyEvent& e )
140 {
141 return e.GetKeyCode() == aChar && e.ControlDown() && !e.AltDown() &&
142 !e.ShiftDown() && !e.MetaDown();
143 }
144
145 static bool IsShiftCtrl( int aChar, const wxKeyEvent& e )
146 {
147 return e.GetKeyCode() == aChar && e.ControlDown() && !e.AltDown() &&
148 e.ShiftDown() && !e.MetaDown();
149 }
150
156 void LoadControlState();
157
161 void SaveControlState();
162
167 void OptOut( wxWindow* aWindow );
168
176 void ExcludeFromControlUndoRedo( wxWindow* aWindow );
177
184 void RegisterUnitBinder( UNIT_BINDER* aUnitBinder, wxWindow* aWindow );
185
195 void UnregisterUnitBinder( UNIT_BINDER* aUnitBinder );
196
209 void EndDialogShim( int aReturnCode );
210
211protected:
222 void finishDialogSettings();
223
233 void clampToWorkArea();
234
240 void setSizeInDU( int x, int y );
241
246 int horizPixelsFromDU( int x ) const;
247
252 int vertPixelsFromDU( int y ) const;
253
261 void resetSize();
262
263 virtual void OnCharHook( wxKeyEvent& aEvt );
264
272 virtual void TearDownQuasiModal() {}
273
282 void resetUndoRedoForNewContent( wxWindowList& aChildren );
283
291 void unregisterUnitBinders( wxWindow* aWindow );
292
293private:
298 void OnCloseWindow( wxCloseEvent& aEvent );
299
300 void OnSize( wxSizeEvent& aEvent );
301 void OnMove( wxMoveEvent& aEvent );
302
307 void OnButton( wxCommandEvent& aEvent );
308
309 void onChildSetFocus( wxFocusEvent& aEvent );
310
311 void onInitDialog( wxInitDialogEvent& aEvent );
312
322 void focusParentCanvas( bool aDeferUntilFrameActive = false );
323
324 std::string generateKey( const wxWindow* aWin ) const;
325
326 void registerUndoRedoHandlers( wxWindowList& aChildren );
327 void recordControlChange( wxWindow* aCtrl );
328 void onCommandEvent( wxCommandEvent& aEvent );
329 void onSpinEvent( wxSpinEvent& aEvent );
330 void onSpinDoubleEvent( wxSpinDoubleEvent& aEvent );
331 void onStyledTextChanged( wxStyledTextEvent& aEvent );
332 void onGridCellChanged( wxGridEvent& aEvent );
333 void onPropertyGridChanged( wxPropertyGridEvent& aEvent );
334 void onDataViewListChanged( wxDataViewEvent& aEvent );
335 void doUndo();
336 void doRedo();
337 wxVariant getControlValue( wxWindow* aCtrl );
338 void setControlValue( wxWindow* aCtrl, const wxVariant& aValue );
339
341
342protected:
343 EDA_UNITS m_units; // userUnits for display and parsing
344 std::string m_hash_key; // optional custom key for persistence
345
346 // The following disables the storing of a user size. It is used primarily for dialogs
347 // with conditional content which don't need user sizing.
349
350 // On MacOS (at least) SetFocus() calls made in the constructor will fail because a
351 // window that isn't yet visible will return false to AcceptsFocus(). So we must delay
352 // the initial-focus SetFocus() call to the first paint event.
356
357 wxGUIEventLoop* m_qmodal_loop; // points to nested event_loop, NULL means not qmodal
358 // and dismissed
361
363
364 std::vector<wxWindow*> m_tabOrder;
365
366 // The size asked by the caller, used the first time the dialog is created
370
371 // Used to support first-esc-cancels-edit logic
372 std::map<wxWindow*, wxString> m_beforeEditValues;
373 std::map<wxWindow*, UNIT_BINDER*> m_unitBinders;
374
376 {
377 wxWindow* ctrl;
378 wxVariant before;
379 wxVariant after;
380 };
381
382 std::vector<UNDO_STEP> m_undoStack;
383 std::vector<UNDO_STEP> m_redoStack;
384 std::map<wxWindow*, wxVariant> m_currentValues;
385 std::set<wxWindow*> m_noControlUndoRedo;
388};
389
390#endif // DIALOG_SHIM_
const char * name
static bool IsShiftCtrl(int aChar, const wxKeyEvent &e)
bool m_handlingUndoRedo
std::set< wxWindow * > m_noControlUndoRedo
std::vector< wxWindow * > m_tabOrder
bool m_qmodal_showing
virtual void TearDownQuasiModal()
Override this method to perform dialog tear down actions not suitable for object dtor.
static bool IsCtrl(int aChar, const wxKeyEvent &e)
std::vector< UNDO_STEP > m_redoStack
wxGUIEventLoop * m_qmodal_loop
EDA_UNITS m_units
void SetInitialFocus(wxWindow *aWindow)
Sets the window (usually a wxTextCtrl) that should be focused when the dialog is shown.
Definition dialog_shim.h:94
WINDOW_DISABLER * m_qmodal_parent_disabler
std::string m_hash_key
bool m_firstPaintEvent
bool m_userResized
std::map< wxWindow *, wxString > m_beforeEditValues
bool IsQuasiModal() const
bool m_useCalculatedSize
std::map< wxWindow *, UNIT_BINDER * > m_unitBinders
bool m_childReleased
wxWindow * m_initialFocusTarget
DIALOG_SHIM(wxWindow *aParent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, const wxString &name=wxDialogNameStr)
bool m_userPositioned
std::map< wxWindow *, wxVariant > m_currentValues
wxSize m_initialSize
EDA_BASE_FRAME * m_parentFrame
std::vector< UNDO_STEP > m_undoStack
EDA_UNITS GetUserUnits() const
The base frame for deriving all KiCad main window classes.
KIWAY_HOLDER(KIWAY *aKiway, HOLDER_TYPE aType)
Temporarily disable a window, and then re-enable on destruction.
Definition raii.h:83
KICOMMON_API wxRect ClampRectToDisplay(const wxRect &aRect, const wxRect &aClientArea)
Constrain a window rectangle so it fits entirely within a display's client area.
EDA_UNITS
Definition eda_units.h:44
#define KICOMMON_API
Definition kicommon.h:27