constraints/constraint_template/orconstraint_template_layout.h
#ifndef __ORCONSTRAINT_TEMPLATE_LAYOUT_H__
#define __ORCONSTRAINT_TEMPLATE_LAYOUT_H__
#include "orconstraint_template_constraint.h"
class ORConstraint_Template_Layout : public FBConstraintLayout
{
public:
virtual bool FBCreate();
virtual void FBDestroy();
void UICreate ();
void UIConfigure ();
void UIReset ();
private:
ORConstraint_Template* mConstraint;
private:
FBLabel mLabelDirections;
FBButton mButtonTest;
};
#endif