tools/toolconstraint/ortoolconstraint_tool.h
#ifndef __ORTOOL_CONSTRAINT_TOOL_H__
#define __ORTOOL_CONSTRAINT_TOOL_H__
#define ORTOOLCONSTRAINT__CLASSNAME ORToolConstraint
#define ORTOOLCONSTRAINT__CLASSSTR "ORToolConstraint"
class ORToolConstraint : public FBTool
{
public:
virtual bool FBCreate();
virtual void FBDestroy();
void UICreate ();
void UIConfigure();
void UIReset ();
void UIRefresh ();
private:
private:
FBLabel mLabelDirections;
FBButton mButtonCreateConstraint;
FBList mListConstraints;
FBSystem mSystem;
};
#endif