KiCad PCB EDA Suite
|
#include "../pluginldr.h"
Go to the source code of this file.
Classes | |
class | KICAD_PLUGIN_LDR_3D |
Typedefs | |
typedef int(* | PLUGIN_3D_GET_N_EXTENSIONS) (void) |
typedef char const *(* | PLUGIN_3D_GET_MODEL_EXTENSION) (int aIndex) |
typedef int(* | PLUGIN_3D_GET_N_FILTERS) (void) |
typedef char const *(* | PLUGIN_3D_GET_FILE_FILTER) (int aIndex) |
typedef bool(* | PLUGIN_3D_CAN_RENDER) (void) |
typedef SCENEGRAPH *(* | PLUGIN_3D_LOAD) (char const *aFileName) |
typedef bool(* PLUGIN_3D_CAN_RENDER) (void) |
Definition at line 47 of file pluginldr3D.h.
typedef char const *(* PLUGIN_3D_GET_FILE_FILTER) (int aIndex) |
Definition at line 45 of file pluginldr3D.h.
typedef char const *(* PLUGIN_3D_GET_MODEL_EXTENSION) (int aIndex) |
Definition at line 41 of file pluginldr3D.h.
typedef int(* PLUGIN_3D_GET_N_EXTENSIONS) (void) |
Definition at line 39 of file pluginldr3D.h.
typedef int(* PLUGIN_3D_GET_N_FILTERS) (void) |
Definition at line 43 of file pluginldr3D.h.
typedef SCENEGRAPH *(* PLUGIN_3D_LOAD) (char const *aFileName) |
Definition at line 49 of file pluginldr3D.h.