KiCad PCB EDA Suite
Loading...
Searching...
No Matches
kicad_manager_frame.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) 2013 CERN (www.cern.ch)
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 KICAD_H
22#define KICAD_H
23
24#include <kiway_player.h>
25
26class ACTION_TOOLBAR;
27class BITMAP_BUTTON;
28class EDA_BASE_FRAME;
29class KICAD_SETTINGS;
32class PROJECT_TREE;
35class UPDATE_MANAGER;
36
41{
42public:
43 KICAD_MANAGER_FRAME( wxWindow* parent, const wxString& title,
44 const wxPoint& pos, const wxSize& size );
45
47
48 void OnIdle( wxIdleEvent& event );
49
50 bool canCloseWindow( wxCloseEvent& aCloseEvent ) override;
51 void doCloseWindow() override;
52 void OnSize( wxSizeEvent& event ) override;
53
54 void UnarchiveFiles();
56 void RestoreCommitFromHistory( const wxString& aHash );
57 void ToggleLocalHistory();
58 bool HistoryPanelShown();
59
60 void OnOpenFileInTextEditor( wxCommandEvent& event );
61 void OnEditAdvancedCfg( wxCommandEvent& event );
62
65 void OnCompareProjectBranches( wxCommandEvent& event );
66
67 void OnFileHistory( wxCommandEvent& event );
68 void OnClearFileHistory( wxCommandEvent& aEvent );
69 void OnExit( wxCommandEvent& event );
70
75 wxStatusBar* OnCreateStatusBar( int number, long style, wxWindowID id,
76 const wxString& name ) override;
77
81 void HideTabsIfNeeded();
82
83 wxString GetCurrentFileName() const override;
84
95 void ImportNonKiCadProject( const wxString& aWindowTitle, const wxString& aFilesWildcard,
96 const std::vector<std::string>& aSchFileExtensions,
97 const std::vector<std::string>& aPcbFileExtensions,
98 int aSchFileType, int aPcbFileType );
99
103 void OnImportAltiumProjectFiles( wxCommandEvent& event );
104
108 void OnImportCadstarArchiveFiles( wxCommandEvent& event );
109
113 void OnImportEagleFiles( wxCommandEvent& event );
114
118 void OnImportEasyEdaFiles( wxCommandEvent& event );
119
123 void OnImportEasyEdaProFiles( wxCommandEvent& event );
124
128 void OnImportPadsProjectFiles( wxCommandEvent& event );
129 void OnImportPcadProjectFiles( wxCommandEvent& event );
130
134 void OnImportGedaFiles( wxCommandEvent& event );
135
139 void OnImportDipTraceFiles( wxCommandEvent& event );
140
144 void OnImportOrcadFiles( wxCommandEvent& event );
145
149 void PrintPrjInfo();
150
151 void RefreshProjectTree();
152
164 void CreateNewProject( const wxFileName& aProjectFileName, bool aCreateStubFiles = true );
165
169 bool CloseProject( bool aSave );
170
176 bool LoadProject( const wxFileName& aProjectFileName );
177
178 void OpenJobsFile( const wxFileName& aFileName, bool aCreate = false,
179 bool aResaveProjectPreferences = true );
180
181
182 void LoadSettings( APP_SETTINGS_BASE* aCfg ) override;
183
184 void SaveSettings( APP_SETTINGS_BASE* aCfg ) override;
185
186 void ShowChangedLanguage() override;
187 void CommonSettingsChanged( int aFlags ) override;
188 void ProjectChanged() override;
189
190 void PreloadAllLibraries();
191
196 void OnChangeWatchedPaths( wxCommandEvent& aEvent );
197
198 const wxString GetProjectFileName() const;
199
200 bool IsProjectActive();
201 // read only accessors
202 const wxString SchFileName();
203 const wxString SchLegacyFileName();
204 const wxString PcbFileName();
205 const wxString PcbLegacyFileName();
206
207 void ReCreateTreePrj();
208
216 void SaveOpenJobSetsToLocalSettings( bool aIsExplicitUserSave = false );
217
218 wxWindow* GetToolCanvas() const override;
219
220 std::shared_ptr<PLUGIN_CONTENT_MANAGER> GetPcm() { return m_pcm; };
221
222 void SetPcmButton( BITMAP_BUTTON* aButton );
223
224 void CreatePCM(); // creates the PLUGIN_CONTENT_MANAGER
225
226 // Used only on Windows: stores the info message about file watcher
228
229 DECLARE_EVENT_TABLE()
230
231protected:
232 virtual void setupUIConditions() override;
233
234 void doReCreateMenuBar() override;
235
237
238 void onNotebookPageCloseRequest( wxAuiNotebookEvent& evt );
239
240 void onNotebookPageCountChanged( wxAuiNotebookEvent& evt );
241
242private:
243 void setupTools();
245
246 void DoWithAcceptedFiles() override;
247
248 APP_SETTINGS_BASE* config() const override;
249
251
252 const SEARCH_STACK& sys_search() override;
253
254 wxString help_name() override;
255
257
258private:
264
267 wxAuiNotebook* m_notebook;
270
275};
276
277
278// The C++ project manager includes a single PROJECT in its link image.
279class PROJECT;
280extern PROJECT& Prj();
281
282#endif
const char * name
Define the structure of a toolbar with buttons that invoke ACTIONs.
APP_SETTINGS_BASE is a settings class that should be derived for each standalone KiCad application.
A bitmap button widget that behaves like an AUI toolbar item's button when it is drawn.
The base frame for deriving all KiCad main window classes.
EDA_BASE_FRAME(wxWindow *aParent, FRAME_T aFrameType, const wxString &aTitle, const wxPoint &aPos, const wxSize &aSize, long aStyle, const wxString &aFrameName, KIWAY *aKiway, const EDA_IU_SCALE &aIuScale)
std::shared_ptr< PLUGIN_CONTENT_MANAGER > m_pcm
void SetPcmButton(BITMAP_BUTTON *aButton)
void CreateNewProject(const wxFileName &aProjectFileName, bool aCreateStubFiles=true)
Creates a new project by setting up and initial project, schematic, and board files.
const SEARCH_STACK & sys_search() override
Return a SEARCH_STACK pertaining to entire program.
void OnImportEasyEdaProFiles(wxCommandEvent &event)
Open dialog to import EasyEDA Pro schematic and board files.
void ProjectChanged() override
Notification event that the project has changed.
void ShowChangedLanguage() override
Redraw the menus and what not in current language.
const wxString SchLegacyFileName()
wxWindow * GetToolCanvas() const override
Canvas access.
void OnImportEasyEdaFiles(wxCommandEvent &event)
Open dialog to import EasyEDA Std schematic and board files.
void OnImportPadsProjectFiles(wxCommandEvent &event)
Open dialog to import PADS Logic schematic and PCB files.
void OnImportAltiumProjectFiles(wxCommandEvent &event)
Open dialog to import Altium project files.
const wxString GetProjectFileName() const
KICAD_SETTINGS * kicadSettings() const
void OnImportEagleFiles(wxCommandEvent &event)
Open dialog to import Eagle schematic and board files.
wxStatusBar * OnCreateStatusBar(int number, long style, wxWindowID id, const wxString &name) override
Create the status line (like a wxStatusBar).
void OnExit(wxCommandEvent &event)
void OpenJobsFile(const wxFileName &aFileName, bool aCreate=false, bool aResaveProjectPreferences=true)
void OnChangeWatchedPaths(wxCommandEvent &aEvent)
Called by sending a event with id = ID_INIT_WATCHED_PATHS rebuild the list of watched paths.
std::shared_ptr< PLUGIN_CONTENT_MANAGER > GetPcm()
bool canCloseWindow(wxCloseEvent &aCloseEvent) override
void OnSize(wxSizeEvent &event) override
virtual void setupUIConditions() override
Setup the UI conditions for the various actions and their controls in this frame.
void OnFileHistory(wxCommandEvent &event)
PROJECT_TREE_PANE * m_projectTreePane
void OnImportGedaFiles(wxCommandEvent &event)
Open dialog to import gEDA/gaf schematic and PCB files.
void RestoreCommitFromHistory(const wxString &aHash)
void DoWithAcceptedFiles() override
Execute action on accepted dropped file.
void OnOpenFileInTextEditor(wxCommandEvent &event)
APP_SETTINGS_BASE * config() const override
Return the settings object used in SaveSettings(), and is overloaded in KICAD_MANAGER_FRAME.
void OnImportOrcadFiles(wxCommandEvent &event)
Open dialog to import an OrCAD schematic file.
const wxString PcbLegacyFileName()
void OnEditAdvancedCfg(wxCommandEvent &event)
void OnImportPcadProjectFiles(wxCommandEvent &event)
KICAD_MANAGER_FRAME(wxWindow *parent, const wxString &title, const wxPoint &pos, const wxSize &size)
bool CloseProject(bool aSave)
Closes the project, and saves it if aSave is true;.
wxString GetCurrentFileName() const override
Get the full filename + path of the currently opened file in the frame.
void onNotebookPageCloseRequest(wxAuiNotebookEvent &evt)
void CommonSettingsChanged(int aFlags) override
Notification event that some of the common (suite-wide) settings have changed.
void LoadSettings(APP_SETTINGS_BASE *aCfg) override
Load common frame parameters from a configuration file.
void OnIdle(wxIdleEvent &event)
void PrintPrjInfo()
Prints the current working directory name and the project name on the text panel.
void OnImportDipTraceFiles(wxCommandEvent &event)
Open dialog to import DipTrace schematic and board files.
void SaveOpenJobSetsToLocalSettings(bool aIsExplicitUserSave=false)
bool LoadProject(const wxFileName &aProjectFileName)
Loads a new project.
bool m_restoredFromHistory
Set after restore to mark editors dirty.
void onNotebookPageCountChanged(wxAuiNotebookEvent &evt)
LOCAL_HISTORY_PANE * m_historyPane
void OnClearFileHistory(wxCommandEvent &aEvent)
void OnImportCadstarArchiveFiles(wxCommandEvent &event)
Open dialog to import CADSTAR Schematic and PCB Archive files.
void OnCompareProjectBranches(wxCommandEvent &event)
Open DIALOG_GIT_MR_REVIEW so the user can pick two refs and review the changed-file list between them...
void SaveSettings(APP_SETTINGS_BASE *aCfg) override
Save common frame parameters to a configuration data file.
void ImportNonKiCadProject(const wxString &aWindowTitle, const wxString &aFilesWildcard, const std::vector< std::string > &aSchFileExtensions, const std::vector< std::string > &aPcbFileExtensions, int aSchFileType, int aPcbFileType)
Creates a project and imports a non-KiCad Schematic and PCB.
BITMAP_BUTTON * m_pcmButton
void doReCreateMenuBar() override
PANEL_KICAD_LAUNCHER * m_launcher
void HideTabsIfNeeded()
Hides the tabs for Editor notebook if there is only 1 page.
wxString help_name() override
std::unique_ptr< UPDATE_MANAGER > m_updateManager
PROJECT & Prj() const
Return a reference to the PROJECT associated with this KIWAY.
Main class of Plugin and Content Manager subsystem.
Definition pcm.h:106
PROJECT_TREE_PANE Window to display the tree files.
PROJECT_TREE This is the class to show (as a tree) the files in the project directory.
Container for project specific data.
Definition project.h:63
Look for files in a number of paths.
STL class.
STL namespace.