home *** CD-ROM | disk | FTP | other *** search
-
- /* $Id: ThreeDPane.h,v 1.1.1.1 1993/03/18 03:36:15 davis Exp $ */
-
- #import <appkit/Button.h>
-
- #import "Pane.h"
-
-
- @interface ThreeDPane:Pane
- {
- BOOL didSwap;
- id threeDButton;
-
- id surfaceTypeMatrix;
-
- id isoSamplesMatrix;
- id isoSamplesLabel;
-
- id rotXSlider;
- id rotZSlider;
- id rotMatrix;
- id rotationResetButton;
-
- id contourOptionsPanel;
- id contourBaseButton;
- id contourSurfaceButton;
- id contourOptionsButton;
- }
-
-
- - init;
-
- - selectControl:sender; /** Overridden from Pane **/
- - (BOOL)updateStatus:aStatus doc:aDoc;
- - (BOOL)forceUpdateStatus:aStatus doc:aDoc;
-
-
- - doSetThreeD:sender;
- - doSetSurfaceType:sender;
- - doSetIsoSamples:sender;
- - doSetRotation:sender;
- - doResetRotation:sender;
- - doSetContourBase:sender;
- - doSetContourSurface:sender;
-
- - showContourOptionsPanel:sender; /** Contour Options Panel **/
-
- @end
-