Up
Authors
- Generated by Richard Frith-Macdonald
-
Date: Generated at 2025-12-03
- Declared in:
- AppKit/NSPathCell.h
Availability: MacOS-X 10.5.0
Description forthcoming.
NSPathCell declares 10 Instance Variables
+ (Class)
pathComponentCellClass;
Availability: MacOS-X 10.5.0
Description forthcoming.
+ (void)
setPathComponentCellClass: (Class)clz;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (
NSURL*)
URL;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (
NSArray*)
allowedTypes;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (
NSColor*)
backgroundColor;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (
NSPathComponentCell*)
clickedPathComponentCell;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (id<
NSPathCellDelegate>)
delegate;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (SEL)
doubleAction;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (void)
mouseEntered: (
NSEvent*)event
withFrame: (
NSRect)frame
inView: (
NSView*)view;
Availability: MacOS-X 10.5.0
Not implemented (as of 2025-12-03).
Please help us by producing an implementation of
this and donating it to the GNUstep project.
- (void)
mouseExited: (
NSEvent*)event
withFrame: (
NSRect)frame
inView: (
NSView*)view;
Availability: MacOS-X 10.5.0
Not implemented (as of 2025-12-03).
Please help us by producing an implementation of
this and donating it to the GNUstep project.
- (
NSArray*)
pathComponentCells;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (
NSPathStyle)
pathStyle;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (
NSAttributedString*)
placeholderAttributedString;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (
NSString*)
placeholderString;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (void)
setAllowedTypes: (
NSArray*)types;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (void)
setBackgroundColor: (
NSColor*)color;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (void)
setDelegate: (id<
NSPathCellDelegate>)delegate;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (void)
setDoubleAction: (SEL)action;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (void)
setPathComponentCells: (
NSArray*)cells;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (void)
setPathStyle: (
NSPathStyle)pathStyle;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (void)
setPlaceholderAttributedString: (
NSAttributedString*)string;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (void)
setPlaceholderString: (
NSString*)string;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (void)
setURL: (
NSURL*)url;
Availability: MacOS-X 10.5.0
Description forthcoming.
Instance Variables for NSPathCell Class
@protected NSArray*
_allowedTypes;
Availability: MacOS-X 10.5.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.
@protected NSColor*
_backgroundColor;
Availability: MacOS-X 10.5.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.
@protected NSPathComponentCell*
_clickedPathComponentCell;
Availability: MacOS-X 10.5.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.
@protected id
_delegate;
Availability: MacOS-X 10.5.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.
@protected SEL _doubleAction;
Availability: MacOS-X 10.5.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.
@protected id _objectValue;
Availability: MacOS-X 10.5.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.
@protected NSArray* _pathComponentCells;
Availability: MacOS-X 10.5.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.
@protected NSPathStyle _pathStyle;
Availability: MacOS-X 10.5.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.
@protected NSAttributedString* _placeholderAttributedString;
Availability: MacOS-X 10.5.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.
@protected NSURL* _url;
Availability: MacOS-X 10.5.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.
- Declared in:
- AppKit/NSPathCell.h
Availability: MacOS-X 10.5.0
Description forthcoming.
- (void)
pathCell: (
NSPathCell*)pathCell
willDisplayOpenPanel: (
NSOpenPanel*)openPanel;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (void)
pathCell: (
NSPathCell*)pathCell
willPopUpMenu: (
NSMenu*)menu;
Availability: MacOS-X 10.5.0
Description forthcoming.
Up