devices/devicetimecode/ordeviceTimeCode_layout.h
#ifndef __ORDEVICE_TIMECODE_LAYOUT_H__
#define __ORDEVICE_TIMECODE_LAYOUT_H__
#include "ordeviceTimeCode_device.h"
class ORDeviceTimeCodeLayout : public FBDeviceLayout
{
public:
virtual bool FBCreate();
virtual void FBDestroy();
private:
void RecordingTest(bool pTakeRecording);
ORDeviceTimeCode* mDevice;
FBButton mTakeRecordingTest,mStoryRecordingTest;
FBPropertyAnimatable* mMarkerTCProp;
};
#endif