ftp.nice.ch/pub/next/developer/resources/classes/misckit/MiscKit.1.10.0.s.gnutar.gz#/MiscKit/Palettes/MiscTableScroll/MiscTableConnector.h

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

#ifndef __MiscTableConnector_h
#define __MiscTableConnector_h
//=============================================================================
//
//		Copyright (C) 1996 by Paul S. McCarthy and Eric Sunshine.
//				Written by Paul S. McCarthy and Eric Sunshine.
//							All Rights Reserved.
//
//		This notice may not be removed from this source code.
//
//		This object is included in the MiscKit by permission from the authors
//		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.
//		
//=============================================================================
//-----------------------------------------------------------------------------
// MiscTableConnector.h
//
//		A custom sublcass of the internal Interface Builder
//		IBControlConnector class that works for doubleTarget / doubleAction.
//
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
// $Id: MiscTableConnector.h,v 1.2 96/04/23 02:32:33 sunshine Exp $
// $Log:		MiscTableConnector.h,v $
//	Revision 1.2  96/04/23	02:32:33  sunshine
//	Removed all of the NEXTSTEP 3.3 Foundation Kit specific code.  Now default
//	implementation only contains enough methods to reestablish connections at
//	nib load time.	This is necessary in order for these nibs to be loadable
//	on 3.2 machines (into applications, but *not* IB).
//	
//	Revision 1.1  96/04/20	01:34:42  zarnuk
//	Custom IB connector that handles target/action style pairs.
//-----------------------------------------------------------------------------
extern "Objective-C" {
#import <apps/InterfaceBuilder.h>
}
#import "IBConnector.h"

@interface MiscTableConnector:IBControlConnector
		{
		char* outletName;		// Name of the "target" outlet.
		char* actionName;		// Name of the "action" variable.
		char* selectorName;		// Name of the selector sent to "target".
		}

- free;
- read:(NXTypedStream*)stream;
- establishConnection;
- (void) clone:(char const*)s into:(char**)p;
- (void) freeString:(char*)s;

@end

#endif // __MiscTableConnector_h

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