KiCad PCB EDA Suite
Loading...
Searching...
No Matches
eda_3d_canvas.h File Reference
#include <atomic>
#include "board_adapter.h"
#include "3d_rendering/raytracing/accelerators/accelerator_3d.h"
#include "3d_rendering/render_3d_base.h"
#include "3d_cache/3d_cache.h"
#include <gal/hidpi_gl_3D_canvas.h>
#include <wx/image.h>
#include <wx/timer.h>
#include <memory>
#include <stop_token>

Go to the source code of this file.

Classes

class  EDA_3D_CANVAS
 Implement a canvas based on a wxGLCanvas. More...
 

Macros

#define EDA_3D_CANVAS_ID   (wxID_HIGHEST + 1321)
 

Functions

 wxDECLARE_EVENT (wxEVT_REFRESH_CUSTOM_COMMAND, wxCommandEvent)
 

Macro Definition Documentation

◆ EDA_3D_CANVAS_ID

#define EDA_3D_CANVAS_ID   (wxID_HIGHEST + 1321)

Definition at line 50 of file eda_3d_canvas.h.

Referenced by EDA_3D_CANVAS::EDA_3D_CANVAS(), and EDA_3D_CONTROLLER::Reset().

Function Documentation

◆ wxDECLARE_EVENT()

wxDECLARE_EVENT ( wxEVT_REFRESH_CUSTOM_COMMAND ,
wxCommandEvent  )