// 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 _StepVisual_MarkerMember_HeaderFile #define _StepVisual_MarkerMember_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepVisual_MarkerMember_HeaderFile #include #endif #ifndef _StepData_SelectInt_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Standard_CString_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _StepVisual_MarkerType_HeaderFile #include #endif //! Defines MarkerType as unique member of MarkerSelect
//! Works with an EnumTool
class StepVisual_MarkerMember : public StepData_SelectInt { public: Standard_EXPORT StepVisual_MarkerMember(); Standard_EXPORT virtual Standard_Boolean HasName() const; Standard_EXPORT virtual Standard_CString Name() const; Standard_EXPORT virtual Standard_Boolean SetName(const Standard_CString name) ; Standard_EXPORT virtual Standard_CString EnumText() const; Standard_EXPORT virtual void SetEnumText(const Standard_Integer val,const Standard_CString text) ; Standard_EXPORT void SetValue(const StepVisual_MarkerType val) ; Standard_EXPORT StepVisual_MarkerType Value() const; DEFINE_STANDARD_RTTI(StepVisual_MarkerMember) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif