API  1.0.0
CPAlert(CPSynthesizedAccessors) Category Reference

Instance Methods

(CPView- accessoryView
 
(CPAlertStyle) - alertStyle
 
(CPArray) - buttons
 
(SEL) - didEndSelector
 
(CPImage- icon
 
(void) - setAccessoryView:
 
(void) - setAlertStyle:
 
(void) - setDidEndSelector:
 
(void) - setIcon:
 
(void) - setShowsHelp:
 
(void) - setShowsSuppressionButton:
 
(void) - setTitle:
 
(BOOL) - showsHelp
 
(BOOL) - showsSuppressionButton
 
(CPCheckBox- suppressionButton
 
(_CPAlertThemeView) - themeView
 
(CPString- title
 
(CPWindow- window
 

Detailed Description

Definition at line 856 of file CPAlert.j.

Method Documentation

◆ accessoryView()

- (CPView) accessoryView
implementation

Synthesized accessor method.

Extends class CPAlert.

Definition at line 925 of file CPAlert.j.

◆ alertStyle()

- (CPAlertStyle) alertStyle
implementation

Synthesized accessor method.

Extends class CPAlert.

Definition at line 893 of file CPAlert.j.

◆ buttons()

- (CPArray) buttons
implementation

Synthesized accessor method.

Extends class CPAlert.

Definition at line 957 of file CPAlert.j.

◆ didEndSelector()

- (SEL) didEndSelector
implementation

Synthesized accessor method.

Extends class CPAlert.

Definition at line 973 of file CPAlert.j.

◆ icon()

- (CPImage) icon
implementation

Synthesized accessor method.

Extends class CPAlert.

Definition at line 941 of file CPAlert.j.

◆ setAccessoryView:()

- (void) setAccessoryView: (CPView aView
implementation

Synthesized accessor method.

Set the accessory view.

Parameters
aViewthe accessory view

Extends class CPAlert.

Definition at line 933 of file CPAlert.j.

◆ setAlertStyle:()

- (void) setAlertStyle: (CPAlertStyle)  aValue
implementation

Synthesized accessor method.

Extends class CPAlert.

Definition at line 901 of file CPAlert.j.

◆ setDidEndSelector:()

- (void) setDidEndSelector: (SEL)  aValue
implementation

Synthesized accessor method.

Extends class CPAlert.

Definition at line 981 of file CPAlert.j.

◆ setIcon:()

- (void) setIcon: (CPImage aValue
implementation

Synthesized accessor method.

Extends class CPAlert.

Definition at line 949 of file CPAlert.j.

◆ setShowsHelp:()

- (void) setShowsHelp: (BOOL)  aValue
implementation

Synthesized accessor method.

Extends class CPAlert.

Definition at line 869 of file CPAlert.j.

◆ setShowsSuppressionButton:()

- (void) setShowsSuppressionButton: (BOOL)  shouldShowSuppressionButton
implementation

Synthesized accessor method.

Set if the alert shows the suppression button.

Parameters
shouldShowSuppressionButtonYES or NO

Extends class CPAlert.

Definition at line 885 of file CPAlert.j.

◆ setTitle:()

- (void) setTitle: (CPString aTitle
implementation

Synthesized accessor method.

Sets the title of the alert window. This API is not present in Cocoa.

Parameters
aTitleCPString containing the window title

Extends class CPAlert.

Definition at line 917 of file CPAlert.j.

◆ showsHelp()

- (BOOL) showsHelp
implementation

Synthesized accessor method.

Extends class CPAlert.

Definition at line 861 of file CPAlert.j.

◆ showsSuppressionButton()

- (BOOL) showsSuppressionButton
implementation

Synthesized accessor method.

Extends class CPAlert.

Definition at line 877 of file CPAlert.j.

◆ suppressionButton()

- (CPCheckBox) suppressionButton
implementation

Synthesized accessor method.

Extends class CPAlert.

Definition at line 965 of file CPAlert.j.

◆ themeView()

- (_CPAlertThemeView) themeView
implementation

Synthesized accessor method.

Extends class CPAlert.

Definition at line 989 of file CPAlert.j.

◆ title()

- (CPString) title
implementation

Synthesized accessor method.

Extends class CPAlert.

Definition at line 909 of file CPAlert.j.

◆ window()

- (CPWindow) window
implementation

Synthesized accessor method.

Extends class CPAlert.

Definition at line 997 of file CPAlert.j.


The documentation for this category was generated from the following file: