KiCad PCB EDA Suite
|
Declaration of the eda_3d_viewer class. More...
#include "3d_canvas/board_adapter.h"
#include "3d_canvas/eda_3d_canvas.h"
#include "3d_rendering/track_ball.h"
#include <kiway_player.h>
#include <wx/colourdata.h>
#include <dialogs/dialog_color_picker.h>
Go to the source code of this file.
Classes | |
class | EDA_3D_VIEWER_FRAME |
Create and handle a window for the 3d viewer connected to a Kiway and a pcbboard. More... | |
Macros | |
#define | KICAD7_3DMODEL_DIR wxT( "KICAD7_3DMODEL_DIR" ) |
A variable name whose value holds the path of 3D shape files. More... | |
#define | KICAD_DEFAULT_3D_DRAWFRAME_STYLE (wxDEFAULT_FRAME_STYLE | wxWANTS_CHARS) |
Enumerations | |
enum | EDA_3D_VIEWER_STATUSBAR { ACTIVITY = 0 , HOVERED_ITEM , X_POS , Y_POS } |
Declaration of the eda_3d_viewer class.
Definition in file eda_3d_viewer_frame.h.
#define KICAD7_3DMODEL_DIR wxT( "KICAD7_3DMODEL_DIR" ) |
A variable name whose value holds the path of 3D shape files.
Currently an environment variable, eventually a project variable.
Definition at line 45 of file eda_3d_viewer_frame.h.
#define KICAD_DEFAULT_3D_DRAWFRAME_STYLE (wxDEFAULT_FRAME_STYLE | wxWANTS_CHARS) |
Definition at line 48 of file eda_3d_viewer_frame.h.
Enumerator | |
---|---|
ACTIVITY | |
HOVERED_ITEM | |
X_POS | |
Y_POS |
Definition at line 53 of file eda_3d_viewer_frame.h.