devices/deviceinput/ordeviceinput_layout.h
#ifndef __ORDEVICE_INPUT_LAYOUT_H__
#define __ORDEVICE_INPUT_LAYOUT_H__
#include "ordeviceinput_device.h"
class ORDeviceInputLayout : public FBDeviceLayout
{
public:
virtual bool FBCreate();
virtual void FBDestroy();
void UICreate ();
void UICreateLayout0 ();
void UICreateLayout1 ();
void UIConfigure ();
void UIConfigureLayout0 ();
void UIConfigureLayout1 ();
void UIRefresh ();
void UIRefreshSpreadSheet();
void UIReset ();
void UIResetSpreadSheet ();
private:
FBTabPanel mTabPanel;
FBLayout mLayoutMarkers;
FBSpread mSpreadMarkers;
FBLayout mLayoutInformation;
FBLabel mLabelInformation;
private:
FBSystem mSystem;
ORDeviceInput* mDevice;
};
#endif