Up

NSImageView

Authors

Ovidiu Predescu (ovidiu@net-community.com)
Jonathan Gapen (jagapen@smithlab.chem.wisc.edu)

Date: Generated at 2023-12-22 15:07:50 -0500

Copyright: (C) 1996 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the NSImageView class
  2. Software documentation for the NSImageView(GNUstep) category

Software documentation for the NSImageView class

NSImageView : NSControl

Declared in:
AppKit/NSImageView.h
Availability: OpenStep

Description forthcoming.

Instance Variables

Method summary

allowsCutCopyPaste 

- (BOOL) allowsCutCopyPaste;
Availability: MacOS-X 10.4.0

Description forthcoming.

animates 

- (BOOL) animates;
Availability: MacOS-X 10.3.0

Description forthcoming.

image 

- (NSImage*) image;
Availability: OpenStep

Description forthcoming.

imageAlignment 

- (NSImageAlignment) imageAlignment;
Availability: OpenStep

Description forthcoming.

imageFrameStyle 

- (NSImageFrameStyle) imageFrameStyle;
Availability: OpenStep

Description forthcoming.

imageScaling 

- (NSImageScaling) imageScaling;
Availability: OpenStep

Description forthcoming.

isEditable 

- (BOOL) isEditable;
Availability: OpenStep

Description forthcoming.

setAllowsCutCopyPaste: 

- (void) setAllowsCutCopyPaste: (BOOL)flag;
Availability: MacOS-X 10.4.0

Description forthcoming.

setAnimates: 

- (void) setAnimates: (BOOL)flag;
Availability: MacOS-X 10.3.0

Description forthcoming.

setEditable: 

- (void) setEditable: (BOOL)flag;
Availability: OpenStep

Description forthcoming.

setImage: 

- (void) setImage: (NSImage*)image;
Availability: OpenStep

Description forthcoming.

setImageAlignment: 

- (void) setImageAlignment: (NSImageAlignment)align;
Availability: OpenStep

Description forthcoming.

setImageFrameStyle: 

- (void) setImageFrameStyle: (NSImageFrameStyle)style;
Availability: OpenStep

Description forthcoming.

setImageScaling: 

- (void) setImageScaling: (NSImageScaling)scaling;
Availability: OpenStep

Description forthcoming.



Instance Variables for NSImageView Class

_action

@protected SEL _action;
Availability: OpenStep

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_target

@protected id _target;
Availability: OpenStep

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

struct GSImageViewFlagsType

@protected struct GSImageViewFlagsType struct GSImageViewFlagsType;
Availability: OpenStep

Description forthcoming.




Software documentation for the NSImageView(GNUstep) category

NSImageView(GNUstep)

Declared in:
AppKit/NSImageView.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.
Method summary

initiatesDrag 

- (BOOL) initiatesDrag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setInitiatesDrag: 

- (void) setInitiatesDrag: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


Up