Up
Authors
- Generated by root
-
- Declared in:
- AppKit/NSAccessibilityCustomAction.h
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables
Method summary
- (GSAccessibilityCustomActionHandler)
handler;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (instancetype)
initWithName: (NSString*)name
handler: (GSAccessibilityCustomActionHandler)handler;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (instancetype)
initWithName: (NSString*)name
target: (id)target
selector: (SEL)selector;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSString*)
name;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (SEL)
selector;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setHandler: (GSAccessibilityCustomActionHandler)handler;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setName: (NSString*)name;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setSelector: (SEL)selector;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setTarget: (id)target;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (id)
target;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables for NSAccessibilityCustomAction Class
@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.
@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.
@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.
@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