tools/toolaudio/ortoolaudio_tool.h
#ifndef __ORTOOLAUDIO_TOOL_H__
#define __ORTOOLAUDIO_TOOL_H__
#define ORTOOLAUDIO__CLASSNAME ORToolAudio
#define ORTOOLAUDIO__CLASSSTR "ORToolAudio"
class ORToolAudio : public FBTool
{
public:
virtual bool FBCreate();
virtual void FBDestroy();
virtual bool FbxStore ( FBFbxObject* pFbxObject,
kFbxObjectStore pStoreWhat );
virtual bool FbxRetrieve ( FBFbxObject* pFbxObject,
kFbxObjectStore pStoreWhat );
private:
private:
FBButton mButtonTest;
int mState;
HdlFBPlugTemplate<FBAudioClip> mHdlAudioClip;
};
#endif