mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
0024133: Development of improvement of dimensions implementation; new length, radius,diameter and angle dimensions.
Some corrections; test cases were added; coding standards in MFC samples & presentations Request stencil buffer for Linux. correct test cases; correct compilation errors compilation warnings (gcc/Linux)
This commit is contained in:
@@ -10,10 +10,14 @@
|
||||
#endif // _MSC_VER > 1000
|
||||
|
||||
#include "OCC_BaseDoc.h"
|
||||
#include "DimensionDlg.h"
|
||||
#include <Standard_Macro.hxx>
|
||||
|
||||
class AFX_EXT_CLASS OCC_3dBaseDoc : public OCC_BaseDoc
|
||||
{
|
||||
protected:
|
||||
CDimensionDlg myDimensionDlg;
|
||||
int myPopupMenuNumber;
|
||||
public:
|
||||
|
||||
OCC_3dBaseDoc();
|
||||
@@ -78,6 +82,9 @@ protected:
|
||||
afx_msg void OnUpdateObjectDisplayall(CCmdUI* pCmdUI);
|
||||
afx_msg void OnObjectRemove();
|
||||
afx_msg void OnUpdateObjectRemove(CCmdUI* pCmdUI);
|
||||
afx_msg void OnObjectAddDimensions();
|
||||
afx_msg void OnUpdateObjectAddDimensions(CCmdUI* pCmdUI);
|
||||
|
||||
//}}AFX_MSG
|
||||
DECLARE_MESSAGE_MAP()
|
||||
};
|
||||
|
Reference in New Issue
Block a user