tools/toolgrabview3d/ortoolgrabview3d_tool.h
#ifndef __ORTOOLGRABVIEW3D_TOOL_H__
#define __ORTOOLGRABVIEW3D_TOOL_H__
#include "ortoolgrabview3d_view.h"
#define ORTOOLGRABVIEW3D__CLASSNAME ORToolGrabView3D
#define ORTOOLGRABVIEW3D__CLASSSTR "ORToolGrabView3D"
class ORToolGrabView3D : public FBTool
{
public:
virtual bool FBCreate();
virtual void FBDestroy();
virtual bool FbxStore ( FBFbxObject* pFbxObject,
kFbxObjectStore pStoreWhat );
virtual bool FbxRetrieve ( FBFbxObject* pFbxObject,
kFbxObjectStore pStoreWhat );
private:
void UICreate ();
void UIConfigure ();
void UIReset ();
void RefreshView ();
private:
FBLabel mLabelDirections;
FBButton mButtonFilePopup;
FBFilePopup mFilePopup;
ORView3D mView;
};
#endif