KiCad PCB EDA Suite
|
#include <eda_base_frame.h>
#include <advanced_config.h>
#include <bitmaps.h>
#include <bitmap_store.h>
#include <dialog_shim.h>
#include <dialogs/git/panel_git_repos.h>
#include <dialogs/panel_common_settings.h>
#include <dialogs/panel_mouse_settings.h>
#include <dialogs/panel_data_collection.h>
#include <dialogs/panel_plugin_settings.h>
#include <eda_dde.h>
#include <file_history.h>
#include <id.h>
#include <kiface_base.h>
#include <hotkeys_basic.h>
#include <panel_hotkeys_editor.h>
#include <paths.h>
#include <confirm.h>
#include <panel_packages_and_updates.h>
#include <pgm_base.h>
#include <settings/app_settings.h>
#include <settings/common_settings.h>
#include <settings/settings_manager.h>
#include <project/project_local_settings.h>
#include <tool/action_manager.h>
#include <tool/action_menu.h>
#include <tool/action_toolbar.h>
#include <tool/actions.h>
#include <tool/common_control.h>
#include <tool/tool_manager.h>
#include <tool/tool_dispatcher.h>
#include <trace_helpers.h>
#include <widgets/paged_dialog.h>
#include <widgets/wx_busy_indicator.h>
#include <widgets/wx_infobar.h>
#include <widgets/wx_aui_art_providers.h>
#include <widgets/wx_grid.h>
#include <widgets/wx_treebook.h>
#include <wx/app.h>
#include <wx/config.h>
#include <wx/display.h>
#include <wx/stdpaths.h>
#include <wx/string.h>
#include <wx/msgdlg.h>
#include <kiplatform/app.h>
#include <kiplatform/io.h>
#include <kiplatform/ui.h>
#include <functional>
#include <kiface_ids.h>
Go to the source code of this file.
Macros | |
#define | LAZY_CTOR(key) |
Functions | |
static const wxSize | minSizeLookup (FRAME_T aFrameType, wxWindow *aWindow) |
static const wxSize | defaultSize (FRAME_T aFrameType, wxWindow *aWindow) |
wxWindow * | findQuasiModalDialog (wxWindow *aParent) |
#define LAZY_CTOR | ( | key | ) |
|
static |
Definition at line 98 of file eda_base_frame.cpp.
References KICAD_MAIN_FRAME_T.
Referenced by EDA_BASE_FRAME::commonInit(), EDA_BASE_FRAME::LoadWindowState(), SPLIT_BUTTON::SPLIT_BUTTON(), and STD_BITMAP_BUTTON::STD_BITMAP_BUTTON().
wxWindow * findQuasiModalDialog | ( | wxWindow * | aParent | ) |
Definition at line 182 of file eda_base_frame.cpp.
References findQuasiModalDialog().
Referenced by findQuasiModalDialog().
|
static |
Definition at line 85 of file eda_base_frame.cpp.
References KICAD_MAIN_FRAME_T.
Referenced by EDA_BASE_FRAME::commonInit(), and EDA_BASE_FRAME::LoadWindowState().