constraints/constraintextraction/orconstraintextraction_layout.cxx
#include "orconstraintextraction_layout.h"
#define ORCONSTRAINT__LAYOUT ORConstraintExtraction_Layout
ORCONSTRAINTEXTRACTION__CLASSSTR,
bool ORConstraintExtraction_Layout::FBCreate()
{
mConstraint = (ORConstraintExtraction*) (FBConstraint*) Constraint;
UICreate ();
UIConfigure ();
UIReset ();
return true;
}
void ORConstraintExtraction_Layout::FBDestroy()
{
}
void ORConstraintExtraction_Layout::UICreate()
{
int lS = 4;
AddRegion( "LabelDirections", "LabelDirections",
SetControl( "LabelDirections", mLabelDirections );
}
void ORConstraintExtraction_Layout::UIReset()
{
}
void ORConstraintExtraction_Layout::UIConfigure()
{
mLabelDirections.Caption = "This UI is not used to setup extraction example constraint.\n"
"To use this constraint go to Property View and assign character\n"
"with CharacterMarkerSet to \"Character\" property. Once it's done,\n"
"goal models will be automatically placed added as references into\n"
"constraint Goal reference group. Now you can activate this constraint\n";
}