manipulators/manip_association/ormanip_association_applymanagerrule.h
#ifndef ormanip_association_applymanagerrule_h__
#define ormanip_association_applymanagerrule_h__
#define ORAMRMANIPULATORASSOCIATION__CLASSNAME AMRManipulatorAssociation
#define ORAMRMANIPULATORASSOCIATION__CLASSSTR "AMRManipulatorAssociation"
class KAMRManipulatorAssociation : public FBApplyManagerRule
{
public:
virtual bool MenuBuild( FBAMMenu* pAMMenu, FBComponent* pFocusedObject);
virtual bool MenuAction( int pMenuId, FBComponent* pFocusedObject);
protected:
int mEditManipulatorId;
int mCloseManipulatorId;
FBSystem mSystem;
};
#endif // ormanip_association_applymanagerrule_h__