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>
Go to the source code of this file.
Macros | |
#define | URL_GET_INVOLVED wxS( "https://kicad.org/contribute/" ) |
#define | URL_DONATE wxS( "https://go.kicad.org/app-donate" ) |
#define | URL_DOCUMENTATION wxS( "https://docs.kicad.org/" ) |
Functions | |
void | showFrame (EDA_BASE_FRAME *aFrame) |
#define URL_DOCUMENTATION wxS( "https://docs.kicad.org/" ) |
Definition at line 48 of file common_control.cpp.
#define URL_DONATE wxS( "https://go.kicad.org/app-donate" ) |
Definition at line 47 of file common_control.cpp.
#define URL_GET_INVOLVED wxS( "https://kicad.org/contribute/" ) |
Definition at line 46 of file common_control.cpp.
void showFrame | ( | EDA_BASE_FRAME * | aFrame | ) |
Definition at line 161 of file common_control.cpp.
References KIWAY::GetBlockingDialog(), and KIWAY_HOLDER::Kiway().
Referenced by COMMON_CONTROL::ShowPlayer(), and COMMON_CONTROL::ShowProjectManager().