Up

NSSliderAccessory documentation

Authors

Generated by Gregory John Casamento,,,

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


Contents -

  1. Software documentation for the NSSliderAccessory class
  2. Software documentation for the NSSliderAccessoryBehavior class

Software documentation for the NSSliderAccessory class

NSSliderAccessory : NSObject

Declared in:
AppKit/NSSliderAccessory.h
Conforms to:
NSCopying
NSCoding
Availability: MacOS-X 10.12.0

Description forthcoming.

Instance Variables

Method summary

accessoryWithImage: 

+ (NSSliderAccessory*) accessoryWithImage: (NSImage*)image;
Availability: MacOS-X 10.12.0

Description forthcoming.

behavior 

- (NSSliderAccessoryBehavior*) behavior;
Availability: MacOS-X 10.12.0

Description forthcoming.

isEnabled 

- (BOOL) isEnabled;
Availability: MacOS-X 10.12.0

Description forthcoming.

setBehavior: 

- (void) setBehavior: (NSSliderAccessoryBehavior*)behavior;
Availability: MacOS-X 10.12.0

Description forthcoming.

setEnabled: 

- (void) setEnabled: (BOOL)flag;
Availability: MacOS-X 10.12.0

Description forthcoming.



Instance Variables for NSSliderAccessory Class

_behavior

@protected NSSliderAccessoryBehavior* _behavior;
Availability: MacOS-X 10.12.0

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.

_enabled

@protected BOOL _enabled;
Availability: MacOS-X 10.12.0

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.

_image

@protected NSImage* _image;
Availability: MacOS-X 10.12.0

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.




Software documentation for the NSSliderAccessoryBehavior class

NSSliderAccessoryBehavior : NSObject

Declared in:
AppKit/NSSliderAccessory.h
Conforms to:
NSCopying
NSCoding
Availability: MacOS-X 10.12.0

Description forthcoming.
Method summary

automaticBehavior 

+ (NSSliderAccessoryBehavior*) automaticBehavior;
Availability: MacOS-X 10.12.0

Description forthcoming.

behaviorWithHandler: 

+ (NSSliderAccessoryBehavior*) behaviorWithHandler: (GSSliderAccessoryBehaviorHandler)handler;
Availability: MacOS-X 10.12.0

Description forthcoming.

behaviorWithTarget: action: 

+ (NSSliderAccessoryBehavior*) behaviorWithTarget: (id)target action: (SEL)action;
Availability: MacOS-X 10.12.0

Description forthcoming.

valueResetBehavior 

+ (NSSliderAccessoryBehavior*) valueResetBehavior;
Availability: MacOS-X 10.12.0

Description forthcoming.

valueStepBehavior 

+ (NSSliderAccessoryBehavior*) valueStepBehavior;
Availability: MacOS-X 10.12.0

Description forthcoming.

handleAction: 

- (void) handleAction: (NSSliderAccessory*)sender;
Availability: MacOS-X 10.12.0

Description forthcoming.


Up