File indexing completed on 2026-09-24 09:16:16
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #ifndef _IGESSelect_EditDirPart_HeaderFile
0018 #define _IGESSelect_EditDirPart_HeaderFile
0019
0020 #include <Standard.hxx>
0021 #include <Standard_Type.hxx>
0022
0023 #include <IFSelect_Editor.hxx>
0024 #include <Standard_Integer.hxx>
0025 class TCollection_AsciiString;
0026 class IFSelect_EditForm;
0027 class TCollection_HAsciiString;
0028 class Standard_Transient;
0029 class Interface_InterfaceModel;
0030
0031
0032
0033 class IGESSelect_EditDirPart : public IFSelect_Editor
0034 {
0035
0036 public:
0037 Standard_EXPORT IGESSelect_EditDirPart();
0038
0039 Standard_EXPORT TCollection_AsciiString Label() const override;
0040
0041 Standard_EXPORT bool Recognize(const occ::handle<IFSelect_EditForm>& form) const override;
0042
0043 Standard_EXPORT occ::handle<TCollection_HAsciiString> StringValue(
0044 const occ::handle<IFSelect_EditForm>& form,
0045 const int num) const override;
0046
0047 Standard_EXPORT bool Load(const occ::handle<IFSelect_EditForm>& form,
0048 const occ::handle<Standard_Transient>& ent,
0049 const occ::handle<Interface_InterfaceModel>& model) const override;
0050
0051 Standard_EXPORT bool Update(const occ::handle<IFSelect_EditForm>& form,
0052 const int num,
0053 const occ::handle<TCollection_HAsciiString>& newval,
0054 const bool enforce) const override;
0055
0056 Standard_EXPORT bool Apply(const occ::handle<IFSelect_EditForm>& form,
0057 const occ::handle<Standard_Transient>& ent,
0058 const occ::handle<Interface_InterfaceModel>& model) const override;
0059
0060 DEFINE_STANDARD_RTTIEXT(IGESSelect_EditDirPart, IFSelect_Editor)
0061 };
0062
0063 #endif