| 
    KiCad PCB EDA Suite
    
   | 
 
#include <kicad_curl/kicad_curl_easy.h>#include <bitmaps.h>#include <build_version.h>#include <common.h>#include <pgm_base.h>#include <tool/actions.h>#include <tool/tool_manager.h>#include <eda_draw_frame.h>#include <view/view.h>#include <gal/graphics_abstraction_layer.h>#include <base_screen.h>#include <tool/common_control.h>#include <id.h>#include <kiface_base.h>#include <dialogs/dialog_configure_paths.h>#include <eda_doc.h>#include <wx/msgdlg.h>#include <executable_names.h>#include <gestfich.h>#include <tools/kicad_manager_actions.h>Go to the source code of this file.
Classes | |
| class | TERMINATE_HANDLER | 
Macros | |
| #define | URL_GET_INVOLVED wxS( "https://go.kicad.org/contribute/" ) | 
| #define | URL_DONATE wxS( "https://go.kicad.org/app-donate" ) | 
| #define | URL_DOCUMENTATION wxS( "https://go.kicad.org/docs/" ) | 
Functions | |
| void | showFrame (EDA_BASE_FRAME *aFrame) | 
| #define URL_DOCUMENTATION wxS( "https://go.kicad.org/docs/" ) | 
Definition at line 51 of file common_control.cpp.
Referenced by COMMON_CONTROL::ShowHelp().
| #define URL_DONATE wxS( "https://go.kicad.org/app-donate" ) | 
Definition at line 50 of file common_control.cpp.
Referenced by COMMON_CONTROL::Donate().
| #define URL_GET_INVOLVED wxS( "https://go.kicad.org/contribute/" ) | 
Definition at line 49 of file common_control.cpp.
Referenced by COMMON_CONTROL::GetInvolved().
| void showFrame | ( | EDA_BASE_FRAME * | aFrame | ) | 
Definition at line 158 of file common_control.cpp.
References KIWAY::GetBlockingDialog(), and KIWAY_HOLDER::Kiway().
Referenced by COMMON_CONTROL::ShowPlayer(), and COMMON_CONTROL::ShowProjectManager().