constraints/constraintextraction/orconstraintextraction_layout.h
#ifndef __ORCONSTRAINT_EXTRACTION_LAYOUT_H__
#define __ORCONSTRAINT_EXTRACTION_LAYOUT_H__
#include "orconstraintextraction.h"
class ORConstraintExtraction_Layout : public FBConstraintLayout
{
public:
virtual bool FBCreate();
virtual void FBDestroy();
void UICreate ();
void UIConfigure ();
void UIReset ();
private:
ORConstraintExtraction* mConstraint;
FBLabel mLabelDirections;
};
#endif