manipulators/manip_customselection/ormanip_customselection_layout.h
#ifndef __ORMANIP_CUSTOMSELECTION_LAYOUT_H__
#define __ORMANIP_CUSTOMSELECTION_LAYOUT_H__
#include "ormanip_customselection_manip.h"
class ORManip_CustomSelection_Layout : public FBManipulatorLayout
{
public:
virtual bool FBCreate();
virtual void FBDestroy();
void UICreate ();
void UIConfigure ();
void UIReset ();
private:
FBButton mButtonAlwaysActive;
private:
FBSystem mSystem;
ORManip_CustomSelection* mManipulator;
};
#endif