SketchUp SDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Typedefs
modelexporterplugin.h File Reference
#include <map>
#include <string>
#include <slapi/import_export/pluginprogresscallback.h>

Go to the source code of this file.

Data Structures

struct  SketchUpModelExporterInterface
 A valid SketchUp "exporter" plugin must support the following interface. See the SDK samples for an example. More...
 
struct  SketchUpDeprecatedModelExporterInterface
 Old style exporters must implement this interface. Note that this interface is being deprecated. New exporters must implement SketchUpModelExporterInterface. More...
 

Typedefs

typedef
SketchUpModelExporterInterface *(* 
GetSketchUpModelExporterInterfaceFunc )(void)
 

Typedef Documentation

typedef SketchUpModelExporterInterface*(* GetSketchUpModelExporterInterfaceFunc)(void)

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