Up

NSDockTile class documentation

Authors

Generated by Gregory John Casamento,,,

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

Software documentation for the NSDockTile class

NSDockTile : NSObject

Declared in:
AppKit/NSDockTile.h
Availability: MacOS-X 10.5.0

Description forthcoming.

Instance Variables

Method summary

badgeLabel 

- (NSString*) badgeLabel;
Availability: MacOS-X 10.5.0

Description forthcoming.

contentView 

- (NSView*) contentView;
Availability: MacOS-X 10.5.0

Description forthcoming.

display 

- (void) display;
Availability: MacOS-X 10.5.0

Description forthcoming.

owner 

- (id) owner;
Availability: MacOS-X 10.5.0

Description forthcoming.

setBadgeLabel: 

- (void) setBadgeLabel: (NSString*)label;
Availability: MacOS-X 10.5.0

Description forthcoming.

setContentView: 

- (void) setContentView: (NSView*)contentView;
Availability: MacOS-X 10.5.0

Description forthcoming.

setOwner: 

- (void) setOwner: (id)owner;
Availability: MacOS-X 10.5.0

Description forthcoming.

setShowsApplicationBadge: 

- (void) setShowsApplicationBadge: (BOOL)flag;
Availability: MacOS-X 10.5.0

Description forthcoming.

showsApplicationBadge 

- (BOOL) showsApplicationBadge;
Availability: MacOS-X 10.5.0

Description forthcoming.

size 

- (NSSize) size;
Availability: MacOS-X 10.5.0

Description forthcoming.



Instance Variables for NSDockTile Class

_appIconImage

@protected NSImage* _appIconImage;
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.

_badgeLabel

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

_contentView

@protected NSView* _contentView;
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.

_dockTileImage

@protected NSImage* _dockTileImage;
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.

_owner

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

_showsApplicationBadge

@protected BOOL _showsApplicationBadge;
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.

_size

@protected NSSize _size;
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.





Up