Up

NSAccessibilityCustomAction class documentation

Authors

Generated by root

Software documentation for the NSAccessibilityCustomAction class

NSAccessibilityCustomAction : NSObject

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

Description forthcoming.

Instance Variables

Method summary

handler 

- (GSAccessibilityCustomActionHandler) handler;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

initWithName: handler: 

- (instancetype) initWithName: (NSString*)name handler: (GSAccessibilityCustomActionHandler)handler;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

initWithName: target: selector: 

- (instancetype) initWithName: (NSString*)name target: (id)target selector: (SEL)selector;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

name 

- (NSString*) name;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

selector 

- (SEL) selector;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setHandler: 

- (void) setHandler: (GSAccessibilityCustomActionHandler)handler;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setName: 

- (void) setName: (NSString*)name;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setSelector: 

- (void) setSelector: (SEL)selector;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setTarget: 

- (void) setTarget: (id)target;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

target 

- (id) target;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.



Instance Variables for NSAccessibilityCustomAction Class

_handler

@protected GSAccessibilityCustomActionHandler _handler;
Availability: Not in OpenStep/MacOS-X

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.

_name

@protected NSString* _name;
Availability: Not in OpenStep/MacOS-X

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.

_selector

@protected SEL _selector;
Availability: Not in OpenStep/MacOS-X

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: Not in OpenStep/MacOS-X

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.





Up