importexport/impexpgames/orimpexpgames_tool.h
#ifndef __ORIMPEXP_GAMES_TOOL_H__
#define __ORIMPEXP_GAMES_TOOL_H__
#include "orimpexpgames_engine.h"
#define ORTOOLGAMESEXPORT__CLASSNAME ORToolGamesExport
#define ORTOOLGAMESEXPORT__CLASSSTR "ORToolGamesExport"
class ORToolGamesExport : public FBTool
{
public:
virtual bool FBCreate();
virtual void FBDestroy();
void UICreate ();
void UIConfigure ();
void UIReset ();
private:
FBLabel mLabelExportOptions;
FBButton mButtonGlobalInfo;
FBButton mButtonModels;
FBButton mButtonAnimation;
FBButton mButtonMesh;
FBButton mButtonDevices;
FBButton mButtonConstraints;
FBButton mButtonProperties;
FBButton mButtonCameras;
FBButton mButtonLights;
FBButton mButtonTextures;
FBButton mButtonMaterials;
FBButton mButtonTakes;
FBButton mButtonMedia;
FBButton mButtonSelected;
FBButton mButtonExport;
private:
ORGamesExportEngine mEngine;
};
#endif