// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _StepSelect_Activator_HeaderFile #define _StepSelect_Activator_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepSelect_Activator_HeaderFile #include #endif #ifndef _IFSelect_Activator_HeaderFile #include #endif #ifndef _IFSelect_ReturnStatus_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Handle_IFSelect_SessionPilot_HeaderFile #include #endif #ifndef _Standard_CString_HeaderFile #include #endif class IFSelect_SessionPilot; //! Performs Actions specific to StepSelect, i.e. creation of
//! Step Selections and Counters, plus dumping specific to Step
class StepSelect_Activator : public IFSelect_Activator { public: Standard_EXPORT StepSelect_Activator(); //! Executes a Command Line for StepSelect
Standard_EXPORT IFSelect_ReturnStatus Do(const Standard_Integer number,const Handle(IFSelect_SessionPilot)& pilot) ; //! Sends a short help message for StepSelect commands
Standard_EXPORT Standard_CString Help(const Standard_Integer number) const; DEFINE_STANDARD_RTTI(StepSelect_Activator) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif