// 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 _IGESSelect_EditHeader_HeaderFile #define _IGESSelect_EditHeader_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_IGESSelect_EditHeader_HeaderFile #include #endif #ifndef _IFSelect_Editor_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Handle_IFSelect_EditForm_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Handle_Standard_Transient_HeaderFile #include #endif #ifndef _Handle_Interface_InterfaceModel_HeaderFile #include #endif class TCollection_AsciiString; class IFSelect_EditForm; class TCollection_HAsciiString; class Standard_Transient; class Interface_InterfaceModel; //! This class is aimed to display and edit the Header of an
//! IGES Model : Start Section and Global Section
class IGESSelect_EditHeader : public IFSelect_Editor { public: Standard_EXPORT IGESSelect_EditHeader(); Standard_EXPORT TCollection_AsciiString Label() const; Standard_EXPORT Standard_Boolean Recognize(const Handle(IFSelect_EditForm)& form) const; Standard_EXPORT Handle_TCollection_HAsciiString StringValue(const Handle(IFSelect_EditForm)& form,const Standard_Integer num) const; Standard_EXPORT Standard_Boolean Load(const Handle(IFSelect_EditForm)& form,const Handle(Standard_Transient)& ent,const Handle(Interface_InterfaceModel)& model) const; Standard_EXPORT virtual Standard_Boolean Update(const Handle(IFSelect_EditForm)& form,const Standard_Integer num,const Handle(TCollection_HAsciiString)& newval,const Standard_Boolean enforce) const; Standard_EXPORT Standard_Boolean Apply(const Handle(IFSelect_EditForm)& form,const Handle(Standard_Transient)& ent,const Handle(Interface_InterfaceModel)& model) const; DEFINE_STANDARD_RTTI(IGESSelect_EditHeader) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif