SketchUp C API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Typedefs
modelexporterplugin.h File Reference

Interfaces for SketchUpModelExporterInterface. More...

#include <map>
#include <string>
#include <SketchUpAPI/import_export/pluginprogresscallback.h>

Data Structures

struct  SketchUpModelExporterInterface
 A valid SketchUp "exporter" plugin must support the following interface. See the SDK samples for an example. More...
 

Typedefs

typedef
SketchUpModelExporterInterface *(* 
GetSketchUpModelExporterInterfaceFunc )(void)
 

Detailed Description

Interfaces for SketchUpModelExporterInterface.

Typedef Documentation

typedef SketchUpModelExporterInterface*(* GetSketchUpModelExporterInterfaceFunc)(void)

Each Windows DLL should export a function which returns the C++ interface.