ftp.nice.ch/pub/next/connectivity/news/Alexandra-0.9.s.tar.gz#/alex/Decoding.subproj/DecoderController.h

This is DecoderController.h in view mode; [Download] [Up]

#import <objc/Object.h>

@class MainWindowControl;
@class Article;


@interface DecoderController : Object
{
	MainWindowControl * mainWindowControl;
	BOOL  continueDecoding;
	int currentDecodeIndex;
	id 	panel;
	id	selectedArticleMatrix;
	id	decodeAndAbortButton;
	id	numArticlesTF;
}

// Start decoding.
- (void) doDecoding:sender;

- (void) uudecodeMultipleArticles;
- (void) uudecodeArticle:(int)articleIndex;

- (void) showDecodePanel:sender;
- (void) setupDecodePanel;
- (void) loadMatrixWithArticles;

// Actions
- decodeOrAbortButtonClicked:sender;
- cancelModalPanel:sender;

@end

//@interface DecoderController (WindowDelegate)

//- windowWillClose:sender;

//@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.