KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pluginldr3D.h File Reference
#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 Documentation

◆ PLUGIN_3D_CAN_RENDER

typedef bool(* PLUGIN_3D_CAN_RENDER) (void)

Definition at line 47 of file pluginldr3D.h.

◆ PLUGIN_3D_GET_FILE_FILTER

typedef char const *(* PLUGIN_3D_GET_FILE_FILTER) (int aIndex)

Definition at line 45 of file pluginldr3D.h.

◆ PLUGIN_3D_GET_MODEL_EXTENSION

typedef char const *(* PLUGIN_3D_GET_MODEL_EXTENSION) (int aIndex)

Definition at line 41 of file pluginldr3D.h.

◆ PLUGIN_3D_GET_N_EXTENSIONS

typedef int(* PLUGIN_3D_GET_N_EXTENSIONS) (void)

Definition at line 39 of file pluginldr3D.h.

◆ PLUGIN_3D_GET_N_FILTERS

typedef int(* PLUGIN_3D_GET_N_FILTERS) (void)

Definition at line 43 of file pluginldr3D.h.

◆ PLUGIN_3D_LOAD

typedef SCENEGRAPH *(* PLUGIN_3D_LOAD) (char const *aFileName)

Definition at line 49 of file pluginldr3D.h.