This is ImageTestController.h in view mode; [Download] [Up]
/*
** Copyright (c) 1995 Netsurfer Inc. All Rights Reserved.
**
** Author: <bbum@friday.com>
*/
/* This object is included in the MiscKit by permission from the author
** and its use is governed by the MiscKit license, found in the file
** "LICENSE.rtf" in the MiscKit distribution. Please refer to that file
** for a list of all applicable permissions and restrictions.
*/
typedef enum {
FLD_DECODE = 0,
FLD_IMAGE,
FLD_TOTAL
} FieldTags;
@class LapTimer;
@interface ImageTestController:Object
{
id filterEnabled;
id filterFields;
id filterView;
id surfCorrupt;
id surfDecoder;
id surfFields;
id surfOptimize;
id surfVerbose;
id surfView;
id window;
LapTimer * timer;
id theImage;
id infoPanel;
}
- infoPanel:sender;
- openImage:sender;
- surfOptimize:sender;
- surfVerbose:sender;
- saveSurfTIFF:sender;
- saveFilterTIFF:sender;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.