1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

0023776: Redesign of MFC samples after V2d viewer removing

This commit is contained in:
aba
2013-03-12 09:19:35 +04:00
parent fad8962a72
commit 5c1f974e17
212 changed files with 9053 additions and 19513 deletions

View File

@@ -19,7 +19,7 @@ class Standard_EXPORT CRectangularGrid : public CDialog
// Construction
public:
CRectangularGrid(CWnd* pParent = NULL); // standard constructor
void SetViewer(Handle(V2d_Viewer) aViewer) { myViewer = aViewer; } ;
void SetViewer(Handle(V3d_Viewer) aViewer) { myViewer = aViewer; } ;
void UpdateValues();
// Dialog Data
@@ -56,7 +56,7 @@ protected:
void UpdateDialogData();
private :
Handle(V2d_Viewer) myViewer;
Handle(V3d_Viewer) myViewer;
Quantity_Length SavedXOrigin,SavedYOrigin , SavedXStep, SavedYStep;
Quantity_PlaneAngle SavedRotationAngle ;