Up

NSPathControlItem class documentation

Authors

Generated by Gregory John Casamento,,,

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

Software documentation for the NSPathControlItem class

NSPathControlItem : NSObject

Declared in:
AppKit/NSPathControlItem.h
Availability: MacOS-X 10.10.0

Description forthcoming.

Instance Variables

Method summary

URL 

- (NSURL*) URL;
Availability: MacOS-X 10.10.0

Description forthcoming.

attributedTitle 

- (NSAttributedString*) attributedTitle;
Availability: MacOS-X 10.10.0

Description forthcoming.

image 

- (NSImage*) image;
Availability: MacOS-X 10.10.0

Description forthcoming.

setAttributedTitle: 

- (void) setAttributedTitle: (NSAttributedString*)attributedTitle;
Availability: MacOS-X 10.10.0

Description forthcoming.

setImage: 

- (void) setImage: (NSImage*)image;
Availability: MacOS-X 10.10.0

Description forthcoming.

setTitle: 

- (void) setTitle: (NSString*)title;
Availability: MacOS-X 10.10.0

Description forthcoming.

setURL: 

- (void) setURL: (NSURL*)url;
Availability: MacOS-X 10.10.0

Description forthcoming.

title 

- (NSString*) title;
Availability: MacOS-X 10.10.0

Description forthcoming.



Instance Variables for NSPathControlItem Class

_attributedTitle

@protected NSAttributedString* _attributedTitle;
Availability: MacOS-X 10.10.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.10.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.

_url

@protected NSURL* _url;
Availability: MacOS-X 10.10.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