#import <ap_CocoaDialog_Background.h>
Public Member Functions | |
(void) | - dealloc |
(IBAction) | - aColor: |
(IBAction) | - aClear: |
(IBAction) | - aCancel: |
(IBAction) | - aOK: |
Protected Attributes | |
IBOutlet NSButton * | oClear |
IBOutlet NSButton * | oCancel |
IBOutlet NSButton * | oOK |
IBOutlet NSColorWell * | oColorWell |
AP_CocoaDialog_Background * | _xap |
- (IBAction) aCancel: | (id) | sender |
References AP_CocoaDialog_Background::_setAnswer(), _xap, AP_Dialog_Background::a_CANCEL, and UT_UNUSED.
- (IBAction) aClear: | (id) | sender |
References _xap, oColorWell, AP_Dialog_Background::setColor(), and UT_UNUSED.
- (IBAction) aColor: | (id) | sender |
References _xap, oColorWell, AP_Dialog_Background::setColor(), and UT_UNUSED.
- (IBAction) aOK: | (id) | sender |
References AP_CocoaDialog_Background::_setAnswer(), _xap, AP_Dialog_Background::a_OK, and UT_UNUSED.
- (void) dealloc |
- (IBOutlet NSButton*) oCancel [protected] |
- (IBOutlet NSButton*) oClear [protected] |
- (IBOutlet NSColorWell*) oColorWell [protected] |
- (IBOutlet NSButton*) oOK [protected] |