X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FIFSelect%2FIFSelect_EditForm.hxx;h=d6440c037a6219829a33f57c7df585bcac7fe48f;hb=0177fe26175d65a5352c39d3d861dc253926fc93;hpb=7fb9d6d573a724049e9c46d9050a85bba72f437f diff --git a/src/IFSelect/IFSelect_EditForm.hxx b/src/IFSelect/IFSelect_EditForm.hxx index aeddf37209..d6440c037a 100644 --- a/src/IFSelect/IFSelect_EditForm.hxx +++ b/src/IFSelect/IFSelect_EditForm.hxx @@ -48,14 +48,12 @@ DEFINE_STANDARD_HANDLE(IFSelect_EditForm, Standard_Transient) //! Number of Value for the Editor //! While references to Rank are for rank in the EditForm, which //! may differ if it is not Complete -//! Two methods give the correspondance between this Number and +//! Two methods give the correspondence between this Number and //! the Rank in the EditForm : RankFromNumber and NumberFromRank class IFSelect_EditForm : public Standard_Transient { - public: - //! Creates a complete EditForm from an Editor //! A specific Label can be given Standard_EXPORT IFSelect_EditForm(const Handle(IFSelect_Editor)& editor, const Standard_Boolean readonly, const Standard_Boolean undoable, const Standard_CString label = ""); @@ -279,19 +277,10 @@ public: //! Can be run only once Standard_EXPORT Standard_Boolean Undo(); - - - DEFINE_STANDARD_RTTIEXT(IFSelect_EditForm,Standard_Transient) -protected: - - - - private: - Standard_Boolean thecomplete; Standard_Boolean theloaded; Standard_Boolean thekeepst; @@ -305,13 +294,6 @@ private: Handle(Interface_InterfaceModel) themodel; Standard_Integer thetouched; - }; - - - - - - #endif // _IFSelect_EditForm_HeaderFile