Up

NSSwitch class documentation

Authors

Generated by Gregory John Casamento,,,

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

Software documentation for the NSSwitch class

NSSwitch : NSControl

Declared in:
AppKit/NSSwitch.h
Conforms to:
NSAccessibilitySwitch
Availability: MacOS-X 10.15.0

Description forthcoming.

Instance Variables

Method summary

setState: 

- (void) setState: (NSControlStateValue)s;
Availability: MacOS-X 10.15.0

Description forthcoming.

state 

- (NSControlStateValue) state;
Availability: MacOS-X 10.15.0

Description forthcoming.



Instance Variables for NSSwitch Class

_action

@protected SEL _action;
Availability: MacOS-X 10.15.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.15.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.

_state

@protected NSControlStateValue _state;
Availability: MacOS-X 10.15.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.

_target

@protected id _target;
Availability: MacOS-X 10.15.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.





Up