ftp.nice.ch/pub/next/tools/workspace/Cassandra.1.7a.s.tar.gz#/Cassandra/EditEvent.h

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

//
// EditEvent.h
// Copyright (c) 1989, 1990 by Jiro Nakamura 
// All rights reserved
//
// Interface description for EditEvent. Handles the edit window of Cassandra.
// Gets most of its stuff off AddEvent.
//
// RCS Information
// Revision Number->	$Revision: 2.2 $
// Last Revised->	$Date: 90/10/27 17:49:24 $
//

#import "AddEvent.h"
#import <time.h>

@interface EditEvent:AddEvent
{	
	EFileLink vHere;		// The Event record number we
					// are currently editing
	struct tm vNow;			// The Event record time we
					// are currently editing

	id	nextForm;		// Set by IB. The rest of the
	id	previousForm;		// UI stuff is in AddEvent
	id	hereForm;
}

- open : sender;			// Open the window
- writeEvent:sender;			// Write out the current event
- insertEvent:sender;			// Insert the current event
- readEvent:sender;			// Read in an event
- reinsertEvent:sender;			// Reinsert an event
- murderEvent : sender;			// Reset/Cancel the current event
- deleteEvent:sender;			// Delete the current event
- nextLink : sender;			// Read in the next event
- previousLink : sender ;		// Read in the previous event
@end

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