Up

NSStoryboardSegue class documentation

Authors

Generated by root

Software documentation for the NSStoryboardSegue class

NSStoryboardSegue : NSObject

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

Description forthcoming.

Instance Variables

Method summary

segueWithIdentifier: source: destination: performHandler: 

+ (instancetype) segueWithIdentifier: (NSStoryboardSegueIdentifier)identifier source: (id)sourceController destination: (id)destinationController performHandler: (GSStoryboardSeguePerformHandler)performHandler;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

destinationController 

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

Description forthcoming.

identifier 

- (NSStoryboardSegueIdentifier) identifier;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

initWithIdentifier: source: destination: 

- (instancetype) initWithIdentifier: (NSStoryboardSegueIdentifier)identifier source: (id)sourceController destination: (id)destinationController;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

perform 

- (void) perform;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

sourceController 

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

Description forthcoming.



Instance Variables for NSStoryboardSegue Class

_destinationController

@protected id _destinationController;
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.

_handler

@protected GSStoryboardSeguePerformHandler _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.

_identifier

@protected NSStoryboardSegueIdentifier _identifier;
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.

_kind

@protected NSString* _kind;
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.

_popover

@protected NSPopover* _popover;
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.

_popoverAnchorView

@protected id _popoverAnchorView;
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.

_popoverBehavior

@protected NSPopoverBehavior _popoverBehavior;
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.

_preferredEdge

@protected NSRectEdge _preferredEdge;
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.

_relationship

@protected NSString* _relationship;
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.

_sourceController

@protected id _sourceController;
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