home *** CD-ROM | disk | FTP | other *** search
- #import <objc/Object.h>
-
-
-
- @interface Controller:Object
- {
- id accessoryView;
- id currModeText;
- id attachedList1;
- id attachedList2;
- id attachedList3;
- id continuousSwitch;
- id accessoryViewSwitch;
- id addRedButton;
- id continuousOnOffMatrix;
- id alphaText;
- id colorPanelAlphaMatrix;
- id appAlphaMatrix;
- id sampleWell;
- id theWell;
- }
-
- - useAccessoryView:sender;
- - attachMatrixClicked:sender;
- - addRed:sender;
- - insertCustomPicker:sender;
- - colorPanelOpacityOnOff:sender;
- - appOpacityOnOff:sender;
- - continuousOnOff:sender;
- - isContinuous:sender;
- - showCurrColor:sender;
- - alphaValue:sender;
- - queryMode:sender;
- - modeMatrixClicked:sender;
- - maskMatrixClicked:sender;
- - showColorPanel:sender;
-
- @end
-