|
KiCad PCB EDA Suite
|
#include <gal/opengl/kiglew.h>#include <gal/opengl/gl_utils.h>#include <wx/tokenzr.h>#include "../common_ogl/ogl_utils.h"#include "eda_3d_canvas.h"#include <eda_3d_viewer_frame.h>#include <3d_rendering/raytracing/render_3d_raytrace_gl.h>#include <3d_rendering/opengl/render_3d_opengl.h>#include <3d_viewer_id.h>#include <advanced_config.h>#include <build_version.h>#include <board.h>#include <pad.h>#include <pcb_field.h>#include <reporter.h>#include <gal/opengl/gl_context_mgr.h>#include <core/profile.h>#include <bitmaps.h>#include <kiway_holder.h>#include <kiway.h>#include <macros.h>#include <pgm_base.h>#include <settings/settings_manager.h>#include <tool/tool_dispatcher.h>#include <string_utils.h>#include <mail_type.h>#include <kiway_express.h>#include <fmt/format.h>#include <widgets/wx_busy_indicator.h>Go to the source code of this file.
Functions | |
| wxDEFINE_EVENT (wxEVT_REFRESH_CUSTOM_COMMAND, wxEvent) | |
| wxDEFINE_EVENT | ( | wxEVT_REFRESH_CUSTOM_COMMAND | , |
| wxEvent | ) |
References ID_CUSTOM_EVENT_1, EDA_3D_CANVAS::OnCloseWindow(), EDA_3D_CANVAS::OnEraseBackground(), EDA_3D_CANVAS::OnLeftDown(), EDA_3D_CANVAS::OnLeftUp(), EDA_3D_CANVAS::OnMagnify(), EDA_3D_CANVAS::OnMiddleDown(), EDA_3D_CANVAS::OnMiddleUp(), EDA_3D_CANVAS::OnMouseMove(), EDA_3D_CANVAS::OnMouseWheel(), EDA_3D_CANVAS::OnPaint(), EDA_3D_CANVAS::OnPanGesture(), EDA_3D_CANVAS::OnRefreshRequest(), EDA_3D_CANVAS::OnResize(), EDA_3D_CANVAS::OnRightDown(), EDA_3D_CANVAS::OnRightUp(), EDA_3D_CANVAS::OnRotateGesture(), and EDA_3D_CANVAS::OnZoomGesture().
Referenced by wxDEFINE_EVENT(), and wxDEFINE_EVENT().