JPEGView/Headers/cPixelMap.h

1 line
1.1 KiB
C

/*********************************************************/
/* This source code copyright (c) 1991-2001, Aaron Giles */
/* See the Read Me file for licensing information. */
/* Contact email: mac@aarongiles.com */
/*********************************************************/
#ifndef __CPIXELMAP__
#define __CPIXELMAP__
pascal OSErr PixelMapAccessor(DescType classWanted, AEDesc *container,
DescType containerClass, DescType keyForm, AEDesc *keyData,
AEDesc *resultToken, long theRefCon);
pascal OSErr PixelPropertyAccessor(DescType classWanted, AEDesc *container,
DescType containerClass, DescType keyForm, AEDesc *keyData,
AEDesc *resultToken, long theRefCon);
OSErr GetPixelMapData(WindowPtr theWindow, DescType typeWanted, AEDesc *theData);
OSErr GetPixelPropertyData(WindowPtr theWindow, DescType theProperty, DescType typeWanted,
AEDesc *theData);
OSErr SetPixelPropertyData(WindowPtr theWindow, DescType theProperty, AEDesc *theData);
OSErr MakePixelMapObject(WindowPtr theWindow, AEDesc *theObject);
OSErr MakePixelPropertyObject(WindowPtr theWindow, DescType theProperty, AEDesc *theObject);
#endif