home *** CD-ROM | disk | FTP | other *** search
- ImageWindow = {OUTLETS = {imageView = imageView; }; SUPERCLASS = Window; };
- ImageController = {
- ACTIONS = {
- "appDidInit:" = "appDidInit:";
- "appWillInit:" = "appWillInit:";
- "changeDepth:" = "changeDepth:";
- "changeScale:" = "changeScale:";
- "changeSize:" = "changeSize:";
- "makeScrollable:" = "makeScrollable:";
- "makeShrinkWrapped:" = "makeShrinkWrapped:";
- "performInvert:" = "performInvert:";
- "performOpen:" = "performOpen:";
- "performPrint:" = "performPrint:";
- "performSave:" = "performSave:";
- "performSaveAs:" = "performSaveAs:";
- "redisplayInfoTitle:" = "redisplayInfoTitle:";
- "setSaveType:" = "setSaveType:";
- "showInspector:" = "showInspector:";
- "updateDefaultView:" = "updateDefaultView:";
- "updateGamma:" = "updateGamma:";
- "updateMaxInitialSize:" = "updateMaxInitialSize:";
- "updateNextTiffCompatibility:" = "updateNextTiffCompatibility:";
- "updatePrintInGray:" = "updatePrintInGray:";
- "updateTIFFCompression:" = "updateTIFFCompression:";
- };
- OUTLETS = {
- imageListener = imageListener;
- infoTitle = infoTitle;
- inspBox = inspBox;
- inspDepthField = inspDepthField;
- inspHeightField = inspHeightField;
- inspScale = inspScale;
- inspScroll = inspScroll;
- inspWidthField = inspWidthField;
- inspector = inspector;
- popUpButton = popUpButton;
- prefCompButton = prefCompButton;
- prefGammaField = prefGammaField;
- prefGammaGIFSwitch = prefGammaGIFSwitch;
- prefGrayButton = prefGrayButton;
- prefMaxHeightField = prefMaxHeightField;
- prefMaxWidthField = prefMaxWidthField;
- prefTiffButton = prefTiffButton;
- prefViewButton = prefViewButton;
- prefWindow = prefWindow;
- printGrayButton = printGrayButton;
- printPanelAccessory = printPanelAccessory;
- savePanelAccessory = savePanelAccessory;
- versField = versField;
- };
- SUPERCLASS = Object;
- };
- ImageView = {SUPERCLASS = View; };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
-