31#include <wx/checkbox.h>
46#include "wx/display.h"
84#define MODAL_FRAME ( wxRESIZE_BORDER | wxSYSTEM_MENU | wxCAPTION | wxCLOSE_BOX | wxCLIP_CHILDREN \
85 | wxWANTS_CHARS | wxFRAME_NO_TASKBAR | wxFRAME_FLOAT_ON_PARENT )
92 m_filterByPinCount( nullptr ),
93 m_filterByFPFilters( nullptr ),
95 m_currentCamera( m_trackBallCamera ),
98 m_firstPaintEvent( true )
106 wxPanel* bottomPanel =
new wxPanel(
this );
107 wxBoxSizer* bottomSizer =
new wxBoxSizer( wxVERTICAL );
108 wxBoxSizer* frameSizer =
new wxBoxSizer( wxVERTICAL );
119 wxCommandEvent
dummy;
140 wxBoxSizer* buttonsSizer =
new wxBoxSizer( wxHORIZONTAL );
142 buttonsSizer->Add( 0, 0, 1, 0, 5 );
146 buttonsSizer->Add( separator, 0, wxRIGHT | wxALIGN_CENTER_VERTICAL, 1 );
152 buttonsSizer->Add(
m_grButton3DView, 0, wxRIGHT | wxALIGN_CENTER_VERTICAL, 1 );
158 buttonsSizer->Add(
m_grButtonFpView, 0, wxRIGHT | wxALIGN_CENTER_VERTICAL, 1 );
160 separator =
new BITMAP_BUTTON( bottomPanel, wxID_ANY, wxNullBitmap );
162 buttonsSizer->Add( separator, 0, wxRIGHT | wxALIGN_CENTER_VERTICAL, 1 );
164 m_show3DViewer =
new wxCheckBox( bottomPanel, wxID_ANY,
_(
"Show 3D viewer in own window" ) );
165 buttonsSizer->Add(
m_show3DViewer, 0, wxALL | wxALIGN_CENTER_VERTICAL, 3 );
167 wxStdDialogButtonSizer* sdbSizer =
new wxStdDialogButtonSizer();
168 wxButton* okButton =
new wxButton( bottomPanel, wxID_OK );
169 wxButton* cancelButton =
new wxButton( bottomPanel, wxID_CANCEL );
171 sdbSizer->AddButton( okButton );
172 sdbSizer->AddButton( cancelButton );
175 buttonsSizer->Add( 20, 0, 0, 0, 5 );
176 buttonsSizer->Add( sdbSizer, 0, wxALL | wxALIGN_CENTER_VERTICAL, 5 );
177 bottomSizer->Add( buttonsSizer, 0, wxEXPAND, 5 );
179 bottomPanel->SetSizer( bottomSizer );
180 frameSizer->Add( bottomPanel, 0, wxEXPAND );
182 SetSizer( frameSizer );
184 SetTitle( GetTitle() + wxString::Format(
_(
" (%d items loaded)" ),
224 Connect( FP_SELECTION_EVENT,
251 Disconnect( FP_SELECTION_EVENT,
267 if( aEvent.IsChecked() )
278 viewer3D->Close(
true );
287 bool do_reload_board =
true;
292 do_reload_board =
false;
300 if( do_reload_board )
306 bool aRefresh,
const wxString* aTitle )
309 wxString footprintName;
312 footprintName << fpID.
Format();
314 wxString title =
_(
"3D Viewer" ) + wxT(
" \u2014 " ) + footprintName;
325 return cfg->m_FootprintChooser.filter_on_pin_count;
337 return cfg->m_FootprintChooser.use_fp_filters;
345 if( aNode.
m_Type == LIB_TREE_NODE::TYPE::LIBRARY )
354 [](
LIB_ID& id, std::vector<std::unique_ptr<EDA_PATTERN_MATCH>>& filters ) ->
bool
359 for(
const std::unique_ptr<EDA_PATTERN_MATCH>&
filter : filters )
364 if(
filter->GetPattern().Contains( wxS(
":" ) ) )
365 name =
id.GetUniStringLibNickname().Lower() + wxS(
":" );
367 name +=
id.GetUniStringLibItemName().Lower();
406 wxCHECK_MSG( cfg,
nullptr, wxT(
"config not existing" ) );
428 const std::string& payload = mail.
GetPayload();
435 wxWindow* filtersWindow = filtersSizer->GetContainingWindow();
446 std::map<wxString, wxString> pinNames;
447 std::vector<std::string> strings =
split( payload,
"\r" );
449 if( strings.size() >= 1 && !strings[0].empty() )
451 for(
const wxString&
pin : wxSplit( strings[0],
'\t' ) )
452 pinNames[
pin.BeforeFirst(
' ' ) ] =
pin.AfterFirst(
' ' );
458 msg.Printf(
_(
"Filter by pin count (%d)" ),
m_pinCount );
462 [&]( wxCommandEvent& evt )
472 if( strings.size() >= 2 && !strings[1].empty() )
474 for(
const wxString&
filter : wxSplit( strings[1],
' ' ) )
476 m_fpFilters.push_back( std::make_unique<EDA_PATTERN_MATCH_WILDCARD_ANCHORED>() );
480 msg.Printf(
_(
"Apply footprint filters (%s)" ), strings[1] );
484 [&]( wxCommandEvent& evt )
503 s_dialogRect = wxRect( wxWindow::GetPosition(), wxWindow::GetSize() );
506 GetSizer()->SetSizeHints(
this );
524 if( aFootprint && !aFootprint->IsEmpty() )
528 fpid.
Parse( *aFootprint,
true );
540 PCB_BASE_FRAME::SetPosition( aNewPosition );
555 PCB_BASE_FRAME::Raise();
557 ret = PCB_BASE_FRAME::Show( show );
562 if( savedDialogRect.GetSize().x != 0 && savedDialogRect.GetSize().y != 0 )
564 SetSize( savedDialogRect.GetPosition().x, savedDialogRect.GetPosition().y,
565 std::max( wxWindow::GetSize().x, savedDialogRect.GetSize().x ),
566 std::max( wxWindow::GetSize().y, savedDialogRect.GetSize().y ),
573 if( wxDisplay::GetFromWindow(
this ) == wxNOT_FOUND )
578 s_dialogRect = wxRect( wxWindow::GetPosition(), wxWindow::GetSize() );
579 ret = PCB_BASE_FRAME::Show( show );
606 wxString footprint = fpID.
Format();
690 viewer3D->Close(
true );
769#define CHECK( x ) ACTION_CONDITIONS().Check( x )
constexpr EDA_IU_SCALE pcbIUScale
KIFACE_BASE & Kiface()
Global KIFACE_BASE "get" accessor.
wxBitmapBundle KiBitmapBundle(BITMAPS aBitmap, int aMinHeight)
#define RANGE_SCALE_3D
This defines the range that all coord will have to be rendered.
static TOOL_ACTION toggleGrid
static TOOL_ACTION millimetersUnits
static TOOL_ACTION milsUnits
static TOOL_ACTION inchesUnits
static TOOL_ACTION toggleCursorStyle
static TOOL_ACTION measureTool
Manage TOOL_ACTION objects.
void SetConditions(const TOOL_ACTION &aAction, const ACTION_CONDITIONS &aConditions)
Set the conditions the UI elements for activating a specific tool action should use for determining t...
APP_SETTINGS_BASE is a settings class that should be derived for each standalone KiCad application.
bool m_IsPreviewer
true if we're in a 3D preview panel, false for the standard 3D viewer
void SetBoard(BOARD *aBoard) noexcept
Set current board to be rendered.
EDA_3D_VIEWER_SETTINGS * m_Cfg
Container for design settings for a BOARD object.
void SetEnabledLayers(const LSET &aMask)
Change the bit-mask of enabled layers to aMask.
BOARD_STACKUP & GetStackupDescriptor()
void SetBoardThickness(int aThickness)
Abstract interface for BOARD_ITEMs capable of storing other items inside.
Manage layers needed to make a physical board.
void RemoveAll()
Delete all items in list and clear the list.
void BuildDefaultStackupList(const BOARD_DESIGN_SETTINGS *aSettings, int aActiveCopperLayersCount=0)
Create a default stackup, according to the current BOARD_DESIGN_SETTINGS settings.
Information pertinent to a Pcbnew printed circuit board.
void Add(BOARD_ITEM *aItem, ADD_MODE aMode=ADD_MODE::INSERT, bool aSkipConnectivity=false) override
Removes an item from the container.
void SetBoardUse(BOARD_USE aUse)
Set what the board is going to be used for.
void SetProject(PROJECT *aProject, bool aReferenceOnly=false)
Link a board to a given project.
void DeleteAllFootprints()
Remove all footprints from the deque and free the memory associated with them.
BOARD_DESIGN_SETTINGS & GetDesignSettings() const
Color settings are a bit different than most of the settings objects in that there can be more than o...
Implement a canvas based on a wxGLCanvas.
void ReloadRequest(BOARD *aBoard=nullptr, S3D_CACHE *aCachePointer=nullptr)
void OnCloseWindow(wxCloseEvent &event)
void Request_refresh(bool aRedrawImmediately=true)
Schedule a refresh update of the canvas.
Create and handle a window for the 3d viewer connected to a Kiway and a pcbboard.
virtual void setupUIConditions()
Setup the UI conditions for the various actions and their controls in this frame.
EDA_MSG_PANEL * m_messagePanel
void SetCanvas(EDA_DRAW_PANEL_GAL *aPanel)
void SetEventDispatcher(TOOL_DISPATCHER *aEventDispatcher)
Set a dispatcher that processes events and forwards them to tools.
SELECTION_CONDITION Units(EDA_UNITS aUnit)
Create a functor that tests if the frame has the specified units.
SELECTION_CONDITION GridVisible()
Create a functor testing if the grid is visible in a frame.
SELECTION_CONDITION FullscreenCursor()
Create a functor testing if the cursor is full screen in a frame.
Carry a payload from one KIWAY_PLAYER to another within a PROJECT.
std::string & GetPayload()
Return the payload, which can be any text but it typically self identifying s-expression.
MAIL_T Command()
Returns the MAIL_T associated with this mail.
virtual bool ShowModal(wxString *aResult=nullptr, wxWindow *aResultantFocusWindow=nullptr)
Show this wxFrame as if it were a modal dialog, with all other instantiated wxFrames disabled until t...
void SetModal(bool aIsModal)
void DismissModal(bool aRetVal, const wxString &aResult=wxEmptyString)
A minimalistic software bus for communications between various DLLs/DSOs (DSOs) within the same KiCad...
A logical library item identifier and consists of various portions much like a URI.
int Parse(const UTF8 &aId, bool aFix=false)
Parse LIB_ID with the information from aId.
bool IsValid() const
Check if this LID_ID is valid.
Model class in the component selector Model-View-Adapter (mediated MVC) architecture.
static LSET FrontMask()
Return a mask holding all technical layers and the external CU layer on front side.
static LSET BackMask()
Return a mask holding all technical layers and the external CU layer on back side.
static const wxGLAttributes GetAttributesList(ANTIALIASING_MODE aAntiAliasingMode, bool aAlpha=false)
Get a list of attributes to pass to wxGLCanvas.
WINDOW_SETTINGS m_FootprintViewer
Gather all the actions that are shared by tools.
static TOOL_ACTION padDisplayMode
static TOOL_ACTION graphicsOutlines
Display footprint graphics as outlines.
static TOOL_ACTION textOutlines
Display texts as lines.
static TOOL_ACTION showPadNumbers
Base PCB main window class for Pcbnew, Gerbview, and CvPcb footprint viewer.
virtual PCB_VIEWERS_SETTINGS_BASE * GetViewerSettingsBase() const
PCB_DRAW_PANEL_GAL * GetCanvas() const override
Return a pointer to GAL-based canvas of given EDA draw frame.
virtual void SetBoard(BOARD *aBoard, PROGRESS_REPORTER *aReporter=nullptr)
Set the #m_Pcb member in such as way as to ensure deleting any previous BOARD.
EDA_3D_VIEWER_FRAME * CreateAndShow3D_Frame()
Show the 3D view frame.
EDA_3D_VIEWER_FRAME * Get3DViewerFrame()
virtual void Update3DView(bool aMarkDirty, bool aRefresh, const wxString *aTitle=nullptr)
Update the 3D view, if the viewer is opened by this frame.
Group generic conditions for PCB editor states.
SELECTION_CONDITION PadFillDisplay()
Create a functor that tests if the frame fills the pads.
SELECTION_CONDITION GraphicsFillDisplay()
Create a functor that tests if the frame fills graphics items.
SELECTION_CONDITION PadNumbersDisplay()
Create a functor that tests if the pad numbers are displayed.
SELECTION_CONDITION TextFillDisplay()
Create a functor that tests if the frame fills text items.
virtual SETTINGS_MANAGER & GetSettingsManager() const
static S3D_CACHE * Get3DCacheManager(PROJECT *aProject, bool updateProjDir=false)
Return a pointer to an instance of the 3D cache manager.
COLOR_SETTINGS * GetColorSettings(const wxString &aName="user")
Retrieve a color settings object that applications can read colors from.
T * GetAppSettings(const wxString &aFilename)
Return a handle to the a given settings by type.
Declaration of the eda_3d_viewer class.
#define FOOTPRINT_CHOOSER_FRAME_NAME
@ FRAME_FOOTPRINT_CHOOSER
PGM_BASE & Pgm()
The global program "get" accessor.
std::vector< FAB_LAYER_COLOR > dummy
static std::vector< std::string > split(const std::string &aStr, const std::string &aDelim)
Split the input string into a vector of output strings.
constexpr int mmToIU(double mm) const
Store the common settings that are saved and loaded for each window / frame.